file_path
stringlengths
32
153
content
stringlengths
0
3.14M
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnDeformerTimeBased.rst
.. _omni_graph_examples_cpp_DeformerTimeBased_1: .. _omni_graph_examples_cpp_DeformerTimeBased: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: Example Node: Time-based Sine Wave Deformer :keywords: lang-en omnigraph node examples threadsafe cpp deformer-time-based Example Node: Time-based Sine Wave Deformer =========================================== .. <description> This is an example of a simple deformer with time based input to control a time dependent sine wave deformation. .. </description> Installation ------------ To use this node enable :ref:`omni.graph.examples.cpp<ext_omni_graph_examples_cpp>` in the Extension Manager. Inputs ------ .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "inputs:multiplier", "``float``", "The multiplier for the amplitude of the sine wave", "1" "inputs:points", "``pointf[3][]``", "The input points to be deformed", "[]" "inputs:time", "``double``", "Time value to modulate the offset in sine curve evaluation", "0.0" "inputs:wavelength", "``float``", "The wavelength of the sine wave", "1" Outputs ------- .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "outputs:points", "``pointf[3][]``", "The deformed output points", "None" Metadata -------- .. csv-table:: :header: "Name", "Value" :widths: 30,70 "Unique ID", "omni.graph.examples.cpp.DeformerTimeBased" "Version", "1" "Extension", "omni.graph.examples.cpp" "Has State?", "False" "Implementation Language", "C++" "Default Memory Type", "cpu" "Generated Code Exclusions", "None" "uiName", "Example Node: Time-based Sine Wave Deformer" "Categories", "examples" "Generated Class Name", "OgnDeformerTimeBasedDatabase" "Python Module", "omni.graph.examples.cpp"
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnScaleCube.rst
.. _omni_graph_examples_cpp_ScaleCube_1: .. _omni_graph_examples_cpp_ScaleCube: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: Example Node: Multiply Float :keywords: lang-en omnigraph node examples threadsafe cpp scale-cube Example Node: Multiply Float ============================ .. <description> Example node that performs a simple multiplication .. </description> Installation ------------ To use this node enable :ref:`omni.graph.examples.cpp<ext_omni_graph_examples_cpp>` in the Extension Manager. Inputs ------ .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "inputs:multiplier", "``float``", "2nd multiplicand", "0.0" "inputs:value", "``float``", "1st multiplicand", "0.0" Outputs ------- .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "outputs:value", "``double``", "Product of value and multiplier", "None" Metadata -------- .. csv-table:: :header: "Name", "Value" :widths: 30,70 "Unique ID", "omni.graph.examples.cpp.ScaleCube" "Version", "1" "Extension", "omni.graph.examples.cpp" "Has State?", "False" "Implementation Language", "C++" "Default Memory Type", "cpu" "Generated Code Exclusions", "None" "uiName", "Example Node: Multiply Float" "Categories", "examples" "Generated Class Name", "OgnScaleCubeDatabase" "Python Module", "omni.graph.examples.cpp"
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnGpuInteropCpuToDisk.rst
.. _omni_graph_examples_cpp_GpuInteropCpuToDisk_1: .. _omni_graph_examples_cpp_GpuInteropCpuToDisk: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: Example Node: Cpu To Disk :keywords: lang-en omnigraph node examples cpp gpu-interop-cpu-to-disk Example Node: Cpu To Disk ========================= .. <description> Saves specified CPU buffer to disk .. </description> Installation ------------ To use this node enable :ref:`omni.graph.examples.cpp<ext_omni_graph_examples_cpp>` in the Extension Manager. Inputs ------ .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "activeReset (*inputs:active*)", "``bool``", "Alternative to frameCount/startFrame, does a single frame then autoResets to false", "False" "aovCpu (*inputs:aovCpu*)", "``string``", "Name of AOV representing CPU buffer of GPU resource", "" "aovGpu (*inputs:aovGpu*)", "``string``", "Name of AOV representing GPU resource, used for querying format + properties", "" "autoFileNumber (*inputs:autoFileNumber*)", "``int``", "If non zero, this number will be the starting number for export. Each invocation of this node increases the number by 1.", "-1" "fileName (*inputs:fileName*)", "``string``", "Optional, if specified the output filename will be fileName_{aovGpu}.{fileType}", "" "fileNumber (*inputs:fileNumber*)", "``int``", "Number that will be appended to the exported filename. If -1 then the render product's frame number will be used.", "-1" "fileType (*inputs:fileType*)", "``string``", "bmp,png,exr", "png" "frameCount (*inputs:frameCount*)", "``int64``", "Number of frames to capture (-1 means never stop)", "-1" "gpuFoundations (*inputs:gpu*)", "``uint64``", "Pointer to shared context containing gpu foundations", "0" "maxInflightWrites (*inputs:maxInflightWrites*)", "``int``", "Maximum number of in-flight file write operations before blocking on file i/o", "2" "renderProduct (*inputs:rp*)", "``uint64``", "Pointer to render product for this view", "0" "saveFlags (*inputs:saveFlags*)", "``uint64``", "Flags that will be passed to carb::imaging::IImaging for file saving.", "0" "saveLocation (*inputs:saveLocation*)", "``string``", "Folder to save AOVs as AOV_FrameNumber.{exr,png}", "" "startFrame (*inputs:startFrame*)", "``uint64``", "Frame to begin saving to disk", "0" Outputs ------- .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "gpuFoundations (*outputs:gpu*)", "``uint64``", "Pointer to shared context containing gpu foundations", "None" "renderProduct (*outputs:rp*)", "``uint64``", "Pointer to render product for this view", "None" Metadata -------- .. csv-table:: :header: "Name", "Value" :widths: 30,70 "Unique ID", "omni.graph.examples.cpp.GpuInteropCpuToDisk" "Version", "1" "Extension", "omni.graph.examples.cpp" "Has State?", "False" "Implementation Language", "C++" "Default Memory Type", "cpu" "Generated Code Exclusions", "None" "uiName", "Example Node: Cpu To Disk" "Categories", "examples" "Generated Class Name", "OgnGpuInteropCpuToDiskDatabase" "Python Module", "omni.graph.examples.cpp"
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnPrimDeformer1.rst
.. _omni_graph_examples_cpp_PrimDeformer1_1: .. _omni_graph_examples_cpp_PrimDeformer1: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: Example Node: Sine Wave Prim Deformer :keywords: lang-en omnigraph node examples WriteOnly cpp prim-deformer1 Example Node: Sine Wave Prim Deformer ===================================== .. <description> Example deformer node that applies a sine wave to a mesh, input via a Prim .. </description> Installation ------------ To use this node enable :ref:`omni.graph.examples.cpp<ext_omni_graph_examples_cpp>` in the Extension Manager. Metadata -------- .. csv-table:: :header: "Name", "Value" :widths: 30,70 "Unique ID", "omni.graph.examples.cpp.PrimDeformer1" "Version", "1" "Extension", "omni.graph.examples.cpp" "Has State?", "False" "Implementation Language", "C++" "Default Memory Type", "cpu" "Generated Code Exclusions", "tests" "uiName", "Example Node: Sine Wave Prim Deformer" "Categories", "examples" "Generated Class Name", "OgnPrimDeformer1Database" "Python Module", "omni.graph.examples.cpp"
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnSimple.rst
.. _omni_graph_examples_cpp_Simple_1: .. _omni_graph_examples_cpp_Simple: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: Example Node: Simple Multiply :keywords: lang-en omnigraph node examples threadsafe cpp simple Example Node: Simple Multiply ============================= .. <description> Minimal compute node example that reads two floats and outputs their product .. </description> Installation ------------ To use this node enable :ref:`omni.graph.examples.cpp<ext_omni_graph_examples_cpp>` in the Extension Manager. Inputs ------ .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "inputs:multiplier", "``float``", "Multiplier of value", "0.0" "inputs:value", "``float``", "Value to be multiplied", "0.0" Outputs ------- .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "outputs:value", "``double``", "Result of the multiplication", "None" Metadata -------- .. csv-table:: :header: "Name", "Value" :widths: 30,70 "Unique ID", "omni.graph.examples.cpp.Simple" "Version", "1" "Extension", "omni.graph.examples.cpp" "Has State?", "False" "Implementation Language", "C++" "Default Memory Type", "cpu" "Generated Code Exclusions", "None" "uiName", "Example Node: Simple Multiply" "Categories", "examples" "Generated Class Name", "OgnSimpleDatabase" "Python Module", "omni.graph.examples.cpp"
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnDeformer1_GPU.rst
.. _omni_graph_examples_cpp_Deformer1Gpu_1: .. _omni_graph_examples_cpp_Deformer1Gpu: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: Example Node: Sine Wave GPU Deformer :keywords: lang-en omnigraph node examples threadsafe cpp deformer1-gpu Example Node: Sine Wave GPU Deformer ==================================== .. <description> Example deformer node that applies a sine wave to a mesh using CUDA code .. </description> Installation ------------ To use this node enable :ref:`omni.graph.examples.cpp<ext_omni_graph_examples_cpp>` in the Extension Manager. Inputs ------ .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "inputs:multiplier", "``float``", "Amplitude of sinusoidal deformer function", "0.7" "inputs:points", "``pointf[3][]``", "Set of points to be deformed", "[]" "inputs:wavelength", "``float``", "Wavelength of sinusodal deformer function", "50.0" Outputs ------- .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "outputs:points", "``pointf[3][]``", "Set of deformed points", "None" Metadata -------- .. csv-table:: :header: "Name", "Value" :widths: 30,70 "Unique ID", "omni.graph.examples.cpp.Deformer1Gpu" "Version", "1" "Extension", "omni.graph.examples.cpp" "Has State?", "False" "Implementation Language", "C++" "Default Memory Type", "cuda" "Generated Code Exclusions", "tests" "__memoryType", "cuda" "uiName", "Example Node: Sine Wave GPU Deformer" "Categories", "examples" "Generated Class Name", "OgnDeformer1_GPUDatabase" "Python Module", "omni.graph.examples.cpp"
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnGpuInteropGpuToCpuCopy.rst
.. _omni_graph_examples_cpp_GpuInteropGpuToCpuCopy_1: .. _omni_graph_examples_cpp_GpuInteropGpuToCpuCopy: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: Example Node: Gpu To Cpu Copy :keywords: lang-en omnigraph node examples cpp gpu-interop-gpu-to-cpu-copy Example Node: Gpu To Cpu Copy ============================= .. <description> Generates a new AOV representing a CPU copy of a GPU buffer .. </description> Installation ------------ To use this node enable :ref:`omni.graph.examples.cpp<ext_omni_graph_examples_cpp>` in the Extension Manager. Inputs ------ .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "aovGpu (*inputs:aovGpu*)", "``string``", "Name of AOV to copy from GPU to CPU", "" "gpuFoundations (*inputs:gpu*)", "``uint64``", "Pointer to shared context containing gpu foundations", "0" "renderProduct (*inputs:rp*)", "``uint64``", "Pointer to render product for this view", "0" Outputs ------- .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "aovCpu (*outputs:aovCpu*)", "``string``", "Name of AOV representing CPU buffer of GPU resource", "" "gpuFoundations (*outputs:gpu*)", "``uint64``", "Pointer to shared context containing gpu foundations", "None" "renderProduct (*outputs:rp*)", "``uint64``", "Pointer to render product for this view", "None" Metadata -------- .. csv-table:: :header: "Name", "Value" :widths: 30,70 "Unique ID", "omni.graph.examples.cpp.GpuInteropGpuToCpuCopy" "Version", "1" "Extension", "omni.graph.examples.cpp" "Has State?", "False" "Implementation Language", "C++" "Default Memory Type", "cpu" "Generated Code Exclusions", "None" "uiName", "Example Node: Gpu To Cpu Copy" "Categories", "examples" "Generated Class Name", "OgnGpuInteropGpuToCpuCopyDatabase" "Python Module", "omni.graph.examples.cpp"
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnGpuInteropAdjustExposure.rst
.. _omni_graph_examples_cpp_GpuInteropAdjustExposure_1: .. _omni_graph_examples_cpp_GpuInteropAdjustExposure: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: Example Node: Render Postprocess :keywords: lang-en omnigraph node examples cpp gpu-interop-adjust-exposure Example Node: Render Postprocess ================================ .. <description> RTX Renderer Postprocess Example (Exposure Adjustment) .. </description> Installation ------------ To use this node enable :ref:`omni.graph.examples.cpp<ext_omni_graph_examples_cpp>` in the Extension Manager. Inputs ------ .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "cudaMipmappedArray (*inputs:cudaMipmappedArray*)", "``uint64``", "Pointer to the CUDA Mipmapped Array", "0" "exposure (*inputs:exposure*)", "``float``", "Exposure value (in stops)", "0.0" "format (*inputs:format*)", "``uint64``", "Format", "0" "height (*inputs:height*)", "``uint``", "Height", "0" "hydraTime (*inputs:hydraTime*)", "``double``", "Hydra time in stage", "0.0" "mipCount (*inputs:mipCount*)", "``uint``", "Mip Count", "0" "simTime (*inputs:simTime*)", "``double``", "Simulation time", "0.0" "stream (*inputs:stream*)", "``uint64``", "Pointer to the CUDA Stream", "0" "width (*inputs:width*)", "``uint``", "Width", "0" Metadata -------- .. csv-table:: :header: "Name", "Value" :widths: 30,70 "Unique ID", "omni.graph.examples.cpp.GpuInteropAdjustExposure" "Version", "1" "Extension", "omni.graph.examples.cpp" "Has State?", "False" "Implementation Language", "C++" "Default Memory Type", "cpu" "Generated Code Exclusions", "None" "uiName", "Example Node: Render Postprocess" "Categories", "examples" "Generated Class Name", "OgnGpuInteropAdjustExposureDatabase" "Python Module", "omni.graph.examples.cpp"
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnDeformer1_CPU.rst
.. _omni_graph_examples_cpp_Deformer1_1: .. _omni_graph_examples_cpp_Deformer1: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: Example Node: Sine Wave Deformer :keywords: lang-en omnigraph node examples threadsafe cpp deformer1 Example Node: Sine Wave Deformer ================================ .. <description> Example deformer node that applies a sine wave to a mesh .. </description> Installation ------------ To use this node enable :ref:`omni.graph.examples.cpp<ext_omni_graph_examples_cpp>` in the Extension Manager. Inputs ------ .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "inputs:multiplier", "``float``", "Amplitude of sinusoidal deformer function", "0.7" "inputs:points", "``pointf[3][]``", "Set of points to be deformed", "[]" "inputs:wavelength", "``float``", "Wavelength of sinusodal deformer function", "50.0" Outputs ------- .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "outputs:points", "``pointf[3][]``", "Set of deformed points", "None" Metadata -------- .. csv-table:: :header: "Name", "Value" :widths: 30,70 "Unique ID", "omni.graph.examples.cpp.Deformer1" "Version", "1" "Extension", "omni.graph.examples.cpp" "Has State?", "False" "Implementation Language", "C++" "Default Memory Type", "cpu" "Generated Code Exclusions", "None" "uiName", "Example Node: Sine Wave Deformer" "Categories", "examples" "Generated Class Name", "OgnDeformer1_CPUDatabase" "Python Module", "omni.graph.examples.cpp"
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnPrimDeformer1_GPU.rst
.. _omni_graph_examples_cpp_PrimDeformer1Gpu_1: .. _omni_graph_examples_cpp_PrimDeformer1Gpu: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: Example Node: Sine Wave Prim GPU Deformer :keywords: lang-en omnigraph node examples WriteOnly cpp prim-deformer1-gpu Example Node: Sine Wave Prim GPU Deformer ========================================= .. <description> Example deformer node that applies a sine wave to a mesh on the GPU, input via a Prim .. </description> Installation ------------ To use this node enable :ref:`omni.graph.examples.cpp<ext_omni_graph_examples_cpp>` in the Extension Manager. Metadata -------- .. csv-table:: :header: "Name", "Value" :widths: 30,70 "Unique ID", "omni.graph.examples.cpp.PrimDeformer1Gpu" "Version", "1" "Extension", "omni.graph.examples.cpp" "Has State?", "False" "Implementation Language", "C++" "Default Memory Type", "cpu" "Generated Code Exclusions", "tests" "uiName", "Example Node: Sine Wave Prim GPU Deformer" "Categories", "examples" "Generated Class Name", "OgnPrimDeformer1_GPUDatabase" "Python Module", "omni.graph.examples.cpp"
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnExampleExtractFloat3Array.rst
.. _omni_graph_examples_cpp_ExtractFloat3Array_1: .. _omni_graph_examples_cpp_ExtractFloat3Array: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: Example Node: Extract Float3 Array :keywords: lang-en omnigraph node examples threadsafe cpp extract-float3-array Example Node: Extract Float3 Array ================================== .. <description> Outputs a float[3][] attribute extracted from a bundle. .. </description> Installation ------------ To use this node enable :ref:`omni.graph.examples.cpp<ext_omni_graph_examples_cpp>` in the Extension Manager. Inputs ------ .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "inputs:input", "``bundle``", "Bundle containing a float[3][] attribute to be extracted to 'output'", "None" "inputs:nameOfAttribute", "``token``", "Name of the attribute in 'input' that is to be extracted to 'output'", "" Outputs ------- .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "outputs:output", "``float[3][]``", "The float[3][] attribute extracted from 'input'", "None" Metadata -------- .. csv-table:: :header: "Name", "Value" :widths: 30,70 "Unique ID", "omni.graph.examples.cpp.ExtractFloat3Array" "Version", "1" "Extension", "omni.graph.examples.cpp" "Has State?", "False" "Implementation Language", "C++" "Default Memory Type", "cpu" "Generated Code Exclusions", "None" "uiName", "Example Node: Extract Float3 Array" "Categories", "examples" "Generated Class Name", "OgnExampleExtractFloat3ArrayDatabase" "Python Module", "omni.graph.examples.cpp"
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnExampleSimpleDeformer.rst
.. _omni_graph_examples_cpp_SimpleDeformer_1: .. _omni_graph_examples_cpp_SimpleDeformer: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: Example Node: Simple Sine Wave Deformer :keywords: lang-en omnigraph node examples threadsafe cpp simple-deformer Example Node: Simple Sine Wave Deformer ======================================= .. <description> This is an example of a simple deformer. It calculates a sine wave and deforms the input geometry with it .. </description> Installation ------------ To use this node enable :ref:`omni.graph.examples.cpp<ext_omni_graph_examples_cpp>` in the Extension Manager. Inputs ------ .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "inputs:multiplier", "``float``", "The multiplier for the amplitude of the sine wave", "1" "inputs:points", "``pointf[3][]``", "The input points to be deformed", "[]" "inputs:wavelength", "``float``", "The wavelength of the sine wave", "1" Outputs ------- .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "outputs:points", "``pointf[3][]``", "The deformed output points", "None" Metadata -------- .. csv-table:: :header: "Name", "Value" :widths: 30,70 "Unique ID", "omni.graph.examples.cpp.SimpleDeformer" "Version", "1" "Extension", "omni.graph.examples.cpp" "Has State?", "False" "Implementation Language", "C++" "Default Memory Type", "cpu" "Generated Code Exclusions", "None" "uiName", "Example Node: Simple Sine Wave Deformer" "Categories", "examples" "Generated Class Name", "OgnExampleSimpleDeformerDatabase" "Python Module", "omni.graph.examples.cpp"
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnIK.rst
.. _omni_graph_examples_cpp_SimpleIk_1: .. _omni_graph_examples_cpp_SimpleIk: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: Example Node: Simple IK :keywords: lang-en omnigraph node examples threadsafe cpp simple-ik Example Node: Simple IK ======================= .. <description> Example node that employs a simple IK algorithm to match a three-joint limb to a goal .. </description> Installation ------------ To use this node enable :ref:`omni.graph.examples.cpp<ext_omni_graph_examples_cpp>` in the Extension Manager. Inputs ------ .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "Goal Transform (*inputs:goal*)", "``matrixd[4]``", "Transform of the IK goal", "[[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]" State ----- .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "Ankle Transform (*state:ankle*)", "``matrixd[4]``", "Computed transform of the ankle joint", "None" "Hip Transform (*state:hip*)", "``matrixd[4]``", "Computed transform of the hip joint", "None" "Knee Transform (*state:knee*)", "``matrixd[4]``", "Computed transform of the knee joint", "None" Metadata -------- .. csv-table:: :header: "Name", "Value" :widths: 30,70 "Unique ID", "omni.graph.examples.cpp.SimpleIk" "Version", "1" "Extension", "omni.graph.examples.cpp" "Has State?", "True" "Implementation Language", "C++" "Default Memory Type", "cpu" "Generated Code Exclusions", "None" "uiName", "Example Node: Simple IK" "Categories", "examples" "Generated Class Name", "OgnIKDatabase" "Python Module", "omni.graph.examples.cpp"
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnDeformer2_GPU.rst
.. _omni_graph_examples_cpp_Deformer2Gpu_1: .. _omni_graph_examples_cpp_Deformer2Gpu: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: Example Node: Z Threshold GPU Deformer :keywords: lang-en omnigraph node examples threadsafe cpp deformer2-gpu Example Node: Z Threshold GPU Deformer ====================================== .. <description> Example deformer that limits the Z point positions to a threshold running on the GPU .. </description> Installation ------------ To use this node enable :ref:`omni.graph.examples.cpp<ext_omni_graph_examples_cpp>` in the Extension Manager. Inputs ------ .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "inputs:points", "``pointf[3][]``", "Set of points to be deformed", "[]" "inputs:threshold", "``float``", "Z value to limit points", "0.0" Outputs ------- .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "outputs:points", "``pointf[3][]``", "Set of deformed points", "None" Metadata -------- .. csv-table:: :header: "Name", "Value" :widths: 30,70 "Unique ID", "omni.graph.examples.cpp.Deformer2Gpu" "Version", "1" "Extension", "omni.graph.examples.cpp" "Has State?", "False" "Implementation Language", "C++" "Default Memory Type", "cuda" "Generated Code Exclusions", "tests" "__memoryType", "cuda" "uiName", "Example Node: Z Threshold GPU Deformer" "Categories", "examples" "Generated Class Name", "OgnDeformer2_GPUDatabase" "Python Module", "omni.graph.examples.cpp"
omniverse-code/kit/exts/omni.graph.examples.cpp/ogn/docs/OgnDeformer2_CPU.rst
.. _omni_graph_examples_cpp_Deformer2_1: .. _omni_graph_examples_cpp_Deformer2: .. ================================================================================ .. THIS PAGE IS AUTO-GENERATED. DO NOT MANUALLY EDIT. .. ================================================================================ :orphan: .. meta:: :title: Example Node: Z Threshold Deformer :keywords: lang-en omnigraph node examples threadsafe cpp deformer2 Example Node: Z Threshold Deformer ================================== .. <description> Example deformer that limits the Z point positions to a threshold .. </description> Installation ------------ To use this node enable :ref:`omni.graph.examples.cpp<ext_omni_graph_examples_cpp>` in the Extension Manager. Inputs ------ .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "inputs:points", "``pointf[3][]``", "Set of points to be deformed", "[]" "inputs:threshold", "``float``", "Z value to limit points", "0.0" Outputs ------- .. csv-table:: :header: "Name", "Type", "Descripton", "Default" :widths: 20, 20, 50, 10 "outputs:points", "``pointf[3][]``", "Set of deformed points", "None" Metadata -------- .. csv-table:: :header: "Name", "Value" :widths: 30,70 "Unique ID", "omni.graph.examples.cpp.Deformer2" "Version", "1" "Extension", "omni.graph.examples.cpp" "Has State?", "False" "Implementation Language", "C++" "Default Memory Type", "cpu" "Generated Code Exclusions", "None" "uiName", "Example Node: Z Threshold Deformer" "Categories", "examples" "Generated Class Name", "OgnDeformer2_CPUDatabase" "Python Module", "omni.graph.examples.cpp"
omniverse-code/kit/exts/omni.graph.examples.cpp/PACKAGE-LICENSES/omni.graph.examples.cpp-LICENSE.md
Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. NVIDIA CORPORATION and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related documentation without an express license agreement from NVIDIA CORPORATION is strictly prohibited.
omniverse-code/kit/exts/omni.graph.examples.cpp/config/extension.toml
[package] title = "OmniGraph C++ Examples" version = "1.4.2" category = "Graph" readme = "docs/README.md" changelog = "docs/CHANGELOG.md" description = "Contains a set of sample OmniGraph nodes implemented in C++." repository = "" keywords = ["kit", "omnigraph", "nodes"] # Main module for the Python interface [[python.module]] name = "omni.graph.examples.cpp" # Watch the .ogn files for hot reloading (only works for Python files) [fswatcher.patterns] include = ["*.ogn", "*.py"] exclude = ["Ogn*Database.py"] # Other extensions that need to load in order for this one to work [dependencies] "omni.graph" = {} "omni.graph.tools" = {} "omni.kit.pip_archive" = {} # Python test scripts rely on numpy [python.pipapi] requirements = ["numpy"] # SWIPAT filed under: http://nvbugs/3193231 [[native.plugin]] path = "bin/*.plugin" recursive = false [[test]] timeout = 600 # OM-51983 [documentation] deps = [ ["kit-sdk", "_build/docs/kit-sdk/latest"], # WAR to include omni.graph refs until that workflow is moved ] pages = [ "docs/Overview.md", "docs/CHANGELOG.md", ]
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/__init__.py
"""Module containing example nodes written in C++. There is no public API to this module. """ __all__ = [] from ._impl.extension import _PublicExtension as _OmniGraphExamplesCppExtension # noqa: F401
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnBounceNoGatherDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.BounceWithoutGather Example node that bounces an object up and down """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnBounceNoGatherDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.BounceWithoutGather Class Members: node: Node being evaluated """ # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ]) class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedWriteValues = { } def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnBounceNoGatherDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnBounceNoGatherDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnBounceNoGatherDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnSimpleDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.Simple Minimal compute node example that reads two floats and outputs their product """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnSimpleDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.Simple Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.multiplier inputs.value Outputs: outputs.value """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:multiplier', 'float', 0, None, 'Multiplier of value', {}, True, 0.0, False, ''), ('inputs:value', 'float', 0, None, 'Value to be multiplied', {}, True, 0.0, False, ''), ('outputs:value', 'double', 0, None, 'Result of the multiplication', {}, True, None, False, ''), ]) class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def multiplier(self): data_view = og.AttributeValueHelper(self._attributes.multiplier) return data_view.get() @multiplier.setter def multiplier(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.multiplier) data_view = og.AttributeValueHelper(self._attributes.multiplier) data_view.set(value) @property def value(self): data_view = og.AttributeValueHelper(self._attributes.value) return data_view.get() @value.setter def value(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.value) data_view = og.AttributeValueHelper(self._attributes.value) data_view.set(value) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedWriteValues = { } @property def value(self): data_view = og.AttributeValueHelper(self._attributes.value) return data_view.get() @value.setter def value(self, value): data_view = og.AttributeValueHelper(self._attributes.value) data_view.set(value) def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnSimpleDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnSimpleDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnSimpleDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnPrimDeformer1_GPUDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.PrimDeformer1Gpu Example deformer node that applies a sine wave to a mesh on the GPU, input via a Prim """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnPrimDeformer1_GPUDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.PrimDeformer1Gpu Class Members: node: Node being evaluated """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ]) class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedWriteValues = { } def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnPrimDeformer1_GPUDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnPrimDeformer1_GPUDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnPrimDeformer1_GPUDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnDeformer1_GPUDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.Deformer1Gpu Example deformer node that applies a sine wave to a mesh using CUDA code """ import numpy import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnDeformer1_GPUDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.Deformer1Gpu Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.multiplier inputs.points inputs.wavelength Outputs: outputs.points """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:multiplier', 'float', 0, None, 'Amplitude of sinusoidal deformer function', {ogn.MetadataKeys.DEFAULT: '0.7'}, True, 0.7, False, ''), ('inputs:points', 'point3f[]', 0, None, 'Set of points to be deformed', {}, True, [], False, ''), ('inputs:wavelength', 'float', 0, None, 'Wavelength of sinusodal deformer function', {ogn.MetadataKeys.DEFAULT: '50.0'}, True, 50.0, False, ''), ('outputs:points', 'point3f[]', 0, None, 'Set of deformed points', {}, True, None, False, ''), ]) @classmethod def _populate_role_data(cls): """Populate a role structure with the non-default roles on this node type""" role_data = super()._populate_role_data() role_data.inputs.points = og.AttributeRole.POSITION role_data.outputs.points = og.AttributeRole.POSITION return role_data class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def multiplier(self): data_view = og.AttributeValueHelper(self._attributes.multiplier) return data_view.get(on_gpu=True) @multiplier.setter def multiplier(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.multiplier) data_view = og.AttributeValueHelper(self._attributes.multiplier) data_view.set(value, on_gpu=True) @property def points(self): data_view = og.AttributeValueHelper(self._attributes.points) return data_view.get(on_gpu=True) @points.setter def points(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.points) data_view = og.AttributeValueHelper(self._attributes.points) data_view.set(value, on_gpu=True) self.points_size = data_view.get_array_size() @property def wavelength(self): data_view = og.AttributeValueHelper(self._attributes.wavelength) return data_view.get(on_gpu=True) @wavelength.setter def wavelength(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.wavelength) data_view = og.AttributeValueHelper(self._attributes.wavelength) data_view.set(value, on_gpu=True) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.points_size = None self._batchedWriteValues = { } @property def points(self): data_view = og.AttributeValueHelper(self._attributes.points) return data_view.get(reserved_element_count=self.points_size, on_gpu=True) @points.setter def points(self, value): data_view = og.AttributeValueHelper(self._attributes.points) data_view.set(value, on_gpu=True) self.points_size = data_view.get_array_size() def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnDeformer1_GPUDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnDeformer1_GPUDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnDeformer1_GPUDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnExampleAdjacencyDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.Adjacency Computes chosen adjacency information from specified input mesh topology data. """ import carb import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnExampleAdjacencyDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.Adjacency Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.computeDistances inputs.computeNeighborCounts inputs.computeNeighborStarts inputs.computeNeighbors inputs.mesh inputs.nameOfDistancesOutputAttribute inputs.nameOfNeighborCountsOutputAttribute inputs.nameOfNeighborStartsOutputAttribute inputs.nameOfNeighborsOutputAttribute inputs.nameOfPositionsInputAttribute inputs.nameOfVertexCountsInputAttribute inputs.nameOfVertexIndicesInputAttribute inputs.pointCount inputs.removeDuplicates inputs.treatEdgesAsOneWay inputs.treatFacesAsCurves Outputs: outputs.mesh """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:computeDistances', 'bool', 0, None, "When enabled, the distances from each point to its neighbors is computed and stored in a 'float[]' attribute in 'output' as specified by 'nameOfDistancesOutputAttribute'.", {ogn.MetadataKeys.DEFAULT: 'false'}, True, False, False, ''), ('inputs:computeNeighborCounts', 'bool', 0, None, "When enabled, the number of neighbors of each point is computed and all are stored in an 'int[]' attribute in 'output' as specified by 'nameOfNeighborCountsOutputAttribute'.", {ogn.MetadataKeys.DEFAULT: 'false'}, True, False, False, ''), ('inputs:computeNeighborStarts', 'bool', 0, None, "When enabled, the beginning index of neighbors of each point within the arrays computed by either 'computeNeighbors' or 'computeDistances' is computed and all, plus an additional integer to indicate the end of the array, are stored in an 'int[]' attribute in 'output' as specified by 'nameOfNeighborStartsOutputAttribute'. The extra integer at the end allows for easy computing of the number of neighbors of any single point, by subtracting the value in the array corresponding with the point, from the following value in the array.", {ogn.MetadataKeys.DEFAULT: 'true'}, True, True, False, ''), ('inputs:computeNeighbors', 'bool', 0, None, "When enabled, the neighbors of each point are computed and stored contiguously in an 'int[]' attribute in 'output' as specified by 'nameOfNeighborsOutputAttribute'.", {ogn.MetadataKeys.DEFAULT: 'true'}, True, True, False, ''), ('inputs:mesh', 'bundle', 0, None, 'Bundle containing topology data to be analysed', {}, True, None, False, ''), ('inputs:nameOfDistancesOutputAttribute', 'token', 0, None, "Name of the 'float[]' attribute to be created in 'output' to contain the computed distances to each neighbor. This is only used if 'computeDistances' is true.", {ogn.MetadataKeys.DEFAULT: '"distances"'}, True, "distances", False, ''), ('inputs:nameOfNeighborCountsOutputAttribute', 'token', 0, None, "Name of the 'int[]' attribute to be created in 'output' to contain the number of neighbors of each point. This is only used if 'computeNeighborCounts' is true. A running sum of this array can be computed using 'computeNeighborStarts'. The neighbors themselves can be computed using 'computeNeighbors'.", {ogn.MetadataKeys.DEFAULT: '"neighborCounts"'}, True, "neighborCounts", False, ''), ('inputs:nameOfNeighborStartsOutputAttribute', 'token', 0, None, "Name of the 'int[]' attribute to be created in 'output' to contain the beginning index of neighbors of each point in the arrays computed by either 'computeNeighbors' or 'computeDistances'. This is only used if 'computeNeighborStarts' is true.", {ogn.MetadataKeys.DEFAULT: '"neighborStarts"'}, True, "neighborStarts", False, ''), ('inputs:nameOfNeighborsOutputAttribute', 'token', 0, None, "Name of the 'int[]' attribute to be created in 'output' to contain the neighbors of all points. This is only used if 'computeNeighbors' is true. The beginnings of each point's neighbors within this array can be computed using 'computeNeighborStarts'. The number of neighbors of each point can be computed using 'computeNeighborCounts'.", {ogn.MetadataKeys.DEFAULT: '"neighbors"'}, True, "neighbors", False, ''), ('inputs:nameOfPositionsInputAttribute', 'token', 0, None, "Name of the 'point3f[]' attribute in 'mesh' containing the positions of each point. This is only used if 'computeDistances' is true. The element count of this array overrides 'pointCount', when used.", {ogn.MetadataKeys.DEFAULT: '"points"'}, True, "points", False, ''), ('inputs:nameOfVertexCountsInputAttribute', 'token', 0, None, "Name of the 'int[]' attribute in 'mesh' containing the vertex counts of each face", {ogn.MetadataKeys.DEFAULT: '"faceVertexCounts"'}, True, "faceVertexCounts", False, ''), ('inputs:nameOfVertexIndicesInputAttribute', 'token', 0, None, "Name of the 'int[]' attribute in 'mesh' containing the vertex indices of each face", {ogn.MetadataKeys.DEFAULT: '"faceVertexIndices"'}, True, "faceVertexIndices", False, ''), ('inputs:pointCount', 'int', 0, None, "Number of points being referred to in the vertex indices attribute. This is only used if 'computeDistances' is false, otherwise this is overridden by the element count of the attribute specified by 'nameOfPositionsInputAttribute'.", {}, True, 0, False, ''), ('inputs:removeDuplicates', 'bool', 0, None, 'When enabled, each neighbor of a point will be counted only once, instead of once per edge that connects the point to the neighbor.', {ogn.MetadataKeys.DEFAULT: 'true'}, True, True, False, ''), ('inputs:treatEdgesAsOneWay', 'bool', 0, None, 'When enabled, if a face has an edge from A to B, B will be considered a neighbor of A, but A will not be considered a neighbor of B. This can be useful as part of identifying unshared edges or inconsistent face winding order.', {ogn.MetadataKeys.DEFAULT: 'false'}, True, False, False, ''), ('inputs:treatFacesAsCurves', 'bool', 0, None, 'When enabled, the input faces will be treated as curves, instead of closed polygons, i.e. no edge from the last vertex of each face to the first vertex of that face will be counted.', {ogn.MetadataKeys.DEFAULT: 'false'}, True, False, False, ''), ('outputs:mesh', 'bundle', 0, None, "A copy of the input 'mesh' with the computed attributes added, as specified above.", {}, True, None, False, ''), ]) @classmethod def _populate_role_data(cls): """Populate a role structure with the non-default roles on this node type""" role_data = super()._populate_role_data() role_data.inputs.mesh = og.AttributeRole.BUNDLE role_data.outputs.mesh = og.AttributeRole.BUNDLE return role_data class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.__bundles = og.BundleContainer(context, node, attributes, [], read_only=True, gpu_ptr_kinds={}) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def computeDistances(self): data_view = og.AttributeValueHelper(self._attributes.computeDistances) return data_view.get() @computeDistances.setter def computeDistances(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.computeDistances) data_view = og.AttributeValueHelper(self._attributes.computeDistances) data_view.set(value) @property def computeNeighborCounts(self): data_view = og.AttributeValueHelper(self._attributes.computeNeighborCounts) return data_view.get() @computeNeighborCounts.setter def computeNeighborCounts(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.computeNeighborCounts) data_view = og.AttributeValueHelper(self._attributes.computeNeighborCounts) data_view.set(value) @property def computeNeighborStarts(self): data_view = og.AttributeValueHelper(self._attributes.computeNeighborStarts) return data_view.get() @computeNeighborStarts.setter def computeNeighborStarts(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.computeNeighborStarts) data_view = og.AttributeValueHelper(self._attributes.computeNeighborStarts) data_view.set(value) @property def computeNeighbors(self): data_view = og.AttributeValueHelper(self._attributes.computeNeighbors) return data_view.get() @computeNeighbors.setter def computeNeighbors(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.computeNeighbors) data_view = og.AttributeValueHelper(self._attributes.computeNeighbors) data_view.set(value) @property def mesh(self) -> og.BundleContents: """Get the bundle wrapper class for the attribute inputs.mesh""" return self.__bundles.mesh @property def nameOfDistancesOutputAttribute(self): data_view = og.AttributeValueHelper(self._attributes.nameOfDistancesOutputAttribute) return data_view.get() @nameOfDistancesOutputAttribute.setter def nameOfDistancesOutputAttribute(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.nameOfDistancesOutputAttribute) data_view = og.AttributeValueHelper(self._attributes.nameOfDistancesOutputAttribute) data_view.set(value) @property def nameOfNeighborCountsOutputAttribute(self): data_view = og.AttributeValueHelper(self._attributes.nameOfNeighborCountsOutputAttribute) return data_view.get() @nameOfNeighborCountsOutputAttribute.setter def nameOfNeighborCountsOutputAttribute(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.nameOfNeighborCountsOutputAttribute) data_view = og.AttributeValueHelper(self._attributes.nameOfNeighborCountsOutputAttribute) data_view.set(value) @property def nameOfNeighborStartsOutputAttribute(self): data_view = og.AttributeValueHelper(self._attributes.nameOfNeighborStartsOutputAttribute) return data_view.get() @nameOfNeighborStartsOutputAttribute.setter def nameOfNeighborStartsOutputAttribute(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.nameOfNeighborStartsOutputAttribute) data_view = og.AttributeValueHelper(self._attributes.nameOfNeighborStartsOutputAttribute) data_view.set(value) @property def nameOfNeighborsOutputAttribute(self): data_view = og.AttributeValueHelper(self._attributes.nameOfNeighborsOutputAttribute) return data_view.get() @nameOfNeighborsOutputAttribute.setter def nameOfNeighborsOutputAttribute(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.nameOfNeighborsOutputAttribute) data_view = og.AttributeValueHelper(self._attributes.nameOfNeighborsOutputAttribute) data_view.set(value) @property def nameOfPositionsInputAttribute(self): data_view = og.AttributeValueHelper(self._attributes.nameOfPositionsInputAttribute) return data_view.get() @nameOfPositionsInputAttribute.setter def nameOfPositionsInputAttribute(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.nameOfPositionsInputAttribute) data_view = og.AttributeValueHelper(self._attributes.nameOfPositionsInputAttribute) data_view.set(value) @property def nameOfVertexCountsInputAttribute(self): data_view = og.AttributeValueHelper(self._attributes.nameOfVertexCountsInputAttribute) return data_view.get() @nameOfVertexCountsInputAttribute.setter def nameOfVertexCountsInputAttribute(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.nameOfVertexCountsInputAttribute) data_view = og.AttributeValueHelper(self._attributes.nameOfVertexCountsInputAttribute) data_view.set(value) @property def nameOfVertexIndicesInputAttribute(self): data_view = og.AttributeValueHelper(self._attributes.nameOfVertexIndicesInputAttribute) return data_view.get() @nameOfVertexIndicesInputAttribute.setter def nameOfVertexIndicesInputAttribute(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.nameOfVertexIndicesInputAttribute) data_view = og.AttributeValueHelper(self._attributes.nameOfVertexIndicesInputAttribute) data_view.set(value) @property def pointCount(self): data_view = og.AttributeValueHelper(self._attributes.pointCount) return data_view.get() @pointCount.setter def pointCount(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.pointCount) data_view = og.AttributeValueHelper(self._attributes.pointCount) data_view.set(value) @property def removeDuplicates(self): data_view = og.AttributeValueHelper(self._attributes.removeDuplicates) return data_view.get() @removeDuplicates.setter def removeDuplicates(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.removeDuplicates) data_view = og.AttributeValueHelper(self._attributes.removeDuplicates) data_view.set(value) @property def treatEdgesAsOneWay(self): data_view = og.AttributeValueHelper(self._attributes.treatEdgesAsOneWay) return data_view.get() @treatEdgesAsOneWay.setter def treatEdgesAsOneWay(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.treatEdgesAsOneWay) data_view = og.AttributeValueHelper(self._attributes.treatEdgesAsOneWay) data_view.set(value) @property def treatFacesAsCurves(self): data_view = og.AttributeValueHelper(self._attributes.treatFacesAsCurves) return data_view.get() @treatFacesAsCurves.setter def treatFacesAsCurves(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.treatFacesAsCurves) data_view = og.AttributeValueHelper(self._attributes.treatFacesAsCurves) data_view.set(value) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.__bundles = og.BundleContainer(context, node, attributes, [], read_only=False, gpu_ptr_kinds={}) self._batchedWriteValues = { } @property def mesh(self) -> og.BundleContents: """Get the bundle wrapper class for the attribute outputs.mesh""" return self.__bundles.mesh @mesh.setter def mesh(self, bundle: og.BundleContents): """Overwrite the bundle attribute outputs.mesh with a new bundle""" if not isinstance(bundle, og.BundleContents): carb.log_error("Only bundle attributes can be assigned to another bundle attribute") self.__bundles.mesh.bundle = bundle def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnExampleAdjacencyDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnExampleAdjacencyDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnExampleAdjacencyDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnPrimDeformer2Database.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.PrimDeformer2 Example deformer node that limits the Z point positions to a threshold, input via a Prim """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnPrimDeformer2Database(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.PrimDeformer2 Class Members: node: Node being evaluated """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ]) class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedWriteValues = { } def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnPrimDeformer2Database.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnPrimDeformer2Database.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnPrimDeformer2Database.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnDeformer2_CPUDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.Deformer2 Example deformer that limits the Z point positions to a threshold """ import numpy import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnDeformer2_CPUDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.Deformer2 Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.points inputs.threshold Outputs: outputs.points """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:points', 'point3f[]', 0, None, 'Set of points to be deformed', {}, True, [], False, ''), ('inputs:threshold', 'float', 0, None, 'Z value to limit points', {}, True, 0.0, False, ''), ('outputs:points', 'point3f[]', 0, None, 'Set of deformed points', {}, True, None, False, ''), ]) @classmethod def _populate_role_data(cls): """Populate a role structure with the non-default roles on this node type""" role_data = super()._populate_role_data() role_data.inputs.points = og.AttributeRole.POSITION role_data.outputs.points = og.AttributeRole.POSITION return role_data class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def points(self): data_view = og.AttributeValueHelper(self._attributes.points) return data_view.get() @points.setter def points(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.points) data_view = og.AttributeValueHelper(self._attributes.points) data_view.set(value) self.points_size = data_view.get_array_size() @property def threshold(self): data_view = og.AttributeValueHelper(self._attributes.threshold) return data_view.get() @threshold.setter def threshold(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.threshold) data_view = og.AttributeValueHelper(self._attributes.threshold) data_view.set(value) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.points_size = None self._batchedWriteValues = { } @property def points(self): data_view = og.AttributeValueHelper(self._attributes.points) return data_view.get(reserved_element_count=self.points_size) @points.setter def points(self, value): data_view = og.AttributeValueHelper(self._attributes.points) data_view.set(value) self.points_size = data_view.get_array_size() def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnDeformer2_CPUDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnDeformer2_CPUDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnDeformer2_CPUDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnBounce_CPUDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.BounceCpu A sample node that gathers (vectorizes) a bunch of translation attributes and bounces the objects up and down """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn import carb class OgnBounce_CPUDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.BounceCpu Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.gatheredData Outputs: outputs.gatheredData """ # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:gatheredData', 'bundle', 0, None, 'Bundle containing gathered translation attributes', {}, True, None, False, ''), ('outputs:gatheredData', 'bundle', 0, None, 'Bundle containing gathered translation attributes, now mutated', {}, True, None, False, ''), ]) @classmethod def _populate_role_data(cls): """Populate a role structure with the non-default roles on this node type""" role_data = super()._populate_role_data() role_data.inputs.gatheredData = og.Database.ROLE_BUNDLE role_data.outputs.gatheredData = og.Database.ROLE_BUNDLE return role_data class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.__bundles = og.BundleContainer(context, node, attributes, [], read_only=True, gpu_ptr_kinds={}) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def gatheredData(self) -> og.BundleContents: """Get the bundle wrapper class for the attribute inputs.gatheredData""" return self.__bundles.gatheredData def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.__bundles = og.BundleContainer(context, node, attributes, [], read_only=False, gpu_ptr_kinds={}) self._batchedWriteValues = { } @property def gatheredData(self) -> og.BundleContents: """Get the bundle wrapper class for the attribute outputs.gatheredData""" return self.__bundles.gatheredData @gatheredData.setter def gatheredData(self, bundle: og.BundleContents): """Overwrite the bundle attribute outputs.gatheredData with a new bundle""" if not isinstance(bundle, og.BundleContents): carb.log_error("Only bundle attributes can be assigned to another bundle attribute") self.__bundles.gatheredData.bundle = bundle def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnBounce_CPUDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnBounce_CPUDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnBounce_CPUDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnBounceNoBundle_CPUDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.BounceNoBundleCpu A sample node that gathers (vectorizes) a bunch of translation attributes and bounces the objects up and down """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnBounceNoBundle_CPUDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.BounceNoBundleCpu Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.gatherId """ # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:gatherId', 'uint64', 0, None, 'GatherId of the Gather', {}, True, 0, False, ''), ]) class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = {"gatherId", "_setting_locked", "_batchedReadAttributes", "_batchedReadValues"} """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [self._attributes.gatherId] self._batchedReadValues = [0] @property def gatherId(self): return self._batchedReadValues[0] @gatherId.setter def gatherId(self, value): self._batchedReadValues[0] = value def __getattr__(self, item: str): if item in self.LOCAL_PROPERTY_NAMES: return object.__getattribute__(self, item) else: return super().__getattr__(item) def __setattr__(self, item: str, new_value): if item in self.LOCAL_PROPERTY_NAMES: object.__setattr__(self, item, new_value) else: super().__setattr__(item, new_value) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedWriteValues = { } def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnBounceNoBundle_CPUDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnBounceNoBundle_CPUDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnBounceNoBundle_CPUDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnDeformer1Gather_GPUDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.DeformerWithGatherGpu Example deformer node that applies a sine wave to a mesh using gathered inputs """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnDeformer1Gather_GPUDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.DeformerWithGatherGpu Class Members: node: Node being evaluated """ # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ]) class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedWriteValues = { } def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnDeformer1Gather_GPUDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnDeformer1Gather_GPUDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnDeformer1Gather_GPUDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnScaleCubeDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.ScaleCube Example node that performs a simple multiplication """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnScaleCubeDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.ScaleCube Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.multiplier inputs.value Outputs: outputs.value """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:multiplier', 'float', 0, None, '2nd multiplicand', {}, True, 0.0, False, ''), ('inputs:value', 'float', 0, None, '1st multiplicand', {}, True, 0.0, False, ''), ('outputs:value', 'double', 0, None, 'Product of value and multiplier', {}, True, None, False, ''), ]) class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def multiplier(self): data_view = og.AttributeValueHelper(self._attributes.multiplier) return data_view.get() @multiplier.setter def multiplier(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.multiplier) data_view = og.AttributeValueHelper(self._attributes.multiplier) data_view.set(value) @property def value(self): data_view = og.AttributeValueHelper(self._attributes.value) return data_view.get() @value.setter def value(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.value) data_view = og.AttributeValueHelper(self._attributes.value) data_view.set(value) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedWriteValues = { } @property def value(self): data_view = og.AttributeValueHelper(self._attributes.value) return data_view.get() @value.setter def value(self, value): data_view = og.AttributeValueHelper(self._attributes.value) data_view.set(value) def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnScaleCubeDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnScaleCubeDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnScaleCubeDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnDeformer1_CPUDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.Deformer1 Example deformer node that applies a sine wave to a mesh """ import numpy import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnDeformer1_CPUDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.Deformer1 Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.multiplier inputs.points inputs.wavelength Outputs: outputs.points """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:multiplier', 'float', 0, None, 'Amplitude of sinusoidal deformer function', {ogn.MetadataKeys.DEFAULT: '0.7'}, True, 0.7, False, ''), ('inputs:points', 'point3f[]', 0, None, 'Set of points to be deformed', {}, True, [], False, ''), ('inputs:wavelength', 'float', 0, None, 'Wavelength of sinusodal deformer function', {ogn.MetadataKeys.DEFAULT: '50.0'}, True, 50.0, False, ''), ('outputs:points', 'point3f[]', 0, None, 'Set of deformed points', {}, True, None, False, ''), ]) @classmethod def _populate_role_data(cls): """Populate a role structure with the non-default roles on this node type""" role_data = super()._populate_role_data() role_data.inputs.points = og.AttributeRole.POSITION role_data.outputs.points = og.AttributeRole.POSITION return role_data class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def multiplier(self): data_view = og.AttributeValueHelper(self._attributes.multiplier) return data_view.get() @multiplier.setter def multiplier(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.multiplier) data_view = og.AttributeValueHelper(self._attributes.multiplier) data_view.set(value) @property def points(self): data_view = og.AttributeValueHelper(self._attributes.points) return data_view.get() @points.setter def points(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.points) data_view = og.AttributeValueHelper(self._attributes.points) data_view.set(value) self.points_size = data_view.get_array_size() @property def wavelength(self): data_view = og.AttributeValueHelper(self._attributes.wavelength) return data_view.get() @wavelength.setter def wavelength(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.wavelength) data_view = og.AttributeValueHelper(self._attributes.wavelength) data_view.set(value) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.points_size = None self._batchedWriteValues = { } @property def points(self): data_view = og.AttributeValueHelper(self._attributes.points) return data_view.get(reserved_element_count=self.points_size) @points.setter def points(self, value): data_view = og.AttributeValueHelper(self._attributes.points) data_view.set(value) self.points_size = data_view.get_array_size() def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnDeformer1_CPUDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnDeformer1_CPUDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnDeformer1_CPUDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnExampleSmoothDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.Smooth Smooths data in a very simple way by averaging values with neighbors. """ import carb import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnExampleSmoothDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.Smooth Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.iterations inputs.mesh inputs.nameOfAttributeToSmooth inputs.nameOfNeighborStartsInputAttribute inputs.nameOfNeighborsInputAttribute inputs.useGPU Outputs: outputs.mesh """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:iterations', 'int', 0, None, 'Number of times to average neighboring values', {ogn.MetadataKeys.DEFAULT: '5'}, True, 5, False, ''), ('inputs:mesh', 'bundle', 0, None, 'Bundle containing data to be smoothed and neighbor arrays.', {}, True, None, False, ''), ('inputs:nameOfAttributeToSmooth', 'token', 0, None, "Name of the attribute in 'mesh' containing the data to be smoothed", {ogn.MetadataKeys.DEFAULT: '"points"'}, True, "points", False, ''), ('inputs:nameOfNeighborStartsInputAttribute', 'token', 0, None, "Name of the 'int[]' attribute in 'mesh' containing the beginning index of neighbors of each point in the array attribute specified by 'nameOfNeighborsInputAttribute'", {ogn.MetadataKeys.DEFAULT: '"neighborStarts"'}, True, "neighborStarts", False, ''), ('inputs:nameOfNeighborsInputAttribute', 'token', 0, None, "Name of the 'int[]' attribute in 'mesh' containing the neighbors of all points. The beginnings of each point's neighbors within this array are provided in the attribute specified by 'nameOfNeighborStartsInputAttribute'.", {ogn.MetadataKeys.DEFAULT: '"neighbors"'}, True, "neighbors", False, ''), ('inputs:useGPU', 'bool', 0, None, 'When this option is on, the node will use the GPU to perform the smoothing computation.', {ogn.MetadataKeys.DEFAULT: 'true'}, True, True, False, ''), ('outputs:mesh', 'bundle', 0, None, "A copy of 'mesh' with the specified attribute smoothed.", {}, True, None, False, ''), ]) @classmethod def _populate_role_data(cls): """Populate a role structure with the non-default roles on this node type""" role_data = super()._populate_role_data() role_data.inputs.mesh = og.AttributeRole.BUNDLE role_data.outputs.mesh = og.AttributeRole.BUNDLE return role_data class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.__bundles = og.BundleContainer(context, node, attributes, [], read_only=True, gpu_ptr_kinds={}) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def iterations(self): data_view = og.AttributeValueHelper(self._attributes.iterations) return data_view.get() @iterations.setter def iterations(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.iterations) data_view = og.AttributeValueHelper(self._attributes.iterations) data_view.set(value) @property def mesh(self) -> og.BundleContents: """Get the bundle wrapper class for the attribute inputs.mesh""" return self.__bundles.mesh @property def nameOfAttributeToSmooth(self): data_view = og.AttributeValueHelper(self._attributes.nameOfAttributeToSmooth) return data_view.get() @nameOfAttributeToSmooth.setter def nameOfAttributeToSmooth(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.nameOfAttributeToSmooth) data_view = og.AttributeValueHelper(self._attributes.nameOfAttributeToSmooth) data_view.set(value) @property def nameOfNeighborStartsInputAttribute(self): data_view = og.AttributeValueHelper(self._attributes.nameOfNeighborStartsInputAttribute) return data_view.get() @nameOfNeighborStartsInputAttribute.setter def nameOfNeighborStartsInputAttribute(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.nameOfNeighborStartsInputAttribute) data_view = og.AttributeValueHelper(self._attributes.nameOfNeighborStartsInputAttribute) data_view.set(value) @property def nameOfNeighborsInputAttribute(self): data_view = og.AttributeValueHelper(self._attributes.nameOfNeighborsInputAttribute) return data_view.get() @nameOfNeighborsInputAttribute.setter def nameOfNeighborsInputAttribute(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.nameOfNeighborsInputAttribute) data_view = og.AttributeValueHelper(self._attributes.nameOfNeighborsInputAttribute) data_view.set(value) @property def useGPU(self): data_view = og.AttributeValueHelper(self._attributes.useGPU) return data_view.get() @useGPU.setter def useGPU(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.useGPU) data_view = og.AttributeValueHelper(self._attributes.useGPU) data_view.set(value) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.__bundles = og.BundleContainer(context, node, attributes, [], read_only=False, gpu_ptr_kinds={}) self._batchedWriteValues = { } @property def mesh(self) -> og.BundleContents: """Get the bundle wrapper class for the attribute outputs.mesh""" return self.__bundles.mesh @mesh.setter def mesh(self, bundle: og.BundleContents): """Overwrite the bundle attribute outputs.mesh with a new bundle""" if not isinstance(bundle, og.BundleContents): carb.log_error("Only bundle attributes can be assigned to another bundle attribute") self.__bundles.mesh.bundle = bundle def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnExampleSmoothDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnExampleSmoothDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnExampleSmoothDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnCompoundDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.Compound Encapsulation of one more other nodes into a single node entity. The compound node doesn't have any functionality of its own, it is merely a wrapper for a set of nodes that perform a complex task. It presents a more limited set of input and output attributes than the union of the contained nodes to make it seem as though a single node is performing a higher level function. For example a compound node could present inputs a, b, and c, and outputs root1 and root2 at the compound boundary, wiring up simple math nodes square, squareRoot, add, subtract, times, and divided_by in a simple way that calculates quadratic roots. (root1 = divide(add(b, square_root(subtract(square(b), times(4, times(a, c))))))) (root2 = divide(subtract(b, square_root(subtract(square(b), times(4, times(a, c))))))) """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnCompoundDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.Compound Class Members: node: Node being evaluated """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ]) class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedWriteValues = { } def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnCompoundDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnCompoundDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnCompoundDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnScaleCubeWithPrimDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.ScaleCubeWithOutputPrim Example node that performs a simple multiplication on a float value extracted from a Prim """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnScaleCubeWithPrimDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.ScaleCubeWithOutputPrim Class Members: node: Node being evaluated """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ]) class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedWriteValues = { } def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnScaleCubeWithPrimDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnScaleCubeWithPrimDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnScaleCubeWithPrimDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnVersionedDeformerDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.VersionedDeformer Test node to confirm version upgrading works. Performs a basic deformation on some points. """ import numpy import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnVersionedDeformerDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.VersionedDeformer Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.points inputs.wavelength Outputs: outputs.points """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:points', 'point3f[]', 0, None, 'Set of points to be deformed', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:wavelength', 'float', 0, None, 'Wavelength of sinusodal deformer function', {ogn.MetadataKeys.DEFAULT: '50.0'}, True, 50.0, False, ''), ('outputs:points', 'point3f[]', 0, None, 'Set of deformed points', {}, True, None, False, ''), ]) @classmethod def _populate_role_data(cls): """Populate a role structure with the non-default roles on this node type""" role_data = super()._populate_role_data() role_data.inputs.points = og.AttributeRole.POSITION role_data.outputs.points = og.AttributeRole.POSITION return role_data class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def points(self): data_view = og.AttributeValueHelper(self._attributes.points) return data_view.get() @points.setter def points(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.points) data_view = og.AttributeValueHelper(self._attributes.points) data_view.set(value) self.points_size = data_view.get_array_size() @property def wavelength(self): data_view = og.AttributeValueHelper(self._attributes.wavelength) return data_view.get() @wavelength.setter def wavelength(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.wavelength) data_view = og.AttributeValueHelper(self._attributes.wavelength) data_view.set(value) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.points_size = None self._batchedWriteValues = { } @property def points(self): data_view = og.AttributeValueHelper(self._attributes.points) return data_view.get(reserved_element_count=self.points_size) @points.setter def points(self, value): data_view = og.AttributeValueHelper(self._attributes.points) data_view.set(value) self.points_size = data_view.get_array_size() def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnVersionedDeformerDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnVersionedDeformerDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnVersionedDeformerDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnBounce_GPUDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.BounceGpu Example node that gathers (vectorizes) a bunch of translation attributes and bounces the objects up and down on the GPU """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnBounce_GPUDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.BounceGpu Class Members: node: Node being evaluated """ # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ]) class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedWriteValues = { } def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnBounce_GPUDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnBounce_GPUDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnBounce_GPUDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnUniversalAddDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.UniversalAdd Universal add node for all types. This file was originally generated using UniversalAddGenerator.py. Edits have been made since the initial generation as the API evolved. This example uses outputs and pairs of inputs of every type to be 'universal'. See the 'Add' node for a Python implementation that uses only one output and one pair of inputs using the 'any' type. """ import numpy import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnUniversalAddDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.UniversalAdd Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.bool_0 inputs.bool_1 inputs.bool_arr_0 inputs.bool_arr_1 inputs.colord3_0 inputs.colord3_1 inputs.colord3_arr_0 inputs.colord3_arr_1 inputs.colord4_0 inputs.colord4_1 inputs.colord4_arr_0 inputs.colord4_arr_1 inputs.colorf3_0 inputs.colorf3_1 inputs.colorf3_arr_0 inputs.colorf3_arr_1 inputs.colorf4_0 inputs.colorf4_1 inputs.colorf4_arr_0 inputs.colorf4_arr_1 inputs.colorh3_0 inputs.colorh3_1 inputs.colorh3_arr_0 inputs.colorh3_arr_1 inputs.colorh4_0 inputs.colorh4_1 inputs.colorh4_arr_0 inputs.colorh4_arr_1 inputs.double2_0 inputs.double2_1 inputs.double2_arr_0 inputs.double2_arr_1 inputs.double3_0 inputs.double3_1 inputs.double3_arr_0 inputs.double3_arr_1 inputs.double4_0 inputs.double4_1 inputs.double4_arr_0 inputs.double4_arr_1 inputs.double_0 inputs.double_1 inputs.double_arr_0 inputs.double_arr_1 inputs.float2_0 inputs.float2_1 inputs.float2_arr_0 inputs.float2_arr_1 inputs.float3_0 inputs.float3_1 inputs.float3_arr_0 inputs.float3_arr_1 inputs.float4_0 inputs.float4_1 inputs.float4_arr_0 inputs.float4_arr_1 inputs.float_0 inputs.float_1 inputs.float_arr_0 inputs.float_arr_1 inputs.frame4_0 inputs.frame4_1 inputs.frame4_arr_0 inputs.frame4_arr_1 inputs.half2_0 inputs.half2_1 inputs.half2_arr_0 inputs.half2_arr_1 inputs.half3_0 inputs.half3_1 inputs.half3_arr_0 inputs.half3_arr_1 inputs.half4_0 inputs.half4_1 inputs.half4_arr_0 inputs.half4_arr_1 inputs.half_0 inputs.half_1 inputs.half_arr_0 inputs.half_arr_1 inputs.int2_0 inputs.int2_1 inputs.int2_arr_0 inputs.int2_arr_1 inputs.int3_0 inputs.int3_1 inputs.int3_arr_0 inputs.int3_arr_1 inputs.int4_0 inputs.int4_1 inputs.int4_arr_0 inputs.int4_arr_1 inputs.int64_0 inputs.int64_1 inputs.int64_arr_0 inputs.int64_arr_1 inputs.int_0 inputs.int_1 inputs.int_arr_0 inputs.int_arr_1 inputs.matrixd2_0 inputs.matrixd2_1 inputs.matrixd2_arr_0 inputs.matrixd2_arr_1 inputs.matrixd3_0 inputs.matrixd3_1 inputs.matrixd3_arr_0 inputs.matrixd3_arr_1 inputs.matrixd4_0 inputs.matrixd4_1 inputs.matrixd4_arr_0 inputs.matrixd4_arr_1 inputs.normald3_0 inputs.normald3_1 inputs.normald3_arr_0 inputs.normald3_arr_1 inputs.normalf3_0 inputs.normalf3_1 inputs.normalf3_arr_0 inputs.normalf3_arr_1 inputs.normalh3_0 inputs.normalh3_1 inputs.normalh3_arr_0 inputs.normalh3_arr_1 inputs.pointd3_0 inputs.pointd3_1 inputs.pointd3_arr_0 inputs.pointd3_arr_1 inputs.pointf3_0 inputs.pointf3_1 inputs.pointf3_arr_0 inputs.pointf3_arr_1 inputs.pointh3_0 inputs.pointh3_1 inputs.pointh3_arr_0 inputs.pointh3_arr_1 inputs.quatd4_0 inputs.quatd4_1 inputs.quatd4_arr_0 inputs.quatd4_arr_1 inputs.quatf4_0 inputs.quatf4_1 inputs.quatf4_arr_0 inputs.quatf4_arr_1 inputs.quath4_0 inputs.quath4_1 inputs.quath4_arr_0 inputs.quath4_arr_1 inputs.texcoordd2_0 inputs.texcoordd2_1 inputs.texcoordd2_arr_0 inputs.texcoordd2_arr_1 inputs.texcoordd3_0 inputs.texcoordd3_1 inputs.texcoordd3_arr_0 inputs.texcoordd3_arr_1 inputs.texcoordf2_0 inputs.texcoordf2_1 inputs.texcoordf2_arr_0 inputs.texcoordf2_arr_1 inputs.texcoordf3_0 inputs.texcoordf3_1 inputs.texcoordf3_arr_0 inputs.texcoordf3_arr_1 inputs.texcoordh2_0 inputs.texcoordh2_1 inputs.texcoordh2_arr_0 inputs.texcoordh2_arr_1 inputs.texcoordh3_0 inputs.texcoordh3_1 inputs.texcoordh3_arr_0 inputs.texcoordh3_arr_1 inputs.timecode_0 inputs.timecode_1 inputs.timecode_arr_0 inputs.timecode_arr_1 inputs.token_0 inputs.token_1 inputs.token_arr_0 inputs.token_arr_1 inputs.transform4_0 inputs.transform4_1 inputs.transform4_arr_0 inputs.transform4_arr_1 inputs.uchar_0 inputs.uchar_1 inputs.uchar_arr_0 inputs.uchar_arr_1 inputs.uint64_0 inputs.uint64_1 inputs.uint64_arr_0 inputs.uint64_arr_1 inputs.uint_0 inputs.uint_1 inputs.uint_arr_0 inputs.uint_arr_1 inputs.vectord3_0 inputs.vectord3_1 inputs.vectord3_arr_0 inputs.vectord3_arr_1 inputs.vectorf3_0 inputs.vectorf3_1 inputs.vectorf3_arr_0 inputs.vectorf3_arr_1 inputs.vectorh3_0 inputs.vectorh3_1 inputs.vectorh3_arr_0 inputs.vectorh3_arr_1 Outputs: outputs.bool_0 outputs.bool_arr_0 outputs.colord3_0 outputs.colord3_arr_0 outputs.colord4_0 outputs.colord4_arr_0 outputs.colorf3_0 outputs.colorf3_arr_0 outputs.colorf4_0 outputs.colorf4_arr_0 outputs.colorh3_0 outputs.colorh3_arr_0 outputs.colorh4_0 outputs.colorh4_arr_0 outputs.double2_0 outputs.double2_arr_0 outputs.double3_0 outputs.double3_arr_0 outputs.double4_0 outputs.double4_arr_0 outputs.double_0 outputs.double_arr_0 outputs.float2_0 outputs.float2_arr_0 outputs.float3_0 outputs.float3_arr_0 outputs.float4_0 outputs.float4_arr_0 outputs.float_0 outputs.float_arr_0 outputs.frame4_0 outputs.frame4_arr_0 outputs.half2_0 outputs.half2_arr_0 outputs.half3_0 outputs.half3_arr_0 outputs.half4_0 outputs.half4_arr_0 outputs.half_0 outputs.half_arr_0 outputs.int2_0 outputs.int2_arr_0 outputs.int3_0 outputs.int3_arr_0 outputs.int4_0 outputs.int4_arr_0 outputs.int64_0 outputs.int64_arr_0 outputs.int_0 outputs.int_arr_0 outputs.matrixd2_0 outputs.matrixd2_arr_0 outputs.matrixd3_0 outputs.matrixd3_arr_0 outputs.matrixd4_0 outputs.matrixd4_arr_0 outputs.normald3_0 outputs.normald3_arr_0 outputs.normalf3_0 outputs.normalf3_arr_0 outputs.normalh3_0 outputs.normalh3_arr_0 outputs.pointd3_0 outputs.pointd3_arr_0 outputs.pointf3_0 outputs.pointf3_arr_0 outputs.pointh3_0 outputs.pointh3_arr_0 outputs.quatd4_0 outputs.quatd4_arr_0 outputs.quatf4_0 outputs.quatf4_arr_0 outputs.quath4_0 outputs.quath4_arr_0 outputs.texcoordd2_0 outputs.texcoordd2_arr_0 outputs.texcoordd3_0 outputs.texcoordd3_arr_0 outputs.texcoordf2_0 outputs.texcoordf2_arr_0 outputs.texcoordf3_0 outputs.texcoordf3_arr_0 outputs.texcoordh2_0 outputs.texcoordh2_arr_0 outputs.texcoordh3_0 outputs.texcoordh3_arr_0 outputs.timecode_0 outputs.timecode_arr_0 outputs.token_0 outputs.token_arr_0 outputs.transform4_0 outputs.transform4_arr_0 outputs.uchar_0 outputs.uchar_arr_0 outputs.uint64_0 outputs.uint64_arr_0 outputs.uint_0 outputs.uint_arr_0 outputs.vectord3_0 outputs.vectord3_arr_0 outputs.vectorf3_0 outputs.vectorf3_arr_0 outputs.vectorh3_0 outputs.vectorh3_arr_0 """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:bool_0', 'bool', 0, None, 'Input of type bool', {ogn.MetadataKeys.DEFAULT: 'false'}, True, False, False, ''), ('inputs:bool_1', 'bool', 0, None, 'Input of type bool', {ogn.MetadataKeys.DEFAULT: 'false'}, True, False, False, ''), ('inputs:bool_arr_0', 'bool[]', 0, None, 'Input of type bool[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:bool_arr_1', 'bool[]', 0, None, 'Input of type bool[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:colord3_0', 'color3d', 0, None, 'Input of type colord[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:colord3_1', 'color3d', 0, None, 'Input of type colord[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:colord3_arr_0', 'color3d[]', 0, None, 'Input of type colord[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:colord3_arr_1', 'color3d[]', 0, None, 'Input of type colord[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:colord4_0', 'color4d', 0, None, 'Input of type colord[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:colord4_1', 'color4d', 0, None, 'Input of type colord[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:colord4_arr_0', 'color4d[]', 0, None, 'Input of type colord[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:colord4_arr_1', 'color4d[]', 0, None, 'Input of type colord[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:colorf3_0', 'color3f', 0, None, 'Input of type colorf[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:colorf3_1', 'color3f', 0, None, 'Input of type colorf[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:colorf3_arr_0', 'color3f[]', 0, None, 'Input of type colorf[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:colorf3_arr_1', 'color3f[]', 0, None, 'Input of type colorf[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:colorf4_0', 'color4f', 0, None, 'Input of type colorf[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:colorf4_1', 'color4f', 0, None, 'Input of type colorf[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:colorf4_arr_0', 'color4f[]', 0, None, 'Input of type colorf[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:colorf4_arr_1', 'color4f[]', 0, None, 'Input of type colorf[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:colorh3_0', 'color3h', 0, None, 'Input of type colorh[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:colorh3_1', 'color3h', 0, None, 'Input of type colorh[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:colorh3_arr_0', 'color3h[]', 0, None, 'Input of type colorh[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:colorh3_arr_1', 'color3h[]', 0, None, 'Input of type colorh[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:colorh4_0', 'color4h', 0, None, 'Input of type colorh[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:colorh4_1', 'color4h', 0, None, 'Input of type colorh[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:colorh4_arr_0', 'color4h[]', 0, None, 'Input of type colorh[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:colorh4_arr_1', 'color4h[]', 0, None, 'Input of type colorh[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:double2_0', 'double2', 0, None, 'Input of type double[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('inputs:double2_1', 'double2', 0, None, 'Input of type double[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('inputs:double2_arr_0', 'double2[]', 0, None, 'Input of type double[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:double2_arr_1', 'double2[]', 0, None, 'Input of type double[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:double3_0', 'double3', 0, None, 'Input of type double[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:double3_1', 'double3', 0, None, 'Input of type double[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:double3_arr_0', 'double3[]', 0, None, 'Input of type double[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:double3_arr_1', 'double3[]', 0, None, 'Input of type double[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:double4_0', 'double4', 0, None, 'Input of type double[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:double4_1', 'double4', 0, None, 'Input of type double[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:double4_arr_0', 'double4[]', 0, None, 'Input of type double[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:double4_arr_1', 'double4[]', 0, None, 'Input of type double[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:double_0', 'double', 0, None, 'Input of type double', {ogn.MetadataKeys.DEFAULT: '0.0'}, True, 0.0, False, ''), ('inputs:double_1', 'double', 0, None, 'Input of type double', {ogn.MetadataKeys.DEFAULT: '0.0'}, True, 0.0, False, ''), ('inputs:double_arr_0', 'double[]', 0, None, 'Input of type double[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:double_arr_1', 'double[]', 0, None, 'Input of type double[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:float2_0', 'float2', 0, None, 'Input of type float[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('inputs:float2_1', 'float2', 0, None, 'Input of type float[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('inputs:float2_arr_0', 'float2[]', 0, None, 'Input of type float[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:float2_arr_1', 'float2[]', 0, None, 'Input of type float[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:float3_0', 'float3', 0, None, 'Input of type float[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:float3_1', 'float3', 0, None, 'Input of type float[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:float3_arr_0', 'float3[]', 0, None, 'Input of type float[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:float3_arr_1', 'float3[]', 0, None, 'Input of type float[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:float4_0', 'float4', 0, None, 'Input of type float[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:float4_1', 'float4', 0, None, 'Input of type float[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:float4_arr_0', 'float4[]', 0, None, 'Input of type float[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:float4_arr_1', 'float4[]', 0, None, 'Input of type float[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:float_0', 'float', 0, None, 'Input of type float', {ogn.MetadataKeys.DEFAULT: '0.0'}, True, 0.0, False, ''), ('inputs:float_1', 'float', 0, None, 'Input of type float', {ogn.MetadataKeys.DEFAULT: '0.0'}, True, 0.0, False, ''), ('inputs:float_arr_0', 'float[]', 0, None, 'Input of type float[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:float_arr_1', 'float[]', 0, None, 'Input of type float[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:frame4_0', 'frame4d', 0, None, 'Input of type frame[4]', {ogn.MetadataKeys.DEFAULT: '[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]'}, True, [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], False, ''), ('inputs:frame4_1', 'frame4d', 0, None, 'Input of type frame[4]', {ogn.MetadataKeys.DEFAULT: '[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]'}, True, [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], False, ''), ('inputs:frame4_arr_0', 'frame4d[]', 0, None, 'Input of type frame[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:frame4_arr_1', 'frame4d[]', 0, None, 'Input of type frame[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:half2_0', 'half2', 0, None, 'Input of type half[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('inputs:half2_1', 'half2', 0, None, 'Input of type half[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('inputs:half2_arr_0', 'half2[]', 0, None, 'Input of type half[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:half2_arr_1', 'half2[]', 0, None, 'Input of type half[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:half3_0', 'half3', 0, None, 'Input of type half[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:half3_1', 'half3', 0, None, 'Input of type half[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:half3_arr_0', 'half3[]', 0, None, 'Input of type half[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:half3_arr_1', 'half3[]', 0, None, 'Input of type half[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:half4_0', 'half4', 0, None, 'Input of type half[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:half4_1', 'half4', 0, None, 'Input of type half[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:half4_arr_0', 'half4[]', 0, None, 'Input of type half[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:half4_arr_1', 'half4[]', 0, None, 'Input of type half[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:half_0', 'half', 0, None, 'Input of type half', {ogn.MetadataKeys.DEFAULT: '0.0'}, True, 0.0, False, ''), ('inputs:half_1', 'half', 0, None, 'Input of type half', {ogn.MetadataKeys.DEFAULT: '0.0'}, True, 0.0, False, ''), ('inputs:half_arr_0', 'half[]', 0, None, 'Input of type half[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:half_arr_1', 'half[]', 0, None, 'Input of type half[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:int2_0', 'int2', 0, None, 'Input of type int[2]', {ogn.MetadataKeys.DEFAULT: '[0, 0]'}, True, [0, 0], False, ''), ('inputs:int2_1', 'int2', 0, None, 'Input of type int[2]', {ogn.MetadataKeys.DEFAULT: '[0, 0]'}, True, [0, 0], False, ''), ('inputs:int2_arr_0', 'int2[]', 0, None, 'Input of type int[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:int2_arr_1', 'int2[]', 0, None, 'Input of type int[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:int3_0', 'int3', 0, None, 'Input of type int[3]', {ogn.MetadataKeys.DEFAULT: '[0, 0, 0]'}, True, [0, 0, 0], False, ''), ('inputs:int3_1', 'int3', 0, None, 'Input of type int[3]', {ogn.MetadataKeys.DEFAULT: '[0, 0, 0]'}, True, [0, 0, 0], False, ''), ('inputs:int3_arr_0', 'int3[]', 0, None, 'Input of type int[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:int3_arr_1', 'int3[]', 0, None, 'Input of type int[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:int4_0', 'int4', 0, None, 'Input of type int[4]', {ogn.MetadataKeys.DEFAULT: '[0, 0, 0, 0]'}, True, [0, 0, 0, 0], False, ''), ('inputs:int4_1', 'int4', 0, None, 'Input of type int[4]', {ogn.MetadataKeys.DEFAULT: '[0, 0, 0, 0]'}, True, [0, 0, 0, 0], False, ''), ('inputs:int4_arr_0', 'int4[]', 0, None, 'Input of type int[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:int4_arr_1', 'int4[]', 0, None, 'Input of type int[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:int64_0', 'int64', 0, None, 'Input of type int64', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('inputs:int64_1', 'int64', 0, None, 'Input of type int64', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('inputs:int64_arr_0', 'int64[]', 0, None, 'Input of type int64[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:int64_arr_1', 'int64[]', 0, None, 'Input of type int64[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:int_0', 'int', 0, None, 'Input of type int', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('inputs:int_1', 'int', 0, None, 'Input of type int', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('inputs:int_arr_0', 'int[]', 0, None, 'Input of type int[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:int_arr_1', 'int[]', 0, None, 'Input of type int[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:matrixd2_0', 'matrix2d', 0, None, 'Input of type matrixd[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:matrixd2_1', 'matrix2d', 0, None, 'Input of type matrixd[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:matrixd2_arr_0', 'matrix2d[]', 0, None, 'Input of type matrixd[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:matrixd2_arr_1', 'matrix2d[]', 0, None, 'Input of type matrixd[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:matrixd3_0', 'matrix3d', 0, None, 'Input of type matrixd[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:matrixd3_1', 'matrix3d', 0, None, 'Input of type matrixd[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:matrixd3_arr_0', 'matrix3d[]', 0, None, 'Input of type matrixd[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:matrixd3_arr_1', 'matrix3d[]', 0, None, 'Input of type matrixd[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:matrixd4_0', 'matrix4d', 0, None, 'Input of type matrixd[4]', {ogn.MetadataKeys.DEFAULT: '[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]'}, True, [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], False, ''), ('inputs:matrixd4_1', 'matrix4d', 0, None, 'Input of type matrixd[4]', {ogn.MetadataKeys.DEFAULT: '[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]'}, True, [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], False, ''), ('inputs:matrixd4_arr_0', 'matrix4d[]', 0, None, 'Input of type matrixd[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:matrixd4_arr_1', 'matrix4d[]', 0, None, 'Input of type matrixd[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:normald3_0', 'normal3d', 0, None, 'Input of type normald[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:normald3_1', 'normal3d', 0, None, 'Input of type normald[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:normald3_arr_0', 'normal3d[]', 0, None, 'Input of type normald[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:normald3_arr_1', 'normal3d[]', 0, None, 'Input of type normald[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:normalf3_0', 'normal3f', 0, None, 'Input of type normalf[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:normalf3_1', 'normal3f', 0, None, 'Input of type normalf[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:normalf3_arr_0', 'normal3f[]', 0, None, 'Input of type normalf[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:normalf3_arr_1', 'normal3f[]', 0, None, 'Input of type normalf[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:normalh3_0', 'normal3h', 0, None, 'Input of type normalh[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:normalh3_1', 'normal3h', 0, None, 'Input of type normalh[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:normalh3_arr_0', 'normal3h[]', 0, None, 'Input of type normalh[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:normalh3_arr_1', 'normal3h[]', 0, None, 'Input of type normalh[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:pointd3_0', 'point3d', 0, None, 'Input of type pointd[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:pointd3_1', 'point3d', 0, None, 'Input of type pointd[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:pointd3_arr_0', 'point3d[]', 0, None, 'Input of type pointd[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:pointd3_arr_1', 'point3d[]', 0, None, 'Input of type pointd[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:pointf3_0', 'point3f', 0, None, 'Input of type pointf[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:pointf3_1', 'point3f', 0, None, 'Input of type pointf[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:pointf3_arr_0', 'point3f[]', 0, None, 'Input of type pointf[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:pointf3_arr_1', 'point3f[]', 0, None, 'Input of type pointf[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:pointh3_0', 'point3h', 0, None, 'Input of type pointh[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:pointh3_1', 'point3h', 0, None, 'Input of type pointh[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:pointh3_arr_0', 'point3h[]', 0, None, 'Input of type pointh[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:pointh3_arr_1', 'point3h[]', 0, None, 'Input of type pointh[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:quatd4_0', 'quatd', 0, None, 'Input of type quatd[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:quatd4_1', 'quatd', 0, None, 'Input of type quatd[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:quatd4_arr_0', 'quatd[]', 0, None, 'Input of type quatd[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:quatd4_arr_1', 'quatd[]', 0, None, 'Input of type quatd[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:quatf4_0', 'quatf', 0, None, 'Input of type quatf[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:quatf4_1', 'quatf', 0, None, 'Input of type quatf[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:quatf4_arr_0', 'quatf[]', 0, None, 'Input of type quatf[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:quatf4_arr_1', 'quatf[]', 0, None, 'Input of type quatf[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:quath4_0', 'quath', 0, None, 'Input of type quath[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:quath4_1', 'quath', 0, None, 'Input of type quath[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('inputs:quath4_arr_0', 'quath[]', 0, None, 'Input of type quath[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:quath4_arr_1', 'quath[]', 0, None, 'Input of type quath[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:texcoordd2_0', 'texCoord2d', 0, None, 'Input of type texcoordd[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('inputs:texcoordd2_1', 'texCoord2d', 0, None, 'Input of type texcoordd[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('inputs:texcoordd2_arr_0', 'texCoord2d[]', 0, None, 'Input of type texcoordd[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:texcoordd2_arr_1', 'texCoord2d[]', 0, None, 'Input of type texcoordd[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:texcoordd3_0', 'texCoord3d', 0, None, 'Input of type texcoordd[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:texcoordd3_1', 'texCoord3d', 0, None, 'Input of type texcoordd[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:texcoordd3_arr_0', 'texCoord3d[]', 0, None, 'Input of type texcoordd[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:texcoordd3_arr_1', 'texCoord3d[]', 0, None, 'Input of type texcoordd[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:texcoordf2_0', 'texCoord2f', 0, None, 'Input of type texcoordf[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('inputs:texcoordf2_1', 'texCoord2f', 0, None, 'Input of type texcoordf[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('inputs:texcoordf2_arr_0', 'texCoord2f[]', 0, None, 'Input of type texcoordf[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:texcoordf2_arr_1', 'texCoord2f[]', 0, None, 'Input of type texcoordf[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:texcoordf3_0', 'texCoord3f', 0, None, 'Input of type texcoordf[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:texcoordf3_1', 'texCoord3f', 0, None, 'Input of type texcoordf[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:texcoordf3_arr_0', 'texCoord3f[]', 0, None, 'Input of type texcoordf[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:texcoordf3_arr_1', 'texCoord3f[]', 0, None, 'Input of type texcoordf[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:texcoordh2_0', 'texCoord2h', 0, None, 'Input of type texcoordh[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('inputs:texcoordh2_1', 'texCoord2h', 0, None, 'Input of type texcoordh[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('inputs:texcoordh2_arr_0', 'texCoord2h[]', 0, None, 'Input of type texcoordh[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:texcoordh2_arr_1', 'texCoord2h[]', 0, None, 'Input of type texcoordh[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:texcoordh3_0', 'texCoord3h', 0, None, 'Input of type texcoordh[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:texcoordh3_1', 'texCoord3h', 0, None, 'Input of type texcoordh[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:texcoordh3_arr_0', 'texCoord3h[]', 0, None, 'Input of type texcoordh[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:texcoordh3_arr_1', 'texCoord3h[]', 0, None, 'Input of type texcoordh[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:timecode_0', 'timecode', 0, None, 'Input of type timecode', {ogn.MetadataKeys.DEFAULT: '0.0'}, True, 0.0, False, ''), ('inputs:timecode_1', 'timecode', 0, None, 'Input of type timecode', {ogn.MetadataKeys.DEFAULT: '0.0'}, True, 0.0, False, ''), ('inputs:timecode_arr_0', 'timecode[]', 0, None, 'Input of type timecode[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:timecode_arr_1', 'timecode[]', 0, None, 'Input of type timecode[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:token_0', 'token', 0, None, 'Input of type token', {ogn.MetadataKeys.DEFAULT: '"default_token"'}, True, "default_token", False, ''), ('inputs:token_1', 'token', 0, None, 'Input of type token', {ogn.MetadataKeys.DEFAULT: '"default_token"'}, True, "default_token", False, ''), ('inputs:token_arr_0', 'token[]', 0, None, 'Input of type token[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:token_arr_1', 'token[]', 0, None, 'Input of type token[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:transform4_0', 'frame4d', 0, None, 'Input of type transform[4]', {ogn.MetadataKeys.DEFAULT: '[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]'}, True, [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], False, ''), ('inputs:transform4_1', 'frame4d', 0, None, 'Input of type transform[4]', {ogn.MetadataKeys.DEFAULT: '[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]'}, True, [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], False, ''), ('inputs:transform4_arr_0', 'frame4d[]', 0, None, 'Input of type transform[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:transform4_arr_1', 'frame4d[]', 0, None, 'Input of type transform[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:uchar_0', 'uchar', 0, None, 'Input of type uchar', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('inputs:uchar_1', 'uchar', 0, None, 'Input of type uchar', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('inputs:uchar_arr_0', 'uchar[]', 0, None, 'Input of type uchar[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:uchar_arr_1', 'uchar[]', 0, None, 'Input of type uchar[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:uint64_0', 'uint64', 0, None, 'Input of type uint64', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('inputs:uint64_1', 'uint64', 0, None, 'Input of type uint64', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('inputs:uint64_arr_0', 'uint64[]', 0, None, 'Input of type uint64[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:uint64_arr_1', 'uint64[]', 0, None, 'Input of type uint64[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:uint_0', 'uint', 0, None, 'Input of type uint', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('inputs:uint_1', 'uint', 0, None, 'Input of type uint', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('inputs:uint_arr_0', 'uint[]', 0, None, 'Input of type uint[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:uint_arr_1', 'uint[]', 0, None, 'Input of type uint[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:vectord3_0', 'vector3d', 0, None, 'Input of type vectord[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:vectord3_1', 'vector3d', 0, None, 'Input of type vectord[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:vectord3_arr_0', 'vector3d[]', 0, None, 'Input of type vectord[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:vectord3_arr_1', 'vector3d[]', 0, None, 'Input of type vectord[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:vectorf3_0', 'vector3f', 0, None, 'Input of type vectorf[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:vectorf3_1', 'vector3f', 0, None, 'Input of type vectorf[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:vectorf3_arr_0', 'vector3f[]', 0, None, 'Input of type vectorf[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:vectorf3_arr_1', 'vector3f[]', 0, None, 'Input of type vectorf[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:vectorh3_0', 'vector3h', 0, None, 'Input of type vectorh[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:vectorh3_1', 'vector3h', 0, None, 'Input of type vectorh[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('inputs:vectorh3_arr_0', 'vector3h[]', 0, None, 'Input of type vectorh[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:vectorh3_arr_1', 'vector3h[]', 0, None, 'Input of type vectorh[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:bool_0', 'bool', 0, None, 'Output of type bool', {ogn.MetadataKeys.DEFAULT: 'false'}, True, False, False, ''), ('outputs:bool_arr_0', 'bool[]', 0, None, 'Output of type bool[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:colord3_0', 'color3d', 0, None, 'Output of type colord[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:colord3_arr_0', 'color3d[]', 0, None, 'Output of type colord[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:colord4_0', 'color4d', 0, None, 'Output of type colord[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('outputs:colord4_arr_0', 'color4d[]', 0, None, 'Output of type colord[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:colorf3_0', 'color3f', 0, None, 'Output of type colorf[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:colorf3_arr_0', 'color3f[]', 0, None, 'Output of type colorf[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:colorf4_0', 'color4f', 0, None, 'Output of type colorf[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('outputs:colorf4_arr_0', 'color4f[]', 0, None, 'Output of type colorf[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:colorh3_0', 'color3h', 0, None, 'Output of type colorh[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:colorh3_arr_0', 'color3h[]', 0, None, 'Output of type colorh[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:colorh4_0', 'color4h', 0, None, 'Output of type colorh[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('outputs:colorh4_arr_0', 'color4h[]', 0, None, 'Output of type colorh[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:double2_0', 'double2', 0, None, 'Output of type double[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('outputs:double2_arr_0', 'double2[]', 0, None, 'Output of type double[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:double3_0', 'double3', 0, None, 'Output of type double[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:double3_arr_0', 'double3[]', 0, None, 'Output of type double[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:double4_0', 'double4', 0, None, 'Output of type double[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('outputs:double4_arr_0', 'double4[]', 0, None, 'Output of type double[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:double_0', 'double', 0, None, 'Output of type double', {ogn.MetadataKeys.DEFAULT: '0.0'}, True, 0.0, False, ''), ('outputs:double_arr_0', 'double[]', 0, None, 'Output of type double[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:float2_0', 'float2', 0, None, 'Output of type float[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('outputs:float2_arr_0', 'float2[]', 0, None, 'Output of type float[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:float3_0', 'float3', 0, None, 'Output of type float[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:float3_arr_0', 'float3[]', 0, None, 'Output of type float[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:float4_0', 'float4', 0, None, 'Output of type float[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('outputs:float4_arr_0', 'float4[]', 0, None, 'Output of type float[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:float_0', 'float', 0, None, 'Output of type float', {ogn.MetadataKeys.DEFAULT: '0.0'}, True, 0.0, False, ''), ('outputs:float_arr_0', 'float[]', 0, None, 'Output of type float[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:frame4_0', 'frame4d', 0, None, 'Output of type frame[4]', {ogn.MetadataKeys.DEFAULT: '[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]'}, True, [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], False, ''), ('outputs:frame4_arr_0', 'frame4d[]', 0, None, 'Output of type frame[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:half2_0', 'half2', 0, None, 'Output of type half[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('outputs:half2_arr_0', 'half2[]', 0, None, 'Output of type half[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:half3_0', 'half3', 0, None, 'Output of type half[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:half3_arr_0', 'half3[]', 0, None, 'Output of type half[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:half4_0', 'half4', 0, None, 'Output of type half[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('outputs:half4_arr_0', 'half4[]', 0, None, 'Output of type half[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:half_0', 'half', 0, None, 'Output of type half', {ogn.MetadataKeys.DEFAULT: '0.0'}, True, 0.0, False, ''), ('outputs:half_arr_0', 'half[]', 0, None, 'Output of type half[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:int2_0', 'int2', 0, None, 'Output of type int[2]', {ogn.MetadataKeys.DEFAULT: '[0, 0]'}, True, [0, 0], False, ''), ('outputs:int2_arr_0', 'int2[]', 0, None, 'Output of type int[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:int3_0', 'int3', 0, None, 'Output of type int[3]', {ogn.MetadataKeys.DEFAULT: '[0, 0, 0]'}, True, [0, 0, 0], False, ''), ('outputs:int3_arr_0', 'int3[]', 0, None, 'Output of type int[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:int4_0', 'int4', 0, None, 'Output of type int[4]', {ogn.MetadataKeys.DEFAULT: '[0, 0, 0, 0]'}, True, [0, 0, 0, 0], False, ''), ('outputs:int4_arr_0', 'int4[]', 0, None, 'Output of type int[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:int64_0', 'int64', 0, None, 'Output of type int64', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('outputs:int64_arr_0', 'int64[]', 0, None, 'Output of type int64[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:int_0', 'int', 0, None, 'Output of type int', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('outputs:int_arr_0', 'int[]', 0, None, 'Output of type int[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:matrixd2_0', 'matrix2d', 0, None, 'Output of type matrixd[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('outputs:matrixd2_arr_0', 'matrix2d[]', 0, None, 'Output of type matrixd[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:matrixd3_0', 'matrix3d', 0, None, 'Output of type matrixd[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], False, ''), ('outputs:matrixd3_arr_0', 'matrix3d[]', 0, None, 'Output of type matrixd[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:matrixd4_0', 'matrix4d', 0, None, 'Output of type matrixd[4]', {ogn.MetadataKeys.DEFAULT: '[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]'}, True, [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], False, ''), ('outputs:matrixd4_arr_0', 'matrix4d[]', 0, None, 'Output of type matrixd[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:normald3_0', 'normal3d', 0, None, 'Output of type normald[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:normald3_arr_0', 'normal3d[]', 0, None, 'Output of type normald[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:normalf3_0', 'normal3f', 0, None, 'Output of type normalf[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:normalf3_arr_0', 'normal3f[]', 0, None, 'Output of type normalf[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:normalh3_0', 'normal3h', 0, None, 'Output of type normalh[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:normalh3_arr_0', 'normal3h[]', 0, None, 'Output of type normalh[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:pointd3_0', 'point3d', 0, None, 'Output of type pointd[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:pointd3_arr_0', 'point3d[]', 0, None, 'Output of type pointd[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:pointf3_0', 'point3f', 0, None, 'Output of type pointf[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:pointf3_arr_0', 'point3f[]', 0, None, 'Output of type pointf[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:pointh3_0', 'point3h', 0, None, 'Output of type pointh[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:pointh3_arr_0', 'point3h[]', 0, None, 'Output of type pointh[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:quatd4_0', 'quatd', 0, None, 'Output of type quatd[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('outputs:quatd4_arr_0', 'quatd[]', 0, None, 'Output of type quatd[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:quatf4_0', 'quatf', 0, None, 'Output of type quatf[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('outputs:quatf4_arr_0', 'quatf[]', 0, None, 'Output of type quatf[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:quath4_0', 'quath', 0, None, 'Output of type quath[4]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0, 0.0], False, ''), ('outputs:quath4_arr_0', 'quath[]', 0, None, 'Output of type quath[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:texcoordd2_0', 'texCoord2d', 0, None, 'Output of type texcoordd[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('outputs:texcoordd2_arr_0', 'texCoord2d[]', 0, None, 'Output of type texcoordd[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:texcoordd3_0', 'texCoord3d', 0, None, 'Output of type texcoordd[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:texcoordd3_arr_0', 'texCoord3d[]', 0, None, 'Output of type texcoordd[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:texcoordf2_0', 'texCoord2f', 0, None, 'Output of type texcoordf[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('outputs:texcoordf2_arr_0', 'texCoord2f[]', 0, None, 'Output of type texcoordf[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:texcoordf3_0', 'texCoord3f', 0, None, 'Output of type texcoordf[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:texcoordf3_arr_0', 'texCoord3f[]', 0, None, 'Output of type texcoordf[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:texcoordh2_0', 'texCoord2h', 0, None, 'Output of type texcoordh[2]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0]'}, True, [0.0, 0.0], False, ''), ('outputs:texcoordh2_arr_0', 'texCoord2h[]', 0, None, 'Output of type texcoordh[2][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:texcoordh3_0', 'texCoord3h', 0, None, 'Output of type texcoordh[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:texcoordh3_arr_0', 'texCoord3h[]', 0, None, 'Output of type texcoordh[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:timecode_0', 'timecode', 0, None, 'Output of type timecode', {ogn.MetadataKeys.DEFAULT: '0.0'}, True, 0.0, False, ''), ('outputs:timecode_arr_0', 'timecode[]', 0, None, 'Output of type timecode[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:token_0', 'token', 0, None, 'Output of type token', {ogn.MetadataKeys.DEFAULT: '"default_token"'}, True, "default_token", False, ''), ('outputs:token_arr_0', 'token[]', 0, None, 'Output of type token[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:transform4_0', 'frame4d', 0, None, 'Output of type transform[4]', {ogn.MetadataKeys.DEFAULT: '[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]'}, True, [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], False, ''), ('outputs:transform4_arr_0', 'frame4d[]', 0, None, 'Output of type transform[4][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:uchar_0', 'uchar', 0, None, 'Output of type uchar', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('outputs:uchar_arr_0', 'uchar[]', 0, None, 'Output of type uchar[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:uint64_0', 'uint64', 0, None, 'Output of type uint64', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('outputs:uint64_arr_0', 'uint64[]', 0, None, 'Output of type uint64[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:uint_0', 'uint', 0, None, 'Output of type uint', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('outputs:uint_arr_0', 'uint[]', 0, None, 'Output of type uint[]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:vectord3_0', 'vector3d', 0, None, 'Output of type vectord[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:vectord3_arr_0', 'vector3d[]', 0, None, 'Output of type vectord[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:vectorf3_0', 'vector3f', 0, None, 'Output of type vectorf[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:vectorf3_arr_0', 'vector3f[]', 0, None, 'Output of type vectorf[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('outputs:vectorh3_0', 'vector3h', 0, None, 'Output of type vectorh[3]', {ogn.MetadataKeys.DEFAULT: '[0.0, 0.0, 0.0]'}, True, [0.0, 0.0, 0.0], False, ''), ('outputs:vectorh3_arr_0', 'vector3h[]', 0, None, 'Output of type vectorh[3][]', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ]) @classmethod def _populate_role_data(cls): """Populate a role structure with the non-default roles on this node type""" role_data = super()._populate_role_data() role_data.inputs.colord3_0 = og.AttributeRole.COLOR role_data.inputs.colord3_1 = og.AttributeRole.COLOR role_data.inputs.colord3_arr_0 = og.AttributeRole.COLOR role_data.inputs.colord3_arr_1 = og.AttributeRole.COLOR role_data.inputs.colord4_0 = og.AttributeRole.COLOR role_data.inputs.colord4_1 = og.AttributeRole.COLOR role_data.inputs.colord4_arr_0 = og.AttributeRole.COLOR role_data.inputs.colord4_arr_1 = og.AttributeRole.COLOR role_data.inputs.colorf3_0 = og.AttributeRole.COLOR role_data.inputs.colorf3_1 = og.AttributeRole.COLOR role_data.inputs.colorf3_arr_0 = og.AttributeRole.COLOR role_data.inputs.colorf3_arr_1 = og.AttributeRole.COLOR role_data.inputs.colorf4_0 = og.AttributeRole.COLOR role_data.inputs.colorf4_1 = og.AttributeRole.COLOR role_data.inputs.colorf4_arr_0 = og.AttributeRole.COLOR role_data.inputs.colorf4_arr_1 = og.AttributeRole.COLOR role_data.inputs.colorh3_0 = og.AttributeRole.COLOR role_data.inputs.colorh3_1 = og.AttributeRole.COLOR role_data.inputs.colorh3_arr_0 = og.AttributeRole.COLOR role_data.inputs.colorh3_arr_1 = og.AttributeRole.COLOR role_data.inputs.colorh4_0 = og.AttributeRole.COLOR role_data.inputs.colorh4_1 = og.AttributeRole.COLOR role_data.inputs.colorh4_arr_0 = og.AttributeRole.COLOR role_data.inputs.colorh4_arr_1 = og.AttributeRole.COLOR role_data.inputs.frame4_0 = og.AttributeRole.FRAME role_data.inputs.frame4_1 = og.AttributeRole.FRAME role_data.inputs.frame4_arr_0 = og.AttributeRole.FRAME role_data.inputs.frame4_arr_1 = og.AttributeRole.FRAME role_data.inputs.matrixd2_0 = og.AttributeRole.MATRIX role_data.inputs.matrixd2_1 = og.AttributeRole.MATRIX role_data.inputs.matrixd2_arr_0 = og.AttributeRole.MATRIX role_data.inputs.matrixd2_arr_1 = og.AttributeRole.MATRIX role_data.inputs.matrixd3_0 = og.AttributeRole.MATRIX role_data.inputs.matrixd3_1 = og.AttributeRole.MATRIX role_data.inputs.matrixd3_arr_0 = og.AttributeRole.MATRIX role_data.inputs.matrixd3_arr_1 = og.AttributeRole.MATRIX role_data.inputs.matrixd4_0 = og.AttributeRole.MATRIX role_data.inputs.matrixd4_1 = og.AttributeRole.MATRIX role_data.inputs.matrixd4_arr_0 = og.AttributeRole.MATRIX role_data.inputs.matrixd4_arr_1 = og.AttributeRole.MATRIX role_data.inputs.normald3_0 = og.AttributeRole.NORMAL role_data.inputs.normald3_1 = og.AttributeRole.NORMAL role_data.inputs.normald3_arr_0 = og.AttributeRole.NORMAL role_data.inputs.normald3_arr_1 = og.AttributeRole.NORMAL role_data.inputs.normalf3_0 = og.AttributeRole.NORMAL role_data.inputs.normalf3_1 = og.AttributeRole.NORMAL role_data.inputs.normalf3_arr_0 = og.AttributeRole.NORMAL role_data.inputs.normalf3_arr_1 = og.AttributeRole.NORMAL role_data.inputs.normalh3_0 = og.AttributeRole.NORMAL role_data.inputs.normalh3_1 = og.AttributeRole.NORMAL role_data.inputs.normalh3_arr_0 = og.AttributeRole.NORMAL role_data.inputs.normalh3_arr_1 = og.AttributeRole.NORMAL role_data.inputs.pointd3_0 = og.AttributeRole.POSITION role_data.inputs.pointd3_1 = og.AttributeRole.POSITION role_data.inputs.pointd3_arr_0 = og.AttributeRole.POSITION role_data.inputs.pointd3_arr_1 = og.AttributeRole.POSITION role_data.inputs.pointf3_0 = og.AttributeRole.POSITION role_data.inputs.pointf3_1 = og.AttributeRole.POSITION role_data.inputs.pointf3_arr_0 = og.AttributeRole.POSITION role_data.inputs.pointf3_arr_1 = og.AttributeRole.POSITION role_data.inputs.pointh3_0 = og.AttributeRole.POSITION role_data.inputs.pointh3_1 = og.AttributeRole.POSITION role_data.inputs.pointh3_arr_0 = og.AttributeRole.POSITION role_data.inputs.pointh3_arr_1 = og.AttributeRole.POSITION role_data.inputs.quatd4_0 = og.AttributeRole.QUATERNION role_data.inputs.quatd4_1 = og.AttributeRole.QUATERNION role_data.inputs.quatd4_arr_0 = og.AttributeRole.QUATERNION role_data.inputs.quatd4_arr_1 = og.AttributeRole.QUATERNION role_data.inputs.quatf4_0 = og.AttributeRole.QUATERNION role_data.inputs.quatf4_1 = og.AttributeRole.QUATERNION role_data.inputs.quatf4_arr_0 = og.AttributeRole.QUATERNION role_data.inputs.quatf4_arr_1 = og.AttributeRole.QUATERNION role_data.inputs.quath4_0 = og.AttributeRole.QUATERNION role_data.inputs.quath4_1 = og.AttributeRole.QUATERNION role_data.inputs.quath4_arr_0 = og.AttributeRole.QUATERNION role_data.inputs.quath4_arr_1 = og.AttributeRole.QUATERNION role_data.inputs.texcoordd2_0 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordd2_1 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordd2_arr_0 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordd2_arr_1 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordd3_0 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordd3_1 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordd3_arr_0 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordd3_arr_1 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordf2_0 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordf2_1 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordf2_arr_0 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordf2_arr_1 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordf3_0 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordf3_1 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordf3_arr_0 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordf3_arr_1 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordh2_0 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordh2_1 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordh2_arr_0 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordh2_arr_1 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordh3_0 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordh3_1 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordh3_arr_0 = og.AttributeRole.TEXCOORD role_data.inputs.texcoordh3_arr_1 = og.AttributeRole.TEXCOORD role_data.inputs.timecode_0 = og.AttributeRole.TIMECODE role_data.inputs.timecode_1 = og.AttributeRole.TIMECODE role_data.inputs.timecode_arr_0 = og.AttributeRole.TIMECODE role_data.inputs.timecode_arr_1 = og.AttributeRole.TIMECODE role_data.inputs.transform4_0 = og.AttributeRole.TRANSFORM role_data.inputs.transform4_1 = og.AttributeRole.TRANSFORM role_data.inputs.transform4_arr_0 = og.AttributeRole.TRANSFORM role_data.inputs.transform4_arr_1 = og.AttributeRole.TRANSFORM role_data.inputs.vectord3_0 = og.AttributeRole.VECTOR role_data.inputs.vectord3_1 = og.AttributeRole.VECTOR role_data.inputs.vectord3_arr_0 = og.AttributeRole.VECTOR role_data.inputs.vectord3_arr_1 = og.AttributeRole.VECTOR role_data.inputs.vectorf3_0 = og.AttributeRole.VECTOR role_data.inputs.vectorf3_1 = og.AttributeRole.VECTOR role_data.inputs.vectorf3_arr_0 = og.AttributeRole.VECTOR role_data.inputs.vectorf3_arr_1 = og.AttributeRole.VECTOR role_data.inputs.vectorh3_0 = og.AttributeRole.VECTOR role_data.inputs.vectorh3_1 = og.AttributeRole.VECTOR role_data.inputs.vectorh3_arr_0 = og.AttributeRole.VECTOR role_data.inputs.vectorh3_arr_1 = og.AttributeRole.VECTOR role_data.outputs.colord3_0 = og.AttributeRole.COLOR role_data.outputs.colord3_arr_0 = og.AttributeRole.COLOR role_data.outputs.colord4_0 = og.AttributeRole.COLOR role_data.outputs.colord4_arr_0 = og.AttributeRole.COLOR role_data.outputs.colorf3_0 = og.AttributeRole.COLOR role_data.outputs.colorf3_arr_0 = og.AttributeRole.COLOR role_data.outputs.colorf4_0 = og.AttributeRole.COLOR role_data.outputs.colorf4_arr_0 = og.AttributeRole.COLOR role_data.outputs.colorh3_0 = og.AttributeRole.COLOR role_data.outputs.colorh3_arr_0 = og.AttributeRole.COLOR role_data.outputs.colorh4_0 = og.AttributeRole.COLOR role_data.outputs.colorh4_arr_0 = og.AttributeRole.COLOR role_data.outputs.frame4_0 = og.AttributeRole.FRAME role_data.outputs.frame4_arr_0 = og.AttributeRole.FRAME role_data.outputs.matrixd2_0 = og.AttributeRole.MATRIX role_data.outputs.matrixd2_arr_0 = og.AttributeRole.MATRIX role_data.outputs.matrixd3_0 = og.AttributeRole.MATRIX role_data.outputs.matrixd3_arr_0 = og.AttributeRole.MATRIX role_data.outputs.matrixd4_0 = og.AttributeRole.MATRIX role_data.outputs.matrixd4_arr_0 = og.AttributeRole.MATRIX role_data.outputs.normald3_0 = og.AttributeRole.NORMAL role_data.outputs.normald3_arr_0 = og.AttributeRole.NORMAL role_data.outputs.normalf3_0 = og.AttributeRole.NORMAL role_data.outputs.normalf3_arr_0 = og.AttributeRole.NORMAL role_data.outputs.normalh3_0 = og.AttributeRole.NORMAL role_data.outputs.normalh3_arr_0 = og.AttributeRole.NORMAL role_data.outputs.pointd3_0 = og.AttributeRole.POSITION role_data.outputs.pointd3_arr_0 = og.AttributeRole.POSITION role_data.outputs.pointf3_0 = og.AttributeRole.POSITION role_data.outputs.pointf3_arr_0 = og.AttributeRole.POSITION role_data.outputs.pointh3_0 = og.AttributeRole.POSITION role_data.outputs.pointh3_arr_0 = og.AttributeRole.POSITION role_data.outputs.quatd4_0 = og.AttributeRole.QUATERNION role_data.outputs.quatd4_arr_0 = og.AttributeRole.QUATERNION role_data.outputs.quatf4_0 = og.AttributeRole.QUATERNION role_data.outputs.quatf4_arr_0 = og.AttributeRole.QUATERNION role_data.outputs.quath4_0 = og.AttributeRole.QUATERNION role_data.outputs.quath4_arr_0 = og.AttributeRole.QUATERNION role_data.outputs.texcoordd2_0 = og.AttributeRole.TEXCOORD role_data.outputs.texcoordd2_arr_0 = og.AttributeRole.TEXCOORD role_data.outputs.texcoordd3_0 = og.AttributeRole.TEXCOORD role_data.outputs.texcoordd3_arr_0 = og.AttributeRole.TEXCOORD role_data.outputs.texcoordf2_0 = og.AttributeRole.TEXCOORD role_data.outputs.texcoordf2_arr_0 = og.AttributeRole.TEXCOORD role_data.outputs.texcoordf3_0 = og.AttributeRole.TEXCOORD role_data.outputs.texcoordf3_arr_0 = og.AttributeRole.TEXCOORD role_data.outputs.texcoordh2_0 = og.AttributeRole.TEXCOORD role_data.outputs.texcoordh2_arr_0 = og.AttributeRole.TEXCOORD role_data.outputs.texcoordh3_0 = og.AttributeRole.TEXCOORD role_data.outputs.texcoordh3_arr_0 = og.AttributeRole.TEXCOORD role_data.outputs.timecode_0 = og.AttributeRole.TIMECODE role_data.outputs.timecode_arr_0 = og.AttributeRole.TIMECODE role_data.outputs.transform4_0 = og.AttributeRole.TRANSFORM role_data.outputs.transform4_arr_0 = og.AttributeRole.TRANSFORM role_data.outputs.vectord3_0 = og.AttributeRole.VECTOR role_data.outputs.vectord3_arr_0 = og.AttributeRole.VECTOR role_data.outputs.vectorf3_0 = og.AttributeRole.VECTOR role_data.outputs.vectorf3_arr_0 = og.AttributeRole.VECTOR role_data.outputs.vectorh3_0 = og.AttributeRole.VECTOR role_data.outputs.vectorh3_arr_0 = og.AttributeRole.VECTOR return role_data class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def bool_0(self): data_view = og.AttributeValueHelper(self._attributes.bool_0) return data_view.get() @bool_0.setter def bool_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.bool_0) data_view = og.AttributeValueHelper(self._attributes.bool_0) data_view.set(value) @property def bool_1(self): data_view = og.AttributeValueHelper(self._attributes.bool_1) return data_view.get() @bool_1.setter def bool_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.bool_1) data_view = og.AttributeValueHelper(self._attributes.bool_1) data_view.set(value) @property def bool_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.bool_arr_0) return data_view.get() @bool_arr_0.setter def bool_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.bool_arr_0) data_view = og.AttributeValueHelper(self._attributes.bool_arr_0) data_view.set(value) self.bool_arr_0_size = data_view.get_array_size() @property def bool_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.bool_arr_1) return data_view.get() @bool_arr_1.setter def bool_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.bool_arr_1) data_view = og.AttributeValueHelper(self._attributes.bool_arr_1) data_view.set(value) self.bool_arr_1_size = data_view.get_array_size() @property def colord3_0(self): data_view = og.AttributeValueHelper(self._attributes.colord3_0) return data_view.get() @colord3_0.setter def colord3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colord3_0) data_view = og.AttributeValueHelper(self._attributes.colord3_0) data_view.set(value) @property def colord3_1(self): data_view = og.AttributeValueHelper(self._attributes.colord3_1) return data_view.get() @colord3_1.setter def colord3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colord3_1) data_view = og.AttributeValueHelper(self._attributes.colord3_1) data_view.set(value) @property def colord3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.colord3_arr_0) return data_view.get() @colord3_arr_0.setter def colord3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colord3_arr_0) data_view = og.AttributeValueHelper(self._attributes.colord3_arr_0) data_view.set(value) self.colord3_arr_0_size = data_view.get_array_size() @property def colord3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.colord3_arr_1) return data_view.get() @colord3_arr_1.setter def colord3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colord3_arr_1) data_view = og.AttributeValueHelper(self._attributes.colord3_arr_1) data_view.set(value) self.colord3_arr_1_size = data_view.get_array_size() @property def colord4_0(self): data_view = og.AttributeValueHelper(self._attributes.colord4_0) return data_view.get() @colord4_0.setter def colord4_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colord4_0) data_view = og.AttributeValueHelper(self._attributes.colord4_0) data_view.set(value) @property def colord4_1(self): data_view = og.AttributeValueHelper(self._attributes.colord4_1) return data_view.get() @colord4_1.setter def colord4_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colord4_1) data_view = og.AttributeValueHelper(self._attributes.colord4_1) data_view.set(value) @property def colord4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.colord4_arr_0) return data_view.get() @colord4_arr_0.setter def colord4_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colord4_arr_0) data_view = og.AttributeValueHelper(self._attributes.colord4_arr_0) data_view.set(value) self.colord4_arr_0_size = data_view.get_array_size() @property def colord4_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.colord4_arr_1) return data_view.get() @colord4_arr_1.setter def colord4_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colord4_arr_1) data_view = og.AttributeValueHelper(self._attributes.colord4_arr_1) data_view.set(value) self.colord4_arr_1_size = data_view.get_array_size() @property def colorf3_0(self): data_view = og.AttributeValueHelper(self._attributes.colorf3_0) return data_view.get() @colorf3_0.setter def colorf3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colorf3_0) data_view = og.AttributeValueHelper(self._attributes.colorf3_0) data_view.set(value) @property def colorf3_1(self): data_view = og.AttributeValueHelper(self._attributes.colorf3_1) return data_view.get() @colorf3_1.setter def colorf3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colorf3_1) data_view = og.AttributeValueHelper(self._attributes.colorf3_1) data_view.set(value) @property def colorf3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.colorf3_arr_0) return data_view.get() @colorf3_arr_0.setter def colorf3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colorf3_arr_0) data_view = og.AttributeValueHelper(self._attributes.colorf3_arr_0) data_view.set(value) self.colorf3_arr_0_size = data_view.get_array_size() @property def colorf3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.colorf3_arr_1) return data_view.get() @colorf3_arr_1.setter def colorf3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colorf3_arr_1) data_view = og.AttributeValueHelper(self._attributes.colorf3_arr_1) data_view.set(value) self.colorf3_arr_1_size = data_view.get_array_size() @property def colorf4_0(self): data_view = og.AttributeValueHelper(self._attributes.colorf4_0) return data_view.get() @colorf4_0.setter def colorf4_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colorf4_0) data_view = og.AttributeValueHelper(self._attributes.colorf4_0) data_view.set(value) @property def colorf4_1(self): data_view = og.AttributeValueHelper(self._attributes.colorf4_1) return data_view.get() @colorf4_1.setter def colorf4_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colorf4_1) data_view = og.AttributeValueHelper(self._attributes.colorf4_1) data_view.set(value) @property def colorf4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.colorf4_arr_0) return data_view.get() @colorf4_arr_0.setter def colorf4_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colorf4_arr_0) data_view = og.AttributeValueHelper(self._attributes.colorf4_arr_0) data_view.set(value) self.colorf4_arr_0_size = data_view.get_array_size() @property def colorf4_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.colorf4_arr_1) return data_view.get() @colorf4_arr_1.setter def colorf4_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colorf4_arr_1) data_view = og.AttributeValueHelper(self._attributes.colorf4_arr_1) data_view.set(value) self.colorf4_arr_1_size = data_view.get_array_size() @property def colorh3_0(self): data_view = og.AttributeValueHelper(self._attributes.colorh3_0) return data_view.get() @colorh3_0.setter def colorh3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colorh3_0) data_view = og.AttributeValueHelper(self._attributes.colorh3_0) data_view.set(value) @property def colorh3_1(self): data_view = og.AttributeValueHelper(self._attributes.colorh3_1) return data_view.get() @colorh3_1.setter def colorh3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colorh3_1) data_view = og.AttributeValueHelper(self._attributes.colorh3_1) data_view.set(value) @property def colorh3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.colorh3_arr_0) return data_view.get() @colorh3_arr_0.setter def colorh3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colorh3_arr_0) data_view = og.AttributeValueHelper(self._attributes.colorh3_arr_0) data_view.set(value) self.colorh3_arr_0_size = data_view.get_array_size() @property def colorh3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.colorh3_arr_1) return data_view.get() @colorh3_arr_1.setter def colorh3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colorh3_arr_1) data_view = og.AttributeValueHelper(self._attributes.colorh3_arr_1) data_view.set(value) self.colorh3_arr_1_size = data_view.get_array_size() @property def colorh4_0(self): data_view = og.AttributeValueHelper(self._attributes.colorh4_0) return data_view.get() @colorh4_0.setter def colorh4_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colorh4_0) data_view = og.AttributeValueHelper(self._attributes.colorh4_0) data_view.set(value) @property def colorh4_1(self): data_view = og.AttributeValueHelper(self._attributes.colorh4_1) return data_view.get() @colorh4_1.setter def colorh4_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colorh4_1) data_view = og.AttributeValueHelper(self._attributes.colorh4_1) data_view.set(value) @property def colorh4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.colorh4_arr_0) return data_view.get() @colorh4_arr_0.setter def colorh4_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colorh4_arr_0) data_view = og.AttributeValueHelper(self._attributes.colorh4_arr_0) data_view.set(value) self.colorh4_arr_0_size = data_view.get_array_size() @property def colorh4_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.colorh4_arr_1) return data_view.get() @colorh4_arr_1.setter def colorh4_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.colorh4_arr_1) data_view = og.AttributeValueHelper(self._attributes.colorh4_arr_1) data_view.set(value) self.colorh4_arr_1_size = data_view.get_array_size() @property def double2_0(self): data_view = og.AttributeValueHelper(self._attributes.double2_0) return data_view.get() @double2_0.setter def double2_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.double2_0) data_view = og.AttributeValueHelper(self._attributes.double2_0) data_view.set(value) @property def double2_1(self): data_view = og.AttributeValueHelper(self._attributes.double2_1) return data_view.get() @double2_1.setter def double2_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.double2_1) data_view = og.AttributeValueHelper(self._attributes.double2_1) data_view.set(value) @property def double2_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.double2_arr_0) return data_view.get() @double2_arr_0.setter def double2_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.double2_arr_0) data_view = og.AttributeValueHelper(self._attributes.double2_arr_0) data_view.set(value) self.double2_arr_0_size = data_view.get_array_size() @property def double2_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.double2_arr_1) return data_view.get() @double2_arr_1.setter def double2_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.double2_arr_1) data_view = og.AttributeValueHelper(self._attributes.double2_arr_1) data_view.set(value) self.double2_arr_1_size = data_view.get_array_size() @property def double3_0(self): data_view = og.AttributeValueHelper(self._attributes.double3_0) return data_view.get() @double3_0.setter def double3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.double3_0) data_view = og.AttributeValueHelper(self._attributes.double3_0) data_view.set(value) @property def double3_1(self): data_view = og.AttributeValueHelper(self._attributes.double3_1) return data_view.get() @double3_1.setter def double3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.double3_1) data_view = og.AttributeValueHelper(self._attributes.double3_1) data_view.set(value) @property def double3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.double3_arr_0) return data_view.get() @double3_arr_0.setter def double3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.double3_arr_0) data_view = og.AttributeValueHelper(self._attributes.double3_arr_0) data_view.set(value) self.double3_arr_0_size = data_view.get_array_size() @property def double3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.double3_arr_1) return data_view.get() @double3_arr_1.setter def double3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.double3_arr_1) data_view = og.AttributeValueHelper(self._attributes.double3_arr_1) data_view.set(value) self.double3_arr_1_size = data_view.get_array_size() @property def double4_0(self): data_view = og.AttributeValueHelper(self._attributes.double4_0) return data_view.get() @double4_0.setter def double4_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.double4_0) data_view = og.AttributeValueHelper(self._attributes.double4_0) data_view.set(value) @property def double4_1(self): data_view = og.AttributeValueHelper(self._attributes.double4_1) return data_view.get() @double4_1.setter def double4_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.double4_1) data_view = og.AttributeValueHelper(self._attributes.double4_1) data_view.set(value) @property def double4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.double4_arr_0) return data_view.get() @double4_arr_0.setter def double4_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.double4_arr_0) data_view = og.AttributeValueHelper(self._attributes.double4_arr_0) data_view.set(value) self.double4_arr_0_size = data_view.get_array_size() @property def double4_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.double4_arr_1) return data_view.get() @double4_arr_1.setter def double4_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.double4_arr_1) data_view = og.AttributeValueHelper(self._attributes.double4_arr_1) data_view.set(value) self.double4_arr_1_size = data_view.get_array_size() @property def double_0(self): data_view = og.AttributeValueHelper(self._attributes.double_0) return data_view.get() @double_0.setter def double_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.double_0) data_view = og.AttributeValueHelper(self._attributes.double_0) data_view.set(value) @property def double_1(self): data_view = og.AttributeValueHelper(self._attributes.double_1) return data_view.get() @double_1.setter def double_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.double_1) data_view = og.AttributeValueHelper(self._attributes.double_1) data_view.set(value) @property def double_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.double_arr_0) return data_view.get() @double_arr_0.setter def double_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.double_arr_0) data_view = og.AttributeValueHelper(self._attributes.double_arr_0) data_view.set(value) self.double_arr_0_size = data_view.get_array_size() @property def double_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.double_arr_1) return data_view.get() @double_arr_1.setter def double_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.double_arr_1) data_view = og.AttributeValueHelper(self._attributes.double_arr_1) data_view.set(value) self.double_arr_1_size = data_view.get_array_size() @property def float2_0(self): data_view = og.AttributeValueHelper(self._attributes.float2_0) return data_view.get() @float2_0.setter def float2_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.float2_0) data_view = og.AttributeValueHelper(self._attributes.float2_0) data_view.set(value) @property def float2_1(self): data_view = og.AttributeValueHelper(self._attributes.float2_1) return data_view.get() @float2_1.setter def float2_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.float2_1) data_view = og.AttributeValueHelper(self._attributes.float2_1) data_view.set(value) @property def float2_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.float2_arr_0) return data_view.get() @float2_arr_0.setter def float2_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.float2_arr_0) data_view = og.AttributeValueHelper(self._attributes.float2_arr_0) data_view.set(value) self.float2_arr_0_size = data_view.get_array_size() @property def float2_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.float2_arr_1) return data_view.get() @float2_arr_1.setter def float2_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.float2_arr_1) data_view = og.AttributeValueHelper(self._attributes.float2_arr_1) data_view.set(value) self.float2_arr_1_size = data_view.get_array_size() @property def float3_0(self): data_view = og.AttributeValueHelper(self._attributes.float3_0) return data_view.get() @float3_0.setter def float3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.float3_0) data_view = og.AttributeValueHelper(self._attributes.float3_0) data_view.set(value) @property def float3_1(self): data_view = og.AttributeValueHelper(self._attributes.float3_1) return data_view.get() @float3_1.setter def float3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.float3_1) data_view = og.AttributeValueHelper(self._attributes.float3_1) data_view.set(value) @property def float3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.float3_arr_0) return data_view.get() @float3_arr_0.setter def float3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.float3_arr_0) data_view = og.AttributeValueHelper(self._attributes.float3_arr_0) data_view.set(value) self.float3_arr_0_size = data_view.get_array_size() @property def float3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.float3_arr_1) return data_view.get() @float3_arr_1.setter def float3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.float3_arr_1) data_view = og.AttributeValueHelper(self._attributes.float3_arr_1) data_view.set(value) self.float3_arr_1_size = data_view.get_array_size() @property def float4_0(self): data_view = og.AttributeValueHelper(self._attributes.float4_0) return data_view.get() @float4_0.setter def float4_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.float4_0) data_view = og.AttributeValueHelper(self._attributes.float4_0) data_view.set(value) @property def float4_1(self): data_view = og.AttributeValueHelper(self._attributes.float4_1) return data_view.get() @float4_1.setter def float4_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.float4_1) data_view = og.AttributeValueHelper(self._attributes.float4_1) data_view.set(value) @property def float4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.float4_arr_0) return data_view.get() @float4_arr_0.setter def float4_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.float4_arr_0) data_view = og.AttributeValueHelper(self._attributes.float4_arr_0) data_view.set(value) self.float4_arr_0_size = data_view.get_array_size() @property def float4_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.float4_arr_1) return data_view.get() @float4_arr_1.setter def float4_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.float4_arr_1) data_view = og.AttributeValueHelper(self._attributes.float4_arr_1) data_view.set(value) self.float4_arr_1_size = data_view.get_array_size() @property def float_0(self): data_view = og.AttributeValueHelper(self._attributes.float_0) return data_view.get() @float_0.setter def float_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.float_0) data_view = og.AttributeValueHelper(self._attributes.float_0) data_view.set(value) @property def float_1(self): data_view = og.AttributeValueHelper(self._attributes.float_1) return data_view.get() @float_1.setter def float_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.float_1) data_view = og.AttributeValueHelper(self._attributes.float_1) data_view.set(value) @property def float_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.float_arr_0) return data_view.get() @float_arr_0.setter def float_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.float_arr_0) data_view = og.AttributeValueHelper(self._attributes.float_arr_0) data_view.set(value) self.float_arr_0_size = data_view.get_array_size() @property def float_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.float_arr_1) return data_view.get() @float_arr_1.setter def float_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.float_arr_1) data_view = og.AttributeValueHelper(self._attributes.float_arr_1) data_view.set(value) self.float_arr_1_size = data_view.get_array_size() @property def frame4_0(self): data_view = og.AttributeValueHelper(self._attributes.frame4_0) return data_view.get() @frame4_0.setter def frame4_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.frame4_0) data_view = og.AttributeValueHelper(self._attributes.frame4_0) data_view.set(value) @property def frame4_1(self): data_view = og.AttributeValueHelper(self._attributes.frame4_1) return data_view.get() @frame4_1.setter def frame4_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.frame4_1) data_view = og.AttributeValueHelper(self._attributes.frame4_1) data_view.set(value) @property def frame4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.frame4_arr_0) return data_view.get() @frame4_arr_0.setter def frame4_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.frame4_arr_0) data_view = og.AttributeValueHelper(self._attributes.frame4_arr_0) data_view.set(value) self.frame4_arr_0_size = data_view.get_array_size() @property def frame4_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.frame4_arr_1) return data_view.get() @frame4_arr_1.setter def frame4_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.frame4_arr_1) data_view = og.AttributeValueHelper(self._attributes.frame4_arr_1) data_view.set(value) self.frame4_arr_1_size = data_view.get_array_size() @property def half2_0(self): data_view = og.AttributeValueHelper(self._attributes.half2_0) return data_view.get() @half2_0.setter def half2_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.half2_0) data_view = og.AttributeValueHelper(self._attributes.half2_0) data_view.set(value) @property def half2_1(self): data_view = og.AttributeValueHelper(self._attributes.half2_1) return data_view.get() @half2_1.setter def half2_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.half2_1) data_view = og.AttributeValueHelper(self._attributes.half2_1) data_view.set(value) @property def half2_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.half2_arr_0) return data_view.get() @half2_arr_0.setter def half2_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.half2_arr_0) data_view = og.AttributeValueHelper(self._attributes.half2_arr_0) data_view.set(value) self.half2_arr_0_size = data_view.get_array_size() @property def half2_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.half2_arr_1) return data_view.get() @half2_arr_1.setter def half2_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.half2_arr_1) data_view = og.AttributeValueHelper(self._attributes.half2_arr_1) data_view.set(value) self.half2_arr_1_size = data_view.get_array_size() @property def half3_0(self): data_view = og.AttributeValueHelper(self._attributes.half3_0) return data_view.get() @half3_0.setter def half3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.half3_0) data_view = og.AttributeValueHelper(self._attributes.half3_0) data_view.set(value) @property def half3_1(self): data_view = og.AttributeValueHelper(self._attributes.half3_1) return data_view.get() @half3_1.setter def half3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.half3_1) data_view = og.AttributeValueHelper(self._attributes.half3_1) data_view.set(value) @property def half3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.half3_arr_0) return data_view.get() @half3_arr_0.setter def half3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.half3_arr_0) data_view = og.AttributeValueHelper(self._attributes.half3_arr_0) data_view.set(value) self.half3_arr_0_size = data_view.get_array_size() @property def half3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.half3_arr_1) return data_view.get() @half3_arr_1.setter def half3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.half3_arr_1) data_view = og.AttributeValueHelper(self._attributes.half3_arr_1) data_view.set(value) self.half3_arr_1_size = data_view.get_array_size() @property def half4_0(self): data_view = og.AttributeValueHelper(self._attributes.half4_0) return data_view.get() @half4_0.setter def half4_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.half4_0) data_view = og.AttributeValueHelper(self._attributes.half4_0) data_view.set(value) @property def half4_1(self): data_view = og.AttributeValueHelper(self._attributes.half4_1) return data_view.get() @half4_1.setter def half4_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.half4_1) data_view = og.AttributeValueHelper(self._attributes.half4_1) data_view.set(value) @property def half4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.half4_arr_0) return data_view.get() @half4_arr_0.setter def half4_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.half4_arr_0) data_view = og.AttributeValueHelper(self._attributes.half4_arr_0) data_view.set(value) self.half4_arr_0_size = data_view.get_array_size() @property def half4_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.half4_arr_1) return data_view.get() @half4_arr_1.setter def half4_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.half4_arr_1) data_view = og.AttributeValueHelper(self._attributes.half4_arr_1) data_view.set(value) self.half4_arr_1_size = data_view.get_array_size() @property def half_0(self): data_view = og.AttributeValueHelper(self._attributes.half_0) return data_view.get() @half_0.setter def half_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.half_0) data_view = og.AttributeValueHelper(self._attributes.half_0) data_view.set(value) @property def half_1(self): data_view = og.AttributeValueHelper(self._attributes.half_1) return data_view.get() @half_1.setter def half_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.half_1) data_view = og.AttributeValueHelper(self._attributes.half_1) data_view.set(value) @property def half_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.half_arr_0) return data_view.get() @half_arr_0.setter def half_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.half_arr_0) data_view = og.AttributeValueHelper(self._attributes.half_arr_0) data_view.set(value) self.half_arr_0_size = data_view.get_array_size() @property def half_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.half_arr_1) return data_view.get() @half_arr_1.setter def half_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.half_arr_1) data_view = og.AttributeValueHelper(self._attributes.half_arr_1) data_view.set(value) self.half_arr_1_size = data_view.get_array_size() @property def int2_0(self): data_view = og.AttributeValueHelper(self._attributes.int2_0) return data_view.get() @int2_0.setter def int2_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int2_0) data_view = og.AttributeValueHelper(self._attributes.int2_0) data_view.set(value) @property def int2_1(self): data_view = og.AttributeValueHelper(self._attributes.int2_1) return data_view.get() @int2_1.setter def int2_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int2_1) data_view = og.AttributeValueHelper(self._attributes.int2_1) data_view.set(value) @property def int2_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.int2_arr_0) return data_view.get() @int2_arr_0.setter def int2_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int2_arr_0) data_view = og.AttributeValueHelper(self._attributes.int2_arr_0) data_view.set(value) self.int2_arr_0_size = data_view.get_array_size() @property def int2_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.int2_arr_1) return data_view.get() @int2_arr_1.setter def int2_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int2_arr_1) data_view = og.AttributeValueHelper(self._attributes.int2_arr_1) data_view.set(value) self.int2_arr_1_size = data_view.get_array_size() @property def int3_0(self): data_view = og.AttributeValueHelper(self._attributes.int3_0) return data_view.get() @int3_0.setter def int3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int3_0) data_view = og.AttributeValueHelper(self._attributes.int3_0) data_view.set(value) @property def int3_1(self): data_view = og.AttributeValueHelper(self._attributes.int3_1) return data_view.get() @int3_1.setter def int3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int3_1) data_view = og.AttributeValueHelper(self._attributes.int3_1) data_view.set(value) @property def int3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.int3_arr_0) return data_view.get() @int3_arr_0.setter def int3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int3_arr_0) data_view = og.AttributeValueHelper(self._attributes.int3_arr_0) data_view.set(value) self.int3_arr_0_size = data_view.get_array_size() @property def int3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.int3_arr_1) return data_view.get() @int3_arr_1.setter def int3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int3_arr_1) data_view = og.AttributeValueHelper(self._attributes.int3_arr_1) data_view.set(value) self.int3_arr_1_size = data_view.get_array_size() @property def int4_0(self): data_view = og.AttributeValueHelper(self._attributes.int4_0) return data_view.get() @int4_0.setter def int4_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int4_0) data_view = og.AttributeValueHelper(self._attributes.int4_0) data_view.set(value) @property def int4_1(self): data_view = og.AttributeValueHelper(self._attributes.int4_1) return data_view.get() @int4_1.setter def int4_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int4_1) data_view = og.AttributeValueHelper(self._attributes.int4_1) data_view.set(value) @property def int4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.int4_arr_0) return data_view.get() @int4_arr_0.setter def int4_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int4_arr_0) data_view = og.AttributeValueHelper(self._attributes.int4_arr_0) data_view.set(value) self.int4_arr_0_size = data_view.get_array_size() @property def int4_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.int4_arr_1) return data_view.get() @int4_arr_1.setter def int4_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int4_arr_1) data_view = og.AttributeValueHelper(self._attributes.int4_arr_1) data_view.set(value) self.int4_arr_1_size = data_view.get_array_size() @property def int64_0(self): data_view = og.AttributeValueHelper(self._attributes.int64_0) return data_view.get() @int64_0.setter def int64_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int64_0) data_view = og.AttributeValueHelper(self._attributes.int64_0) data_view.set(value) @property def int64_1(self): data_view = og.AttributeValueHelper(self._attributes.int64_1) return data_view.get() @int64_1.setter def int64_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int64_1) data_view = og.AttributeValueHelper(self._attributes.int64_1) data_view.set(value) @property def int64_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.int64_arr_0) return data_view.get() @int64_arr_0.setter def int64_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int64_arr_0) data_view = og.AttributeValueHelper(self._attributes.int64_arr_0) data_view.set(value) self.int64_arr_0_size = data_view.get_array_size() @property def int64_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.int64_arr_1) return data_view.get() @int64_arr_1.setter def int64_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int64_arr_1) data_view = og.AttributeValueHelper(self._attributes.int64_arr_1) data_view.set(value) self.int64_arr_1_size = data_view.get_array_size() @property def int_0(self): data_view = og.AttributeValueHelper(self._attributes.int_0) return data_view.get() @int_0.setter def int_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int_0) data_view = og.AttributeValueHelper(self._attributes.int_0) data_view.set(value) @property def int_1(self): data_view = og.AttributeValueHelper(self._attributes.int_1) return data_view.get() @int_1.setter def int_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int_1) data_view = og.AttributeValueHelper(self._attributes.int_1) data_view.set(value) @property def int_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.int_arr_0) return data_view.get() @int_arr_0.setter def int_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int_arr_0) data_view = og.AttributeValueHelper(self._attributes.int_arr_0) data_view.set(value) self.int_arr_0_size = data_view.get_array_size() @property def int_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.int_arr_1) return data_view.get() @int_arr_1.setter def int_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.int_arr_1) data_view = og.AttributeValueHelper(self._attributes.int_arr_1) data_view.set(value) self.int_arr_1_size = data_view.get_array_size() @property def matrixd2_0(self): data_view = og.AttributeValueHelper(self._attributes.matrixd2_0) return data_view.get() @matrixd2_0.setter def matrixd2_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.matrixd2_0) data_view = og.AttributeValueHelper(self._attributes.matrixd2_0) data_view.set(value) @property def matrixd2_1(self): data_view = og.AttributeValueHelper(self._attributes.matrixd2_1) return data_view.get() @matrixd2_1.setter def matrixd2_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.matrixd2_1) data_view = og.AttributeValueHelper(self._attributes.matrixd2_1) data_view.set(value) @property def matrixd2_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.matrixd2_arr_0) return data_view.get() @matrixd2_arr_0.setter def matrixd2_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.matrixd2_arr_0) data_view = og.AttributeValueHelper(self._attributes.matrixd2_arr_0) data_view.set(value) self.matrixd2_arr_0_size = data_view.get_array_size() @property def matrixd2_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.matrixd2_arr_1) return data_view.get() @matrixd2_arr_1.setter def matrixd2_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.matrixd2_arr_1) data_view = og.AttributeValueHelper(self._attributes.matrixd2_arr_1) data_view.set(value) self.matrixd2_arr_1_size = data_view.get_array_size() @property def matrixd3_0(self): data_view = og.AttributeValueHelper(self._attributes.matrixd3_0) return data_view.get() @matrixd3_0.setter def matrixd3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.matrixd3_0) data_view = og.AttributeValueHelper(self._attributes.matrixd3_0) data_view.set(value) @property def matrixd3_1(self): data_view = og.AttributeValueHelper(self._attributes.matrixd3_1) return data_view.get() @matrixd3_1.setter def matrixd3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.matrixd3_1) data_view = og.AttributeValueHelper(self._attributes.matrixd3_1) data_view.set(value) @property def matrixd3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.matrixd3_arr_0) return data_view.get() @matrixd3_arr_0.setter def matrixd3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.matrixd3_arr_0) data_view = og.AttributeValueHelper(self._attributes.matrixd3_arr_0) data_view.set(value) self.matrixd3_arr_0_size = data_view.get_array_size() @property def matrixd3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.matrixd3_arr_1) return data_view.get() @matrixd3_arr_1.setter def matrixd3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.matrixd3_arr_1) data_view = og.AttributeValueHelper(self._attributes.matrixd3_arr_1) data_view.set(value) self.matrixd3_arr_1_size = data_view.get_array_size() @property def matrixd4_0(self): data_view = og.AttributeValueHelper(self._attributes.matrixd4_0) return data_view.get() @matrixd4_0.setter def matrixd4_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.matrixd4_0) data_view = og.AttributeValueHelper(self._attributes.matrixd4_0) data_view.set(value) @property def matrixd4_1(self): data_view = og.AttributeValueHelper(self._attributes.matrixd4_1) return data_view.get() @matrixd4_1.setter def matrixd4_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.matrixd4_1) data_view = og.AttributeValueHelper(self._attributes.matrixd4_1) data_view.set(value) @property def matrixd4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.matrixd4_arr_0) return data_view.get() @matrixd4_arr_0.setter def matrixd4_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.matrixd4_arr_0) data_view = og.AttributeValueHelper(self._attributes.matrixd4_arr_0) data_view.set(value) self.matrixd4_arr_0_size = data_view.get_array_size() @property def matrixd4_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.matrixd4_arr_1) return data_view.get() @matrixd4_arr_1.setter def matrixd4_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.matrixd4_arr_1) data_view = og.AttributeValueHelper(self._attributes.matrixd4_arr_1) data_view.set(value) self.matrixd4_arr_1_size = data_view.get_array_size() @property def normald3_0(self): data_view = og.AttributeValueHelper(self._attributes.normald3_0) return data_view.get() @normald3_0.setter def normald3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.normald3_0) data_view = og.AttributeValueHelper(self._attributes.normald3_0) data_view.set(value) @property def normald3_1(self): data_view = og.AttributeValueHelper(self._attributes.normald3_1) return data_view.get() @normald3_1.setter def normald3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.normald3_1) data_view = og.AttributeValueHelper(self._attributes.normald3_1) data_view.set(value) @property def normald3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.normald3_arr_0) return data_view.get() @normald3_arr_0.setter def normald3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.normald3_arr_0) data_view = og.AttributeValueHelper(self._attributes.normald3_arr_0) data_view.set(value) self.normald3_arr_0_size = data_view.get_array_size() @property def normald3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.normald3_arr_1) return data_view.get() @normald3_arr_1.setter def normald3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.normald3_arr_1) data_view = og.AttributeValueHelper(self._attributes.normald3_arr_1) data_view.set(value) self.normald3_arr_1_size = data_view.get_array_size() @property def normalf3_0(self): data_view = og.AttributeValueHelper(self._attributes.normalf3_0) return data_view.get() @normalf3_0.setter def normalf3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.normalf3_0) data_view = og.AttributeValueHelper(self._attributes.normalf3_0) data_view.set(value) @property def normalf3_1(self): data_view = og.AttributeValueHelper(self._attributes.normalf3_1) return data_view.get() @normalf3_1.setter def normalf3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.normalf3_1) data_view = og.AttributeValueHelper(self._attributes.normalf3_1) data_view.set(value) @property def normalf3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.normalf3_arr_0) return data_view.get() @normalf3_arr_0.setter def normalf3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.normalf3_arr_0) data_view = og.AttributeValueHelper(self._attributes.normalf3_arr_0) data_view.set(value) self.normalf3_arr_0_size = data_view.get_array_size() @property def normalf3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.normalf3_arr_1) return data_view.get() @normalf3_arr_1.setter def normalf3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.normalf3_arr_1) data_view = og.AttributeValueHelper(self._attributes.normalf3_arr_1) data_view.set(value) self.normalf3_arr_1_size = data_view.get_array_size() @property def normalh3_0(self): data_view = og.AttributeValueHelper(self._attributes.normalh3_0) return data_view.get() @normalh3_0.setter def normalh3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.normalh3_0) data_view = og.AttributeValueHelper(self._attributes.normalh3_0) data_view.set(value) @property def normalh3_1(self): data_view = og.AttributeValueHelper(self._attributes.normalh3_1) return data_view.get() @normalh3_1.setter def normalh3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.normalh3_1) data_view = og.AttributeValueHelper(self._attributes.normalh3_1) data_view.set(value) @property def normalh3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.normalh3_arr_0) return data_view.get() @normalh3_arr_0.setter def normalh3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.normalh3_arr_0) data_view = og.AttributeValueHelper(self._attributes.normalh3_arr_0) data_view.set(value) self.normalh3_arr_0_size = data_view.get_array_size() @property def normalh3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.normalh3_arr_1) return data_view.get() @normalh3_arr_1.setter def normalh3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.normalh3_arr_1) data_view = og.AttributeValueHelper(self._attributes.normalh3_arr_1) data_view.set(value) self.normalh3_arr_1_size = data_view.get_array_size() @property def pointd3_0(self): data_view = og.AttributeValueHelper(self._attributes.pointd3_0) return data_view.get() @pointd3_0.setter def pointd3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.pointd3_0) data_view = og.AttributeValueHelper(self._attributes.pointd3_0) data_view.set(value) @property def pointd3_1(self): data_view = og.AttributeValueHelper(self._attributes.pointd3_1) return data_view.get() @pointd3_1.setter def pointd3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.pointd3_1) data_view = og.AttributeValueHelper(self._attributes.pointd3_1) data_view.set(value) @property def pointd3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.pointd3_arr_0) return data_view.get() @pointd3_arr_0.setter def pointd3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.pointd3_arr_0) data_view = og.AttributeValueHelper(self._attributes.pointd3_arr_0) data_view.set(value) self.pointd3_arr_0_size = data_view.get_array_size() @property def pointd3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.pointd3_arr_1) return data_view.get() @pointd3_arr_1.setter def pointd3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.pointd3_arr_1) data_view = og.AttributeValueHelper(self._attributes.pointd3_arr_1) data_view.set(value) self.pointd3_arr_1_size = data_view.get_array_size() @property def pointf3_0(self): data_view = og.AttributeValueHelper(self._attributes.pointf3_0) return data_view.get() @pointf3_0.setter def pointf3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.pointf3_0) data_view = og.AttributeValueHelper(self._attributes.pointf3_0) data_view.set(value) @property def pointf3_1(self): data_view = og.AttributeValueHelper(self._attributes.pointf3_1) return data_view.get() @pointf3_1.setter def pointf3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.pointf3_1) data_view = og.AttributeValueHelper(self._attributes.pointf3_1) data_view.set(value) @property def pointf3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.pointf3_arr_0) return data_view.get() @pointf3_arr_0.setter def pointf3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.pointf3_arr_0) data_view = og.AttributeValueHelper(self._attributes.pointf3_arr_0) data_view.set(value) self.pointf3_arr_0_size = data_view.get_array_size() @property def pointf3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.pointf3_arr_1) return data_view.get() @pointf3_arr_1.setter def pointf3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.pointf3_arr_1) data_view = og.AttributeValueHelper(self._attributes.pointf3_arr_1) data_view.set(value) self.pointf3_arr_1_size = data_view.get_array_size() @property def pointh3_0(self): data_view = og.AttributeValueHelper(self._attributes.pointh3_0) return data_view.get() @pointh3_0.setter def pointh3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.pointh3_0) data_view = og.AttributeValueHelper(self._attributes.pointh3_0) data_view.set(value) @property def pointh3_1(self): data_view = og.AttributeValueHelper(self._attributes.pointh3_1) return data_view.get() @pointh3_1.setter def pointh3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.pointh3_1) data_view = og.AttributeValueHelper(self._attributes.pointh3_1) data_view.set(value) @property def pointh3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.pointh3_arr_0) return data_view.get() @pointh3_arr_0.setter def pointh3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.pointh3_arr_0) data_view = og.AttributeValueHelper(self._attributes.pointh3_arr_0) data_view.set(value) self.pointh3_arr_0_size = data_view.get_array_size() @property def pointh3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.pointh3_arr_1) return data_view.get() @pointh3_arr_1.setter def pointh3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.pointh3_arr_1) data_view = og.AttributeValueHelper(self._attributes.pointh3_arr_1) data_view.set(value) self.pointh3_arr_1_size = data_view.get_array_size() @property def quatd4_0(self): data_view = og.AttributeValueHelper(self._attributes.quatd4_0) return data_view.get() @quatd4_0.setter def quatd4_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.quatd4_0) data_view = og.AttributeValueHelper(self._attributes.quatd4_0) data_view.set(value) @property def quatd4_1(self): data_view = og.AttributeValueHelper(self._attributes.quatd4_1) return data_view.get() @quatd4_1.setter def quatd4_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.quatd4_1) data_view = og.AttributeValueHelper(self._attributes.quatd4_1) data_view.set(value) @property def quatd4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.quatd4_arr_0) return data_view.get() @quatd4_arr_0.setter def quatd4_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.quatd4_arr_0) data_view = og.AttributeValueHelper(self._attributes.quatd4_arr_0) data_view.set(value) self.quatd4_arr_0_size = data_view.get_array_size() @property def quatd4_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.quatd4_arr_1) return data_view.get() @quatd4_arr_1.setter def quatd4_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.quatd4_arr_1) data_view = og.AttributeValueHelper(self._attributes.quatd4_arr_1) data_view.set(value) self.quatd4_arr_1_size = data_view.get_array_size() @property def quatf4_0(self): data_view = og.AttributeValueHelper(self._attributes.quatf4_0) return data_view.get() @quatf4_0.setter def quatf4_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.quatf4_0) data_view = og.AttributeValueHelper(self._attributes.quatf4_0) data_view.set(value) @property def quatf4_1(self): data_view = og.AttributeValueHelper(self._attributes.quatf4_1) return data_view.get() @quatf4_1.setter def quatf4_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.quatf4_1) data_view = og.AttributeValueHelper(self._attributes.quatf4_1) data_view.set(value) @property def quatf4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.quatf4_arr_0) return data_view.get() @quatf4_arr_0.setter def quatf4_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.quatf4_arr_0) data_view = og.AttributeValueHelper(self._attributes.quatf4_arr_0) data_view.set(value) self.quatf4_arr_0_size = data_view.get_array_size() @property def quatf4_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.quatf4_arr_1) return data_view.get() @quatf4_arr_1.setter def quatf4_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.quatf4_arr_1) data_view = og.AttributeValueHelper(self._attributes.quatf4_arr_1) data_view.set(value) self.quatf4_arr_1_size = data_view.get_array_size() @property def quath4_0(self): data_view = og.AttributeValueHelper(self._attributes.quath4_0) return data_view.get() @quath4_0.setter def quath4_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.quath4_0) data_view = og.AttributeValueHelper(self._attributes.quath4_0) data_view.set(value) @property def quath4_1(self): data_view = og.AttributeValueHelper(self._attributes.quath4_1) return data_view.get() @quath4_1.setter def quath4_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.quath4_1) data_view = og.AttributeValueHelper(self._attributes.quath4_1) data_view.set(value) @property def quath4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.quath4_arr_0) return data_view.get() @quath4_arr_0.setter def quath4_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.quath4_arr_0) data_view = og.AttributeValueHelper(self._attributes.quath4_arr_0) data_view.set(value) self.quath4_arr_0_size = data_view.get_array_size() @property def quath4_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.quath4_arr_1) return data_view.get() @quath4_arr_1.setter def quath4_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.quath4_arr_1) data_view = og.AttributeValueHelper(self._attributes.quath4_arr_1) data_view.set(value) self.quath4_arr_1_size = data_view.get_array_size() @property def texcoordd2_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordd2_0) return data_view.get() @texcoordd2_0.setter def texcoordd2_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordd2_0) data_view = og.AttributeValueHelper(self._attributes.texcoordd2_0) data_view.set(value) @property def texcoordd2_1(self): data_view = og.AttributeValueHelper(self._attributes.texcoordd2_1) return data_view.get() @texcoordd2_1.setter def texcoordd2_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordd2_1) data_view = og.AttributeValueHelper(self._attributes.texcoordd2_1) data_view.set(value) @property def texcoordd2_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordd2_arr_0) return data_view.get() @texcoordd2_arr_0.setter def texcoordd2_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordd2_arr_0) data_view = og.AttributeValueHelper(self._attributes.texcoordd2_arr_0) data_view.set(value) self.texcoordd2_arr_0_size = data_view.get_array_size() @property def texcoordd2_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.texcoordd2_arr_1) return data_view.get() @texcoordd2_arr_1.setter def texcoordd2_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordd2_arr_1) data_view = og.AttributeValueHelper(self._attributes.texcoordd2_arr_1) data_view.set(value) self.texcoordd2_arr_1_size = data_view.get_array_size() @property def texcoordd3_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordd3_0) return data_view.get() @texcoordd3_0.setter def texcoordd3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordd3_0) data_view = og.AttributeValueHelper(self._attributes.texcoordd3_0) data_view.set(value) @property def texcoordd3_1(self): data_view = og.AttributeValueHelper(self._attributes.texcoordd3_1) return data_view.get() @texcoordd3_1.setter def texcoordd3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordd3_1) data_view = og.AttributeValueHelper(self._attributes.texcoordd3_1) data_view.set(value) @property def texcoordd3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordd3_arr_0) return data_view.get() @texcoordd3_arr_0.setter def texcoordd3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordd3_arr_0) data_view = og.AttributeValueHelper(self._attributes.texcoordd3_arr_0) data_view.set(value) self.texcoordd3_arr_0_size = data_view.get_array_size() @property def texcoordd3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.texcoordd3_arr_1) return data_view.get() @texcoordd3_arr_1.setter def texcoordd3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordd3_arr_1) data_view = og.AttributeValueHelper(self._attributes.texcoordd3_arr_1) data_view.set(value) self.texcoordd3_arr_1_size = data_view.get_array_size() @property def texcoordf2_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordf2_0) return data_view.get() @texcoordf2_0.setter def texcoordf2_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordf2_0) data_view = og.AttributeValueHelper(self._attributes.texcoordf2_0) data_view.set(value) @property def texcoordf2_1(self): data_view = og.AttributeValueHelper(self._attributes.texcoordf2_1) return data_view.get() @texcoordf2_1.setter def texcoordf2_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordf2_1) data_view = og.AttributeValueHelper(self._attributes.texcoordf2_1) data_view.set(value) @property def texcoordf2_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordf2_arr_0) return data_view.get() @texcoordf2_arr_0.setter def texcoordf2_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordf2_arr_0) data_view = og.AttributeValueHelper(self._attributes.texcoordf2_arr_0) data_view.set(value) self.texcoordf2_arr_0_size = data_view.get_array_size() @property def texcoordf2_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.texcoordf2_arr_1) return data_view.get() @texcoordf2_arr_1.setter def texcoordf2_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordf2_arr_1) data_view = og.AttributeValueHelper(self._attributes.texcoordf2_arr_1) data_view.set(value) self.texcoordf2_arr_1_size = data_view.get_array_size() @property def texcoordf3_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordf3_0) return data_view.get() @texcoordf3_0.setter def texcoordf3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordf3_0) data_view = og.AttributeValueHelper(self._attributes.texcoordf3_0) data_view.set(value) @property def texcoordf3_1(self): data_view = og.AttributeValueHelper(self._attributes.texcoordf3_1) return data_view.get() @texcoordf3_1.setter def texcoordf3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordf3_1) data_view = og.AttributeValueHelper(self._attributes.texcoordf3_1) data_view.set(value) @property def texcoordf3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordf3_arr_0) return data_view.get() @texcoordf3_arr_0.setter def texcoordf3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordf3_arr_0) data_view = og.AttributeValueHelper(self._attributes.texcoordf3_arr_0) data_view.set(value) self.texcoordf3_arr_0_size = data_view.get_array_size() @property def texcoordf3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.texcoordf3_arr_1) return data_view.get() @texcoordf3_arr_1.setter def texcoordf3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordf3_arr_1) data_view = og.AttributeValueHelper(self._attributes.texcoordf3_arr_1) data_view.set(value) self.texcoordf3_arr_1_size = data_view.get_array_size() @property def texcoordh2_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordh2_0) return data_view.get() @texcoordh2_0.setter def texcoordh2_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordh2_0) data_view = og.AttributeValueHelper(self._attributes.texcoordh2_0) data_view.set(value) @property def texcoordh2_1(self): data_view = og.AttributeValueHelper(self._attributes.texcoordh2_1) return data_view.get() @texcoordh2_1.setter def texcoordh2_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordh2_1) data_view = og.AttributeValueHelper(self._attributes.texcoordh2_1) data_view.set(value) @property def texcoordh2_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordh2_arr_0) return data_view.get() @texcoordh2_arr_0.setter def texcoordh2_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordh2_arr_0) data_view = og.AttributeValueHelper(self._attributes.texcoordh2_arr_0) data_view.set(value) self.texcoordh2_arr_0_size = data_view.get_array_size() @property def texcoordh2_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.texcoordh2_arr_1) return data_view.get() @texcoordh2_arr_1.setter def texcoordh2_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordh2_arr_1) data_view = og.AttributeValueHelper(self._attributes.texcoordh2_arr_1) data_view.set(value) self.texcoordh2_arr_1_size = data_view.get_array_size() @property def texcoordh3_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordh3_0) return data_view.get() @texcoordh3_0.setter def texcoordh3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordh3_0) data_view = og.AttributeValueHelper(self._attributes.texcoordh3_0) data_view.set(value) @property def texcoordh3_1(self): data_view = og.AttributeValueHelper(self._attributes.texcoordh3_1) return data_view.get() @texcoordh3_1.setter def texcoordh3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordh3_1) data_view = og.AttributeValueHelper(self._attributes.texcoordh3_1) data_view.set(value) @property def texcoordh3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordh3_arr_0) return data_view.get() @texcoordh3_arr_0.setter def texcoordh3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordh3_arr_0) data_view = og.AttributeValueHelper(self._attributes.texcoordh3_arr_0) data_view.set(value) self.texcoordh3_arr_0_size = data_view.get_array_size() @property def texcoordh3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.texcoordh3_arr_1) return data_view.get() @texcoordh3_arr_1.setter def texcoordh3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.texcoordh3_arr_1) data_view = og.AttributeValueHelper(self._attributes.texcoordh3_arr_1) data_view.set(value) self.texcoordh3_arr_1_size = data_view.get_array_size() @property def timecode_0(self): data_view = og.AttributeValueHelper(self._attributes.timecode_0) return data_view.get() @timecode_0.setter def timecode_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.timecode_0) data_view = og.AttributeValueHelper(self._attributes.timecode_0) data_view.set(value) @property def timecode_1(self): data_view = og.AttributeValueHelper(self._attributes.timecode_1) return data_view.get() @timecode_1.setter def timecode_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.timecode_1) data_view = og.AttributeValueHelper(self._attributes.timecode_1) data_view.set(value) @property def timecode_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.timecode_arr_0) return data_view.get() @timecode_arr_0.setter def timecode_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.timecode_arr_0) data_view = og.AttributeValueHelper(self._attributes.timecode_arr_0) data_view.set(value) self.timecode_arr_0_size = data_view.get_array_size() @property def timecode_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.timecode_arr_1) return data_view.get() @timecode_arr_1.setter def timecode_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.timecode_arr_1) data_view = og.AttributeValueHelper(self._attributes.timecode_arr_1) data_view.set(value) self.timecode_arr_1_size = data_view.get_array_size() @property def token_0(self): data_view = og.AttributeValueHelper(self._attributes.token_0) return data_view.get() @token_0.setter def token_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.token_0) data_view = og.AttributeValueHelper(self._attributes.token_0) data_view.set(value) @property def token_1(self): data_view = og.AttributeValueHelper(self._attributes.token_1) return data_view.get() @token_1.setter def token_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.token_1) data_view = og.AttributeValueHelper(self._attributes.token_1) data_view.set(value) @property def token_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.token_arr_0) return data_view.get() @token_arr_0.setter def token_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.token_arr_0) data_view = og.AttributeValueHelper(self._attributes.token_arr_0) data_view.set(value) self.token_arr_0_size = data_view.get_array_size() @property def token_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.token_arr_1) return data_view.get() @token_arr_1.setter def token_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.token_arr_1) data_view = og.AttributeValueHelper(self._attributes.token_arr_1) data_view.set(value) self.token_arr_1_size = data_view.get_array_size() @property def transform4_0(self): data_view = og.AttributeValueHelper(self._attributes.transform4_0) return data_view.get() @transform4_0.setter def transform4_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.transform4_0) data_view = og.AttributeValueHelper(self._attributes.transform4_0) data_view.set(value) @property def transform4_1(self): data_view = og.AttributeValueHelper(self._attributes.transform4_1) return data_view.get() @transform4_1.setter def transform4_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.transform4_1) data_view = og.AttributeValueHelper(self._attributes.transform4_1) data_view.set(value) @property def transform4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.transform4_arr_0) return data_view.get() @transform4_arr_0.setter def transform4_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.transform4_arr_0) data_view = og.AttributeValueHelper(self._attributes.transform4_arr_0) data_view.set(value) self.transform4_arr_0_size = data_view.get_array_size() @property def transform4_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.transform4_arr_1) return data_view.get() @transform4_arr_1.setter def transform4_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.transform4_arr_1) data_view = og.AttributeValueHelper(self._attributes.transform4_arr_1) data_view.set(value) self.transform4_arr_1_size = data_view.get_array_size() @property def uchar_0(self): data_view = og.AttributeValueHelper(self._attributes.uchar_0) return data_view.get() @uchar_0.setter def uchar_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.uchar_0) data_view = og.AttributeValueHelper(self._attributes.uchar_0) data_view.set(value) @property def uchar_1(self): data_view = og.AttributeValueHelper(self._attributes.uchar_1) return data_view.get() @uchar_1.setter def uchar_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.uchar_1) data_view = og.AttributeValueHelper(self._attributes.uchar_1) data_view.set(value) @property def uchar_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.uchar_arr_0) return data_view.get() @uchar_arr_0.setter def uchar_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.uchar_arr_0) data_view = og.AttributeValueHelper(self._attributes.uchar_arr_0) data_view.set(value) self.uchar_arr_0_size = data_view.get_array_size() @property def uchar_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.uchar_arr_1) return data_view.get() @uchar_arr_1.setter def uchar_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.uchar_arr_1) data_view = og.AttributeValueHelper(self._attributes.uchar_arr_1) data_view.set(value) self.uchar_arr_1_size = data_view.get_array_size() @property def uint64_0(self): data_view = og.AttributeValueHelper(self._attributes.uint64_0) return data_view.get() @uint64_0.setter def uint64_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.uint64_0) data_view = og.AttributeValueHelper(self._attributes.uint64_0) data_view.set(value) @property def uint64_1(self): data_view = og.AttributeValueHelper(self._attributes.uint64_1) return data_view.get() @uint64_1.setter def uint64_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.uint64_1) data_view = og.AttributeValueHelper(self._attributes.uint64_1) data_view.set(value) @property def uint64_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.uint64_arr_0) return data_view.get() @uint64_arr_0.setter def uint64_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.uint64_arr_0) data_view = og.AttributeValueHelper(self._attributes.uint64_arr_0) data_view.set(value) self.uint64_arr_0_size = data_view.get_array_size() @property def uint64_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.uint64_arr_1) return data_view.get() @uint64_arr_1.setter def uint64_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.uint64_arr_1) data_view = og.AttributeValueHelper(self._attributes.uint64_arr_1) data_view.set(value) self.uint64_arr_1_size = data_view.get_array_size() @property def uint_0(self): data_view = og.AttributeValueHelper(self._attributes.uint_0) return data_view.get() @uint_0.setter def uint_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.uint_0) data_view = og.AttributeValueHelper(self._attributes.uint_0) data_view.set(value) @property def uint_1(self): data_view = og.AttributeValueHelper(self._attributes.uint_1) return data_view.get() @uint_1.setter def uint_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.uint_1) data_view = og.AttributeValueHelper(self._attributes.uint_1) data_view.set(value) @property def uint_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.uint_arr_0) return data_view.get() @uint_arr_0.setter def uint_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.uint_arr_0) data_view = og.AttributeValueHelper(self._attributes.uint_arr_0) data_view.set(value) self.uint_arr_0_size = data_view.get_array_size() @property def uint_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.uint_arr_1) return data_view.get() @uint_arr_1.setter def uint_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.uint_arr_1) data_view = og.AttributeValueHelper(self._attributes.uint_arr_1) data_view.set(value) self.uint_arr_1_size = data_view.get_array_size() @property def vectord3_0(self): data_view = og.AttributeValueHelper(self._attributes.vectord3_0) return data_view.get() @vectord3_0.setter def vectord3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.vectord3_0) data_view = og.AttributeValueHelper(self._attributes.vectord3_0) data_view.set(value) @property def vectord3_1(self): data_view = og.AttributeValueHelper(self._attributes.vectord3_1) return data_view.get() @vectord3_1.setter def vectord3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.vectord3_1) data_view = og.AttributeValueHelper(self._attributes.vectord3_1) data_view.set(value) @property def vectord3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.vectord3_arr_0) return data_view.get() @vectord3_arr_0.setter def vectord3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.vectord3_arr_0) data_view = og.AttributeValueHelper(self._attributes.vectord3_arr_0) data_view.set(value) self.vectord3_arr_0_size = data_view.get_array_size() @property def vectord3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.vectord3_arr_1) return data_view.get() @vectord3_arr_1.setter def vectord3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.vectord3_arr_1) data_view = og.AttributeValueHelper(self._attributes.vectord3_arr_1) data_view.set(value) self.vectord3_arr_1_size = data_view.get_array_size() @property def vectorf3_0(self): data_view = og.AttributeValueHelper(self._attributes.vectorf3_0) return data_view.get() @vectorf3_0.setter def vectorf3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.vectorf3_0) data_view = og.AttributeValueHelper(self._attributes.vectorf3_0) data_view.set(value) @property def vectorf3_1(self): data_view = og.AttributeValueHelper(self._attributes.vectorf3_1) return data_view.get() @vectorf3_1.setter def vectorf3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.vectorf3_1) data_view = og.AttributeValueHelper(self._attributes.vectorf3_1) data_view.set(value) @property def vectorf3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.vectorf3_arr_0) return data_view.get() @vectorf3_arr_0.setter def vectorf3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.vectorf3_arr_0) data_view = og.AttributeValueHelper(self._attributes.vectorf3_arr_0) data_view.set(value) self.vectorf3_arr_0_size = data_view.get_array_size() @property def vectorf3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.vectorf3_arr_1) return data_view.get() @vectorf3_arr_1.setter def vectorf3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.vectorf3_arr_1) data_view = og.AttributeValueHelper(self._attributes.vectorf3_arr_1) data_view.set(value) self.vectorf3_arr_1_size = data_view.get_array_size() @property def vectorh3_0(self): data_view = og.AttributeValueHelper(self._attributes.vectorh3_0) return data_view.get() @vectorh3_0.setter def vectorh3_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.vectorh3_0) data_view = og.AttributeValueHelper(self._attributes.vectorh3_0) data_view.set(value) @property def vectorh3_1(self): data_view = og.AttributeValueHelper(self._attributes.vectorh3_1) return data_view.get() @vectorh3_1.setter def vectorh3_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.vectorh3_1) data_view = og.AttributeValueHelper(self._attributes.vectorh3_1) data_view.set(value) @property def vectorh3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.vectorh3_arr_0) return data_view.get() @vectorh3_arr_0.setter def vectorh3_arr_0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.vectorh3_arr_0) data_view = og.AttributeValueHelper(self._attributes.vectorh3_arr_0) data_view.set(value) self.vectorh3_arr_0_size = data_view.get_array_size() @property def vectorh3_arr_1(self): data_view = og.AttributeValueHelper(self._attributes.vectorh3_arr_1) return data_view.get() @vectorh3_arr_1.setter def vectorh3_arr_1(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.vectorh3_arr_1) data_view = og.AttributeValueHelper(self._attributes.vectorh3_arr_1) data_view.set(value) self.vectorh3_arr_1_size = data_view.get_array_size() def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.bool_arr_0_size = 0 self.colord3_arr_0_size = 0 self.colord4_arr_0_size = 0 self.colorf3_arr_0_size = 0 self.colorf4_arr_0_size = 0 self.colorh3_arr_0_size = 0 self.colorh4_arr_0_size = 0 self.double2_arr_0_size = 0 self.double3_arr_0_size = 0 self.double4_arr_0_size = 0 self.double_arr_0_size = 0 self.float2_arr_0_size = 0 self.float3_arr_0_size = 0 self.float4_arr_0_size = 0 self.float_arr_0_size = 0 self.frame4_arr_0_size = 0 self.half2_arr_0_size = 0 self.half3_arr_0_size = 0 self.half4_arr_0_size = 0 self.half_arr_0_size = 0 self.int2_arr_0_size = 0 self.int3_arr_0_size = 0 self.int4_arr_0_size = 0 self.int64_arr_0_size = 0 self.int_arr_0_size = 0 self.matrixd2_arr_0_size = 0 self.matrixd3_arr_0_size = 0 self.matrixd4_arr_0_size = 0 self.normald3_arr_0_size = 0 self.normalf3_arr_0_size = 0 self.normalh3_arr_0_size = 0 self.pointd3_arr_0_size = 0 self.pointf3_arr_0_size = 0 self.pointh3_arr_0_size = 0 self.quatd4_arr_0_size = 0 self.quatf4_arr_0_size = 0 self.quath4_arr_0_size = 0 self.texcoordd2_arr_0_size = 0 self.texcoordd3_arr_0_size = 0 self.texcoordf2_arr_0_size = 0 self.texcoordf3_arr_0_size = 0 self.texcoordh2_arr_0_size = 0 self.texcoordh3_arr_0_size = 0 self.timecode_arr_0_size = 0 self.token_arr_0_size = 0 self.transform4_arr_0_size = 0 self.uchar_arr_0_size = 0 self.uint64_arr_0_size = 0 self.uint_arr_0_size = 0 self.vectord3_arr_0_size = 0 self.vectorf3_arr_0_size = 0 self.vectorh3_arr_0_size = 0 self._batchedWriteValues = { } @property def bool_0(self): data_view = og.AttributeValueHelper(self._attributes.bool_0) return data_view.get() @bool_0.setter def bool_0(self, value): data_view = og.AttributeValueHelper(self._attributes.bool_0) data_view.set(value) @property def bool_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.bool_arr_0) return data_view.get(reserved_element_count=self.bool_arr_0_size) @bool_arr_0.setter def bool_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.bool_arr_0) data_view.set(value) self.bool_arr_0_size = data_view.get_array_size() @property def colord3_0(self): data_view = og.AttributeValueHelper(self._attributes.colord3_0) return data_view.get() @colord3_0.setter def colord3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.colord3_0) data_view.set(value) @property def colord3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.colord3_arr_0) return data_view.get(reserved_element_count=self.colord3_arr_0_size) @colord3_arr_0.setter def colord3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.colord3_arr_0) data_view.set(value) self.colord3_arr_0_size = data_view.get_array_size() @property def colord4_0(self): data_view = og.AttributeValueHelper(self._attributes.colord4_0) return data_view.get() @colord4_0.setter def colord4_0(self, value): data_view = og.AttributeValueHelper(self._attributes.colord4_0) data_view.set(value) @property def colord4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.colord4_arr_0) return data_view.get(reserved_element_count=self.colord4_arr_0_size) @colord4_arr_0.setter def colord4_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.colord4_arr_0) data_view.set(value) self.colord4_arr_0_size = data_view.get_array_size() @property def colorf3_0(self): data_view = og.AttributeValueHelper(self._attributes.colorf3_0) return data_view.get() @colorf3_0.setter def colorf3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.colorf3_0) data_view.set(value) @property def colorf3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.colorf3_arr_0) return data_view.get(reserved_element_count=self.colorf3_arr_0_size) @colorf3_arr_0.setter def colorf3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.colorf3_arr_0) data_view.set(value) self.colorf3_arr_0_size = data_view.get_array_size() @property def colorf4_0(self): data_view = og.AttributeValueHelper(self._attributes.colorf4_0) return data_view.get() @colorf4_0.setter def colorf4_0(self, value): data_view = og.AttributeValueHelper(self._attributes.colorf4_0) data_view.set(value) @property def colorf4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.colorf4_arr_0) return data_view.get(reserved_element_count=self.colorf4_arr_0_size) @colorf4_arr_0.setter def colorf4_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.colorf4_arr_0) data_view.set(value) self.colorf4_arr_0_size = data_view.get_array_size() @property def colorh3_0(self): data_view = og.AttributeValueHelper(self._attributes.colorh3_0) return data_view.get() @colorh3_0.setter def colorh3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.colorh3_0) data_view.set(value) @property def colorh3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.colorh3_arr_0) return data_view.get(reserved_element_count=self.colorh3_arr_0_size) @colorh3_arr_0.setter def colorh3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.colorh3_arr_0) data_view.set(value) self.colorh3_arr_0_size = data_view.get_array_size() @property def colorh4_0(self): data_view = og.AttributeValueHelper(self._attributes.colorh4_0) return data_view.get() @colorh4_0.setter def colorh4_0(self, value): data_view = og.AttributeValueHelper(self._attributes.colorh4_0) data_view.set(value) @property def colorh4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.colorh4_arr_0) return data_view.get(reserved_element_count=self.colorh4_arr_0_size) @colorh4_arr_0.setter def colorh4_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.colorh4_arr_0) data_view.set(value) self.colorh4_arr_0_size = data_view.get_array_size() @property def double2_0(self): data_view = og.AttributeValueHelper(self._attributes.double2_0) return data_view.get() @double2_0.setter def double2_0(self, value): data_view = og.AttributeValueHelper(self._attributes.double2_0) data_view.set(value) @property def double2_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.double2_arr_0) return data_view.get(reserved_element_count=self.double2_arr_0_size) @double2_arr_0.setter def double2_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.double2_arr_0) data_view.set(value) self.double2_arr_0_size = data_view.get_array_size() @property def double3_0(self): data_view = og.AttributeValueHelper(self._attributes.double3_0) return data_view.get() @double3_0.setter def double3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.double3_0) data_view.set(value) @property def double3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.double3_arr_0) return data_view.get(reserved_element_count=self.double3_arr_0_size) @double3_arr_0.setter def double3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.double3_arr_0) data_view.set(value) self.double3_arr_0_size = data_view.get_array_size() @property def double4_0(self): data_view = og.AttributeValueHelper(self._attributes.double4_0) return data_view.get() @double4_0.setter def double4_0(self, value): data_view = og.AttributeValueHelper(self._attributes.double4_0) data_view.set(value) @property def double4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.double4_arr_0) return data_view.get(reserved_element_count=self.double4_arr_0_size) @double4_arr_0.setter def double4_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.double4_arr_0) data_view.set(value) self.double4_arr_0_size = data_view.get_array_size() @property def double_0(self): data_view = og.AttributeValueHelper(self._attributes.double_0) return data_view.get() @double_0.setter def double_0(self, value): data_view = og.AttributeValueHelper(self._attributes.double_0) data_view.set(value) @property def double_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.double_arr_0) return data_view.get(reserved_element_count=self.double_arr_0_size) @double_arr_0.setter def double_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.double_arr_0) data_view.set(value) self.double_arr_0_size = data_view.get_array_size() @property def float2_0(self): data_view = og.AttributeValueHelper(self._attributes.float2_0) return data_view.get() @float2_0.setter def float2_0(self, value): data_view = og.AttributeValueHelper(self._attributes.float2_0) data_view.set(value) @property def float2_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.float2_arr_0) return data_view.get(reserved_element_count=self.float2_arr_0_size) @float2_arr_0.setter def float2_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.float2_arr_0) data_view.set(value) self.float2_arr_0_size = data_view.get_array_size() @property def float3_0(self): data_view = og.AttributeValueHelper(self._attributes.float3_0) return data_view.get() @float3_0.setter def float3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.float3_0) data_view.set(value) @property def float3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.float3_arr_0) return data_view.get(reserved_element_count=self.float3_arr_0_size) @float3_arr_0.setter def float3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.float3_arr_0) data_view.set(value) self.float3_arr_0_size = data_view.get_array_size() @property def float4_0(self): data_view = og.AttributeValueHelper(self._attributes.float4_0) return data_view.get() @float4_0.setter def float4_0(self, value): data_view = og.AttributeValueHelper(self._attributes.float4_0) data_view.set(value) @property def float4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.float4_arr_0) return data_view.get(reserved_element_count=self.float4_arr_0_size) @float4_arr_0.setter def float4_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.float4_arr_0) data_view.set(value) self.float4_arr_0_size = data_view.get_array_size() @property def float_0(self): data_view = og.AttributeValueHelper(self._attributes.float_0) return data_view.get() @float_0.setter def float_0(self, value): data_view = og.AttributeValueHelper(self._attributes.float_0) data_view.set(value) @property def float_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.float_arr_0) return data_view.get(reserved_element_count=self.float_arr_0_size) @float_arr_0.setter def float_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.float_arr_0) data_view.set(value) self.float_arr_0_size = data_view.get_array_size() @property def frame4_0(self): data_view = og.AttributeValueHelper(self._attributes.frame4_0) return data_view.get() @frame4_0.setter def frame4_0(self, value): data_view = og.AttributeValueHelper(self._attributes.frame4_0) data_view.set(value) @property def frame4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.frame4_arr_0) return data_view.get(reserved_element_count=self.frame4_arr_0_size) @frame4_arr_0.setter def frame4_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.frame4_arr_0) data_view.set(value) self.frame4_arr_0_size = data_view.get_array_size() @property def half2_0(self): data_view = og.AttributeValueHelper(self._attributes.half2_0) return data_view.get() @half2_0.setter def half2_0(self, value): data_view = og.AttributeValueHelper(self._attributes.half2_0) data_view.set(value) @property def half2_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.half2_arr_0) return data_view.get(reserved_element_count=self.half2_arr_0_size) @half2_arr_0.setter def half2_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.half2_arr_0) data_view.set(value) self.half2_arr_0_size = data_view.get_array_size() @property def half3_0(self): data_view = og.AttributeValueHelper(self._attributes.half3_0) return data_view.get() @half3_0.setter def half3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.half3_0) data_view.set(value) @property def half3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.half3_arr_0) return data_view.get(reserved_element_count=self.half3_arr_0_size) @half3_arr_0.setter def half3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.half3_arr_0) data_view.set(value) self.half3_arr_0_size = data_view.get_array_size() @property def half4_0(self): data_view = og.AttributeValueHelper(self._attributes.half4_0) return data_view.get() @half4_0.setter def half4_0(self, value): data_view = og.AttributeValueHelper(self._attributes.half4_0) data_view.set(value) @property def half4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.half4_arr_0) return data_view.get(reserved_element_count=self.half4_arr_0_size) @half4_arr_0.setter def half4_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.half4_arr_0) data_view.set(value) self.half4_arr_0_size = data_view.get_array_size() @property def half_0(self): data_view = og.AttributeValueHelper(self._attributes.half_0) return data_view.get() @half_0.setter def half_0(self, value): data_view = og.AttributeValueHelper(self._attributes.half_0) data_view.set(value) @property def half_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.half_arr_0) return data_view.get(reserved_element_count=self.half_arr_0_size) @half_arr_0.setter def half_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.half_arr_0) data_view.set(value) self.half_arr_0_size = data_view.get_array_size() @property def int2_0(self): data_view = og.AttributeValueHelper(self._attributes.int2_0) return data_view.get() @int2_0.setter def int2_0(self, value): data_view = og.AttributeValueHelper(self._attributes.int2_0) data_view.set(value) @property def int2_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.int2_arr_0) return data_view.get(reserved_element_count=self.int2_arr_0_size) @int2_arr_0.setter def int2_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.int2_arr_0) data_view.set(value) self.int2_arr_0_size = data_view.get_array_size() @property def int3_0(self): data_view = og.AttributeValueHelper(self._attributes.int3_0) return data_view.get() @int3_0.setter def int3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.int3_0) data_view.set(value) @property def int3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.int3_arr_0) return data_view.get(reserved_element_count=self.int3_arr_0_size) @int3_arr_0.setter def int3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.int3_arr_0) data_view.set(value) self.int3_arr_0_size = data_view.get_array_size() @property def int4_0(self): data_view = og.AttributeValueHelper(self._attributes.int4_0) return data_view.get() @int4_0.setter def int4_0(self, value): data_view = og.AttributeValueHelper(self._attributes.int4_0) data_view.set(value) @property def int4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.int4_arr_0) return data_view.get(reserved_element_count=self.int4_arr_0_size) @int4_arr_0.setter def int4_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.int4_arr_0) data_view.set(value) self.int4_arr_0_size = data_view.get_array_size() @property def int64_0(self): data_view = og.AttributeValueHelper(self._attributes.int64_0) return data_view.get() @int64_0.setter def int64_0(self, value): data_view = og.AttributeValueHelper(self._attributes.int64_0) data_view.set(value) @property def int64_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.int64_arr_0) return data_view.get(reserved_element_count=self.int64_arr_0_size) @int64_arr_0.setter def int64_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.int64_arr_0) data_view.set(value) self.int64_arr_0_size = data_view.get_array_size() @property def int_0(self): data_view = og.AttributeValueHelper(self._attributes.int_0) return data_view.get() @int_0.setter def int_0(self, value): data_view = og.AttributeValueHelper(self._attributes.int_0) data_view.set(value) @property def int_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.int_arr_0) return data_view.get(reserved_element_count=self.int_arr_0_size) @int_arr_0.setter def int_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.int_arr_0) data_view.set(value) self.int_arr_0_size = data_view.get_array_size() @property def matrixd2_0(self): data_view = og.AttributeValueHelper(self._attributes.matrixd2_0) return data_view.get() @matrixd2_0.setter def matrixd2_0(self, value): data_view = og.AttributeValueHelper(self._attributes.matrixd2_0) data_view.set(value) @property def matrixd2_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.matrixd2_arr_0) return data_view.get(reserved_element_count=self.matrixd2_arr_0_size) @matrixd2_arr_0.setter def matrixd2_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.matrixd2_arr_0) data_view.set(value) self.matrixd2_arr_0_size = data_view.get_array_size() @property def matrixd3_0(self): data_view = og.AttributeValueHelper(self._attributes.matrixd3_0) return data_view.get() @matrixd3_0.setter def matrixd3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.matrixd3_0) data_view.set(value) @property def matrixd3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.matrixd3_arr_0) return data_view.get(reserved_element_count=self.matrixd3_arr_0_size) @matrixd3_arr_0.setter def matrixd3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.matrixd3_arr_0) data_view.set(value) self.matrixd3_arr_0_size = data_view.get_array_size() @property def matrixd4_0(self): data_view = og.AttributeValueHelper(self._attributes.matrixd4_0) return data_view.get() @matrixd4_0.setter def matrixd4_0(self, value): data_view = og.AttributeValueHelper(self._attributes.matrixd4_0) data_view.set(value) @property def matrixd4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.matrixd4_arr_0) return data_view.get(reserved_element_count=self.matrixd4_arr_0_size) @matrixd4_arr_0.setter def matrixd4_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.matrixd4_arr_0) data_view.set(value) self.matrixd4_arr_0_size = data_view.get_array_size() @property def normald3_0(self): data_view = og.AttributeValueHelper(self._attributes.normald3_0) return data_view.get() @normald3_0.setter def normald3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.normald3_0) data_view.set(value) @property def normald3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.normald3_arr_0) return data_view.get(reserved_element_count=self.normald3_arr_0_size) @normald3_arr_0.setter def normald3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.normald3_arr_0) data_view.set(value) self.normald3_arr_0_size = data_view.get_array_size() @property def normalf3_0(self): data_view = og.AttributeValueHelper(self._attributes.normalf3_0) return data_view.get() @normalf3_0.setter def normalf3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.normalf3_0) data_view.set(value) @property def normalf3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.normalf3_arr_0) return data_view.get(reserved_element_count=self.normalf3_arr_0_size) @normalf3_arr_0.setter def normalf3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.normalf3_arr_0) data_view.set(value) self.normalf3_arr_0_size = data_view.get_array_size() @property def normalh3_0(self): data_view = og.AttributeValueHelper(self._attributes.normalh3_0) return data_view.get() @normalh3_0.setter def normalh3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.normalh3_0) data_view.set(value) @property def normalh3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.normalh3_arr_0) return data_view.get(reserved_element_count=self.normalh3_arr_0_size) @normalh3_arr_0.setter def normalh3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.normalh3_arr_0) data_view.set(value) self.normalh3_arr_0_size = data_view.get_array_size() @property def pointd3_0(self): data_view = og.AttributeValueHelper(self._attributes.pointd3_0) return data_view.get() @pointd3_0.setter def pointd3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.pointd3_0) data_view.set(value) @property def pointd3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.pointd3_arr_0) return data_view.get(reserved_element_count=self.pointd3_arr_0_size) @pointd3_arr_0.setter def pointd3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.pointd3_arr_0) data_view.set(value) self.pointd3_arr_0_size = data_view.get_array_size() @property def pointf3_0(self): data_view = og.AttributeValueHelper(self._attributes.pointf3_0) return data_view.get() @pointf3_0.setter def pointf3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.pointf3_0) data_view.set(value) @property def pointf3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.pointf3_arr_0) return data_view.get(reserved_element_count=self.pointf3_arr_0_size) @pointf3_arr_0.setter def pointf3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.pointf3_arr_0) data_view.set(value) self.pointf3_arr_0_size = data_view.get_array_size() @property def pointh3_0(self): data_view = og.AttributeValueHelper(self._attributes.pointh3_0) return data_view.get() @pointh3_0.setter def pointh3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.pointh3_0) data_view.set(value) @property def pointh3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.pointh3_arr_0) return data_view.get(reserved_element_count=self.pointh3_arr_0_size) @pointh3_arr_0.setter def pointh3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.pointh3_arr_0) data_view.set(value) self.pointh3_arr_0_size = data_view.get_array_size() @property def quatd4_0(self): data_view = og.AttributeValueHelper(self._attributes.quatd4_0) return data_view.get() @quatd4_0.setter def quatd4_0(self, value): data_view = og.AttributeValueHelper(self._attributes.quatd4_0) data_view.set(value) @property def quatd4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.quatd4_arr_0) return data_view.get(reserved_element_count=self.quatd4_arr_0_size) @quatd4_arr_0.setter def quatd4_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.quatd4_arr_0) data_view.set(value) self.quatd4_arr_0_size = data_view.get_array_size() @property def quatf4_0(self): data_view = og.AttributeValueHelper(self._attributes.quatf4_0) return data_view.get() @quatf4_0.setter def quatf4_0(self, value): data_view = og.AttributeValueHelper(self._attributes.quatf4_0) data_view.set(value) @property def quatf4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.quatf4_arr_0) return data_view.get(reserved_element_count=self.quatf4_arr_0_size) @quatf4_arr_0.setter def quatf4_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.quatf4_arr_0) data_view.set(value) self.quatf4_arr_0_size = data_view.get_array_size() @property def quath4_0(self): data_view = og.AttributeValueHelper(self._attributes.quath4_0) return data_view.get() @quath4_0.setter def quath4_0(self, value): data_view = og.AttributeValueHelper(self._attributes.quath4_0) data_view.set(value) @property def quath4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.quath4_arr_0) return data_view.get(reserved_element_count=self.quath4_arr_0_size) @quath4_arr_0.setter def quath4_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.quath4_arr_0) data_view.set(value) self.quath4_arr_0_size = data_view.get_array_size() @property def texcoordd2_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordd2_0) return data_view.get() @texcoordd2_0.setter def texcoordd2_0(self, value): data_view = og.AttributeValueHelper(self._attributes.texcoordd2_0) data_view.set(value) @property def texcoordd2_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordd2_arr_0) return data_view.get(reserved_element_count=self.texcoordd2_arr_0_size) @texcoordd2_arr_0.setter def texcoordd2_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.texcoordd2_arr_0) data_view.set(value) self.texcoordd2_arr_0_size = data_view.get_array_size() @property def texcoordd3_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordd3_0) return data_view.get() @texcoordd3_0.setter def texcoordd3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.texcoordd3_0) data_view.set(value) @property def texcoordd3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordd3_arr_0) return data_view.get(reserved_element_count=self.texcoordd3_arr_0_size) @texcoordd3_arr_0.setter def texcoordd3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.texcoordd3_arr_0) data_view.set(value) self.texcoordd3_arr_0_size = data_view.get_array_size() @property def texcoordf2_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordf2_0) return data_view.get() @texcoordf2_0.setter def texcoordf2_0(self, value): data_view = og.AttributeValueHelper(self._attributes.texcoordf2_0) data_view.set(value) @property def texcoordf2_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordf2_arr_0) return data_view.get(reserved_element_count=self.texcoordf2_arr_0_size) @texcoordf2_arr_0.setter def texcoordf2_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.texcoordf2_arr_0) data_view.set(value) self.texcoordf2_arr_0_size = data_view.get_array_size() @property def texcoordf3_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordf3_0) return data_view.get() @texcoordf3_0.setter def texcoordf3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.texcoordf3_0) data_view.set(value) @property def texcoordf3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordf3_arr_0) return data_view.get(reserved_element_count=self.texcoordf3_arr_0_size) @texcoordf3_arr_0.setter def texcoordf3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.texcoordf3_arr_0) data_view.set(value) self.texcoordf3_arr_0_size = data_view.get_array_size() @property def texcoordh2_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordh2_0) return data_view.get() @texcoordh2_0.setter def texcoordh2_0(self, value): data_view = og.AttributeValueHelper(self._attributes.texcoordh2_0) data_view.set(value) @property def texcoordh2_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordh2_arr_0) return data_view.get(reserved_element_count=self.texcoordh2_arr_0_size) @texcoordh2_arr_0.setter def texcoordh2_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.texcoordh2_arr_0) data_view.set(value) self.texcoordh2_arr_0_size = data_view.get_array_size() @property def texcoordh3_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordh3_0) return data_view.get() @texcoordh3_0.setter def texcoordh3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.texcoordh3_0) data_view.set(value) @property def texcoordh3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.texcoordh3_arr_0) return data_view.get(reserved_element_count=self.texcoordh3_arr_0_size) @texcoordh3_arr_0.setter def texcoordh3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.texcoordh3_arr_0) data_view.set(value) self.texcoordh3_arr_0_size = data_view.get_array_size() @property def timecode_0(self): data_view = og.AttributeValueHelper(self._attributes.timecode_0) return data_view.get() @timecode_0.setter def timecode_0(self, value): data_view = og.AttributeValueHelper(self._attributes.timecode_0) data_view.set(value) @property def timecode_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.timecode_arr_0) return data_view.get(reserved_element_count=self.timecode_arr_0_size) @timecode_arr_0.setter def timecode_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.timecode_arr_0) data_view.set(value) self.timecode_arr_0_size = data_view.get_array_size() @property def token_0(self): data_view = og.AttributeValueHelper(self._attributes.token_0) return data_view.get() @token_0.setter def token_0(self, value): data_view = og.AttributeValueHelper(self._attributes.token_0) data_view.set(value) @property def token_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.token_arr_0) return data_view.get(reserved_element_count=self.token_arr_0_size) @token_arr_0.setter def token_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.token_arr_0) data_view.set(value) self.token_arr_0_size = data_view.get_array_size() @property def transform4_0(self): data_view = og.AttributeValueHelper(self._attributes.transform4_0) return data_view.get() @transform4_0.setter def transform4_0(self, value): data_view = og.AttributeValueHelper(self._attributes.transform4_0) data_view.set(value) @property def transform4_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.transform4_arr_0) return data_view.get(reserved_element_count=self.transform4_arr_0_size) @transform4_arr_0.setter def transform4_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.transform4_arr_0) data_view.set(value) self.transform4_arr_0_size = data_view.get_array_size() @property def uchar_0(self): data_view = og.AttributeValueHelper(self._attributes.uchar_0) return data_view.get() @uchar_0.setter def uchar_0(self, value): data_view = og.AttributeValueHelper(self._attributes.uchar_0) data_view.set(value) @property def uchar_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.uchar_arr_0) return data_view.get(reserved_element_count=self.uchar_arr_0_size) @uchar_arr_0.setter def uchar_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.uchar_arr_0) data_view.set(value) self.uchar_arr_0_size = data_view.get_array_size() @property def uint64_0(self): data_view = og.AttributeValueHelper(self._attributes.uint64_0) return data_view.get() @uint64_0.setter def uint64_0(self, value): data_view = og.AttributeValueHelper(self._attributes.uint64_0) data_view.set(value) @property def uint64_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.uint64_arr_0) return data_view.get(reserved_element_count=self.uint64_arr_0_size) @uint64_arr_0.setter def uint64_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.uint64_arr_0) data_view.set(value) self.uint64_arr_0_size = data_view.get_array_size() @property def uint_0(self): data_view = og.AttributeValueHelper(self._attributes.uint_0) return data_view.get() @uint_0.setter def uint_0(self, value): data_view = og.AttributeValueHelper(self._attributes.uint_0) data_view.set(value) @property def uint_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.uint_arr_0) return data_view.get(reserved_element_count=self.uint_arr_0_size) @uint_arr_0.setter def uint_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.uint_arr_0) data_view.set(value) self.uint_arr_0_size = data_view.get_array_size() @property def vectord3_0(self): data_view = og.AttributeValueHelper(self._attributes.vectord3_0) return data_view.get() @vectord3_0.setter def vectord3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.vectord3_0) data_view.set(value) @property def vectord3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.vectord3_arr_0) return data_view.get(reserved_element_count=self.vectord3_arr_0_size) @vectord3_arr_0.setter def vectord3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.vectord3_arr_0) data_view.set(value) self.vectord3_arr_0_size = data_view.get_array_size() @property def vectorf3_0(self): data_view = og.AttributeValueHelper(self._attributes.vectorf3_0) return data_view.get() @vectorf3_0.setter def vectorf3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.vectorf3_0) data_view.set(value) @property def vectorf3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.vectorf3_arr_0) return data_view.get(reserved_element_count=self.vectorf3_arr_0_size) @vectorf3_arr_0.setter def vectorf3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.vectorf3_arr_0) data_view.set(value) self.vectorf3_arr_0_size = data_view.get_array_size() @property def vectorh3_0(self): data_view = og.AttributeValueHelper(self._attributes.vectorh3_0) return data_view.get() @vectorh3_0.setter def vectorh3_0(self, value): data_view = og.AttributeValueHelper(self._attributes.vectorh3_0) data_view.set(value) @property def vectorh3_arr_0(self): data_view = og.AttributeValueHelper(self._attributes.vectorh3_arr_0) return data_view.get(reserved_element_count=self.vectorh3_arr_0_size) @vectorh3_arr_0.setter def vectorh3_arr_0(self, value): data_view = og.AttributeValueHelper(self._attributes.vectorh3_arr_0) data_view.set(value) self.vectorh3_arr_0_size = data_view.get_array_size() def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnUniversalAddDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnUniversalAddDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnUniversalAddDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnExampleSimpleDeformerDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.SimpleDeformer This is an example of a simple deformer. It calculates a sine wave and deforms the input geometry with it """ import numpy import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnExampleSimpleDeformerDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.SimpleDeformer Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.multiplier inputs.points inputs.wavelength Outputs: outputs.points """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:multiplier', 'float', 0, None, 'The multiplier for the amplitude of the sine wave', {ogn.MetadataKeys.DEFAULT: '1'}, True, 1, False, ''), ('inputs:points', 'point3f[]', 0, None, 'The input points to be deformed', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:wavelength', 'float', 0, None, 'The wavelength of the sine wave', {ogn.MetadataKeys.DEFAULT: '1'}, True, 1, False, ''), ('outputs:points', 'point3f[]', 0, None, 'The deformed output points', {}, True, None, False, ''), ]) @classmethod def _populate_role_data(cls): """Populate a role structure with the non-default roles on this node type""" role_data = super()._populate_role_data() role_data.inputs.points = og.AttributeRole.POSITION role_data.outputs.points = og.AttributeRole.POSITION return role_data class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def multiplier(self): data_view = og.AttributeValueHelper(self._attributes.multiplier) return data_view.get() @multiplier.setter def multiplier(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.multiplier) data_view = og.AttributeValueHelper(self._attributes.multiplier) data_view.set(value) @property def points(self): data_view = og.AttributeValueHelper(self._attributes.points) return data_view.get() @points.setter def points(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.points) data_view = og.AttributeValueHelper(self._attributes.points) data_view.set(value) self.points_size = data_view.get_array_size() @property def wavelength(self): data_view = og.AttributeValueHelper(self._attributes.wavelength) return data_view.get() @wavelength.setter def wavelength(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.wavelength) data_view = og.AttributeValueHelper(self._attributes.wavelength) data_view.set(value) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.points_size = None self._batchedWriteValues = { } @property def points(self): data_view = og.AttributeValueHelper(self._attributes.points) return data_view.get(reserved_element_count=self.points_size) @points.setter def points(self, value): data_view = og.AttributeValueHelper(self._attributes.points) data_view.set(value) self.points_size = data_view.get_array_size() def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnExampleSimpleDeformerDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnExampleSimpleDeformerDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnExampleSimpleDeformerDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnGpuInteropAdjustExposureDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.GpuInteropAdjustExposure RTX Renderer Postprocess Example (Exposure Adjustment) """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnGpuInteropAdjustExposureDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.GpuInteropAdjustExposure Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.cudaMipmappedArray inputs.exposure inputs.format inputs.height inputs.hydraTime inputs.mipCount inputs.simTime inputs.stream inputs.width """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:cudaMipmappedArray', 'uint64', 0, 'cudaMipmappedArray', 'Pointer to the CUDA Mipmapped Array', {}, True, 0, False, ''), ('inputs:exposure', 'float', 0, 'exposure', 'Exposure value (in stops)', {}, True, 0.0, False, ''), ('inputs:format', 'uint64', 0, 'format', 'Format', {}, True, 0, False, ''), ('inputs:height', 'uint', 0, 'height', 'Height', {}, True, 0, False, ''), ('inputs:hydraTime', 'double', 0, 'hydraTime', 'Hydra time in stage', {}, True, 0.0, False, ''), ('inputs:mipCount', 'uint', 0, 'mipCount', 'Mip Count', {}, True, 0, False, ''), ('inputs:simTime', 'double', 0, 'simTime', 'Simulation time', {}, True, 0.0, False, ''), ('inputs:stream', 'uint64', 0, 'stream', 'Pointer to the CUDA Stream', {}, True, 0, False, ''), ('inputs:width', 'uint', 0, 'width', 'Width', {}, True, 0, False, ''), ]) class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def cudaMipmappedArray(self): data_view = og.AttributeValueHelper(self._attributes.cudaMipmappedArray) return data_view.get() @cudaMipmappedArray.setter def cudaMipmappedArray(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.cudaMipmappedArray) data_view = og.AttributeValueHelper(self._attributes.cudaMipmappedArray) data_view.set(value) @property def exposure(self): data_view = og.AttributeValueHelper(self._attributes.exposure) return data_view.get() @exposure.setter def exposure(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.exposure) data_view = og.AttributeValueHelper(self._attributes.exposure) data_view.set(value) @property def format(self): data_view = og.AttributeValueHelper(self._attributes.format) return data_view.get() @format.setter def format(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.format) data_view = og.AttributeValueHelper(self._attributes.format) data_view.set(value) @property def height(self): data_view = og.AttributeValueHelper(self._attributes.height) return data_view.get() @height.setter def height(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.height) data_view = og.AttributeValueHelper(self._attributes.height) data_view.set(value) @property def hydraTime(self): data_view = og.AttributeValueHelper(self._attributes.hydraTime) return data_view.get() @hydraTime.setter def hydraTime(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.hydraTime) data_view = og.AttributeValueHelper(self._attributes.hydraTime) data_view.set(value) @property def mipCount(self): data_view = og.AttributeValueHelper(self._attributes.mipCount) return data_view.get() @mipCount.setter def mipCount(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.mipCount) data_view = og.AttributeValueHelper(self._attributes.mipCount) data_view.set(value) @property def simTime(self): data_view = og.AttributeValueHelper(self._attributes.simTime) return data_view.get() @simTime.setter def simTime(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.simTime) data_view = og.AttributeValueHelper(self._attributes.simTime) data_view.set(value) @property def stream(self): data_view = og.AttributeValueHelper(self._attributes.stream) return data_view.get() @stream.setter def stream(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.stream) data_view = og.AttributeValueHelper(self._attributes.stream) data_view.set(value) @property def width(self): data_view = og.AttributeValueHelper(self._attributes.width) return data_view.get() @width.setter def width(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.width) data_view = og.AttributeValueHelper(self._attributes.width) data_view.set(value) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedWriteValues = { } def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnGpuInteropAdjustExposureDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnGpuInteropAdjustExposureDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnGpuInteropAdjustExposureDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnGpuInteropCpuToDiskDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.GpuInteropCpuToDisk Saves specified CPU buffer to disk """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnGpuInteropCpuToDiskDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.GpuInteropCpuToDisk Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.active inputs.aovCpu inputs.aovGpu inputs.autoFileNumber inputs.fileName inputs.fileNumber inputs.fileType inputs.frameCount inputs.gpu inputs.maxInflightWrites inputs.rp inputs.saveFlags inputs.saveLocation inputs.startFrame Outputs: outputs.gpu outputs.rp """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:active', 'bool', 0, 'activeReset', 'Alternative to frameCount/startFrame, does a single frame then autoResets to false', {ogn.MetadataKeys.DEFAULT: 'false'}, True, False, False, ''), ('inputs:aovCpu', 'string', 0, 'aovCpu', 'Name of AOV representing CPU buffer of GPU resource', {ogn.MetadataKeys.DEFAULT: '""'}, True, "", False, ''), ('inputs:aovGpu', 'string', 0, 'aovGpu', 'Name of AOV representing GPU resource, used for querying format + properties', {ogn.MetadataKeys.DEFAULT: '""'}, True, "", False, ''), ('inputs:autoFileNumber', 'int', 0, 'autoFileNumber', 'If non zero, this number will be the starting number for export. Each invocation of this node increases the number by 1.', {ogn.MetadataKeys.DEFAULT: '-1'}, True, -1, False, ''), ('inputs:fileName', 'string', 0, 'fileName', 'Optional, if specified the output filename will be fileName_{aovGpu}.{fileType}', {ogn.MetadataKeys.DEFAULT: '""'}, True, "", False, ''), ('inputs:fileNumber', 'int', 0, 'fileNumber', "Number that will be appended to the exported filename. If -1 then the render product's frame number will be used.", {ogn.MetadataKeys.DEFAULT: '-1'}, True, -1, False, ''), ('inputs:fileType', 'string', 0, 'fileType', 'bmp,png,exr', {ogn.MetadataKeys.DEFAULT: '"png"'}, True, "png", False, ''), ('inputs:frameCount', 'int64', 0, 'frameCount', 'Number of frames to capture (-1 means never stop)', {ogn.MetadataKeys.DEFAULT: '-1'}, True, -1, False, ''), ('inputs:gpu', 'uint64', 0, 'gpuFoundations', 'Pointer to shared context containing gpu foundations', {}, True, 0, False, ''), ('inputs:maxInflightWrites', 'int', 0, 'maxInflightWrites', 'Maximum number of in-flight file write operations before blocking on file i/o', {ogn.MetadataKeys.DEFAULT: '2'}, True, 2, False, ''), ('inputs:rp', 'uint64', 0, 'renderProduct', 'Pointer to render product for this view', {}, True, 0, False, ''), ('inputs:saveFlags', 'uint64', 0, 'saveFlags', 'Flags that will be passed to carb::imaging::IImaging for file saving.', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('inputs:saveLocation', 'string', 0, 'saveLocation', 'Folder to save AOVs as AOV_FrameNumber.{exr,png}', {ogn.MetadataKeys.DEFAULT: '""'}, True, "", False, ''), ('inputs:startFrame', 'uint64', 0, 'startFrame', 'Frame to begin saving to disk', {ogn.MetadataKeys.DEFAULT: '0'}, True, 0, False, ''), ('outputs:gpu', 'uint64', 0, 'gpuFoundations', 'Pointer to shared context containing gpu foundations', {}, True, None, False, ''), ('outputs:rp', 'uint64', 0, 'renderProduct', 'Pointer to render product for this view', {}, True, None, False, ''), ]) @classmethod def _populate_role_data(cls): """Populate a role structure with the non-default roles on this node type""" role_data = super()._populate_role_data() role_data.inputs.aovCpu = og.AttributeRole.TEXT role_data.inputs.aovGpu = og.AttributeRole.TEXT role_data.inputs.fileName = og.AttributeRole.TEXT role_data.inputs.fileType = og.AttributeRole.TEXT role_data.inputs.saveLocation = og.AttributeRole.TEXT return role_data class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def active(self): data_view = og.AttributeValueHelper(self._attributes.active) return data_view.get() @active.setter def active(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.active) data_view = og.AttributeValueHelper(self._attributes.active) data_view.set(value) @property def aovCpu(self): data_view = og.AttributeValueHelper(self._attributes.aovCpu) return data_view.get() @aovCpu.setter def aovCpu(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.aovCpu) data_view = og.AttributeValueHelper(self._attributes.aovCpu) data_view.set(value) self.aovCpu_size = data_view.get_array_size() @property def aovGpu(self): data_view = og.AttributeValueHelper(self._attributes.aovGpu) return data_view.get() @aovGpu.setter def aovGpu(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.aovGpu) data_view = og.AttributeValueHelper(self._attributes.aovGpu) data_view.set(value) self.aovGpu_size = data_view.get_array_size() @property def autoFileNumber(self): data_view = og.AttributeValueHelper(self._attributes.autoFileNumber) return data_view.get() @autoFileNumber.setter def autoFileNumber(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.autoFileNumber) data_view = og.AttributeValueHelper(self._attributes.autoFileNumber) data_view.set(value) @property def fileName(self): data_view = og.AttributeValueHelper(self._attributes.fileName) return data_view.get() @fileName.setter def fileName(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.fileName) data_view = og.AttributeValueHelper(self._attributes.fileName) data_view.set(value) self.fileName_size = data_view.get_array_size() @property def fileNumber(self): data_view = og.AttributeValueHelper(self._attributes.fileNumber) return data_view.get() @fileNumber.setter def fileNumber(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.fileNumber) data_view = og.AttributeValueHelper(self._attributes.fileNumber) data_view.set(value) @property def fileType(self): data_view = og.AttributeValueHelper(self._attributes.fileType) return data_view.get() @fileType.setter def fileType(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.fileType) data_view = og.AttributeValueHelper(self._attributes.fileType) data_view.set(value) self.fileType_size = data_view.get_array_size() @property def frameCount(self): data_view = og.AttributeValueHelper(self._attributes.frameCount) return data_view.get() @frameCount.setter def frameCount(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.frameCount) data_view = og.AttributeValueHelper(self._attributes.frameCount) data_view.set(value) @property def gpu(self): data_view = og.AttributeValueHelper(self._attributes.gpu) return data_view.get() @gpu.setter def gpu(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.gpu) data_view = og.AttributeValueHelper(self._attributes.gpu) data_view.set(value) @property def maxInflightWrites(self): data_view = og.AttributeValueHelper(self._attributes.maxInflightWrites) return data_view.get() @maxInflightWrites.setter def maxInflightWrites(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.maxInflightWrites) data_view = og.AttributeValueHelper(self._attributes.maxInflightWrites) data_view.set(value) @property def rp(self): data_view = og.AttributeValueHelper(self._attributes.rp) return data_view.get() @rp.setter def rp(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.rp) data_view = og.AttributeValueHelper(self._attributes.rp) data_view.set(value) @property def saveFlags(self): data_view = og.AttributeValueHelper(self._attributes.saveFlags) return data_view.get() @saveFlags.setter def saveFlags(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.saveFlags) data_view = og.AttributeValueHelper(self._attributes.saveFlags) data_view.set(value) @property def saveLocation(self): data_view = og.AttributeValueHelper(self._attributes.saveLocation) return data_view.get() @saveLocation.setter def saveLocation(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.saveLocation) data_view = og.AttributeValueHelper(self._attributes.saveLocation) data_view.set(value) self.saveLocation_size = data_view.get_array_size() @property def startFrame(self): data_view = og.AttributeValueHelper(self._attributes.startFrame) return data_view.get() @startFrame.setter def startFrame(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.startFrame) data_view = og.AttributeValueHelper(self._attributes.startFrame) data_view.set(value) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedWriteValues = { } @property def gpu(self): data_view = og.AttributeValueHelper(self._attributes.gpu) return data_view.get() @gpu.setter def gpu(self, value): data_view = og.AttributeValueHelper(self._attributes.gpu) data_view.set(value) @property def rp(self): data_view = og.AttributeValueHelper(self._attributes.rp) return data_view.get() @rp.setter def rp(self, value): data_view = og.AttributeValueHelper(self._attributes.rp) data_view.set(value) def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnGpuInteropCpuToDiskDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnGpuInteropCpuToDiskDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnGpuInteropCpuToDiskDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnSimpleGatherDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.SimpleGather Example node to illustrate use of a gather """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn import numpy class OgnSimpleGatherDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.SimpleGather Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.input0 inputs.multiplier Outputs: outputs.output0 """ # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:input0', 'float[]', 0, 'Gathered Input', 'Array of floats to be gathered', {}, True, [], False, ''), ('inputs:multiplier', 'float', 0, 'Multiplier', 'Multiplication factor for all gathered values', {}, True, 0.0, False, ''), ('outputs:output0', 'double[]', 0, 'Gathered Products', 'Array of products resulting from the gathered values', {}, True, None, False, ''), ]) class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = {"multiplier", "_setting_locked", "_batchedReadAttributes", "_batchedReadValues"} """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [self._attributes.multiplier] self._batchedReadValues = [0.0] @property def input0(self): data_view = og.AttributeValueHelper(self._attributes.input0) return data_view.get() @input0.setter def input0(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.input0) data_view = og.AttributeValueHelper(self._attributes.input0) data_view.set(value) self.input0_size = data_view.get_array_size() @property def multiplier(self): return self._batchedReadValues[0] @multiplier.setter def multiplier(self, value): self._batchedReadValues[0] = value def __getattr__(self, item: str): if item in self.LOCAL_PROPERTY_NAMES: return object.__getattribute__(self, item) else: return super().__getattr__(item) def __setattr__(self, item: str, new_value): if item in self.LOCAL_PROPERTY_NAMES: object.__setattr__(self, item, new_value) else: super().__setattr__(item, new_value) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.output0_size = None self._batchedWriteValues = { } @property def output0(self): data_view = og.AttributeValueHelper(self._attributes.output0) return data_view.get(reserved_element_count=self.output0_size) @output0.setter def output0(self, value): data_view = og.AttributeValueHelper(self._attributes.output0) data_view.set(value) self.output0_size = data_view.get_array_size() def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnSimpleGatherDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnSimpleGatherDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnSimpleGatherDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnIKDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.SimpleIk Example node that employs a simple IK algorithm to match a three-joint limb to a goal """ import numpy import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnIKDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.SimpleIk Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.goal State: state.ankle state.hip state.knee """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:goal', 'matrix4d', 0, 'Goal Transform', 'Transform of the IK goal', {}, True, [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]], False, ''), ('state:ankle', 'matrix4d', 0, 'Ankle Transform', 'Computed transform of the ankle joint', {}, True, None, False, ''), ('state:hip', 'matrix4d', 0, 'Hip Transform', 'Computed transform of the hip joint', {}, True, None, False, ''), ('state:knee', 'matrix4d', 0, 'Knee Transform', 'Computed transform of the knee joint', {}, True, None, False, ''), ]) @classmethod def _populate_role_data(cls): """Populate a role structure with the non-default roles on this node type""" role_data = super()._populate_role_data() role_data.inputs.goal = og.AttributeRole.MATRIX role_data.state.ankle = og.AttributeRole.MATRIX role_data.state.hip = og.AttributeRole.MATRIX role_data.state.knee = og.AttributeRole.MATRIX return role_data class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def goal(self): data_view = og.AttributeValueHelper(self._attributes.goal) return data_view.get() @goal.setter def goal(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.goal) data_view = og.AttributeValueHelper(self._attributes.goal) data_view.set(value) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedWriteValues = { } def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) @property def ankle(self): data_view = og.AttributeValueHelper(self._attributes.ankle) return data_view.get() @ankle.setter def ankle(self, value): data_view = og.AttributeValueHelper(self._attributes.ankle) data_view.set(value) @property def hip(self): data_view = og.AttributeValueHelper(self._attributes.hip) return data_view.get() @hip.setter def hip(self, value): data_view = og.AttributeValueHelper(self._attributes.hip) data_view.set(value) @property def knee(self): data_view = og.AttributeValueHelper(self._attributes.knee) return data_view.get() @knee.setter def knee(self, value): data_view = og.AttributeValueHelper(self._attributes.knee) data_view.set(value) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnIKDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnIKDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnIKDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnExampleExtractFloat3ArrayDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.ExtractFloat3Array Outputs a float[3][] attribute extracted from a bundle. """ import numpy import carb import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnExampleExtractFloat3ArrayDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.ExtractFloat3Array Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.input inputs.nameOfAttribute Outputs: outputs.output """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:input', 'bundle', 0, None, "Bundle containing a float[3][] attribute to be extracted to 'output'", {}, True, None, False, ''), ('inputs:nameOfAttribute', 'token', 0, None, "Name of the attribute in 'input' that is to be extracted to 'output'", {}, True, "", False, ''), ('outputs:output', 'float3[]', 0, None, "The float[3][] attribute extracted from 'input'", {}, True, None, False, ''), ]) @classmethod def _populate_role_data(cls): """Populate a role structure with the non-default roles on this node type""" role_data = super()._populate_role_data() role_data.inputs.input = og.AttributeRole.BUNDLE return role_data class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.__bundles = og.BundleContainer(context, node, attributes, [], read_only=True, gpu_ptr_kinds={}) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def input(self) -> og.BundleContents: """Get the bundle wrapper class for the attribute inputs.input""" return self.__bundles.input @property def nameOfAttribute(self): data_view = og.AttributeValueHelper(self._attributes.nameOfAttribute) return data_view.get() @nameOfAttribute.setter def nameOfAttribute(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.nameOfAttribute) data_view = og.AttributeValueHelper(self._attributes.nameOfAttribute) data_view.set(value) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.output_size = None self._batchedWriteValues = { } @property def output(self): data_view = og.AttributeValueHelper(self._attributes.output) return data_view.get(reserved_element_count=self.output_size) @output.setter def output(self, value): data_view = og.AttributeValueHelper(self._attributes.output) data_view.set(value) self.output_size = data_view.get_array_size() def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnExampleExtractFloat3ArrayDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnExampleExtractFloat3ArrayDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnExampleExtractFloat3ArrayDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnGpuInteropGpuToCpuCopyDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.GpuInteropGpuToCpuCopy Generates a new AOV representing a CPU copy of a GPU buffer """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnGpuInteropGpuToCpuCopyDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.GpuInteropGpuToCpuCopy Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.aovGpu inputs.gpu inputs.rp Outputs: outputs.aovCpu outputs.gpu outputs.rp """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:aovGpu', 'string', 0, 'aovGpu', 'Name of AOV to copy from GPU to CPU', {ogn.MetadataKeys.DEFAULT: '""'}, True, "", False, ''), ('inputs:gpu', 'uint64', 0, 'gpuFoundations', 'Pointer to shared context containing gpu foundations', {}, True, 0, False, ''), ('inputs:rp', 'uint64', 0, 'renderProduct', 'Pointer to render product for this view', {}, True, 0, False, ''), ('outputs:aovCpu', 'string', 0, 'aovCpu', 'Name of AOV representing CPU buffer of GPU resource', {ogn.MetadataKeys.DEFAULT: '""'}, True, "", False, ''), ('outputs:gpu', 'uint64', 0, 'gpuFoundations', 'Pointer to shared context containing gpu foundations', {}, True, None, False, ''), ('outputs:rp', 'uint64', 0, 'renderProduct', 'Pointer to render product for this view', {}, True, None, False, ''), ]) @classmethod def _populate_role_data(cls): """Populate a role structure with the non-default roles on this node type""" role_data = super()._populate_role_data() role_data.inputs.aovGpu = og.AttributeRole.TEXT role_data.outputs.aovCpu = og.AttributeRole.TEXT return role_data class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def aovGpu(self): data_view = og.AttributeValueHelper(self._attributes.aovGpu) return data_view.get() @aovGpu.setter def aovGpu(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.aovGpu) data_view = og.AttributeValueHelper(self._attributes.aovGpu) data_view.set(value) self.aovGpu_size = data_view.get_array_size() @property def gpu(self): data_view = og.AttributeValueHelper(self._attributes.gpu) return data_view.get() @gpu.setter def gpu(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.gpu) data_view = og.AttributeValueHelper(self._attributes.gpu) data_view.set(value) @property def rp(self): data_view = og.AttributeValueHelper(self._attributes.rp) return data_view.get() @rp.setter def rp(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.rp) data_view = og.AttributeValueHelper(self._attributes.rp) data_view.set(value) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.aovCpu_size = 0 self._batchedWriteValues = { } @property def aovCpu(self): data_view = og.AttributeValueHelper(self._attributes.aovCpu) return data_view.get(reserved_element_count=self.aovCpu_size) @aovCpu.setter def aovCpu(self, value): data_view = og.AttributeValueHelper(self._attributes.aovCpu) data_view.set(value) self.aovCpu_size = data_view.get_array_size() @property def gpu(self): data_view = og.AttributeValueHelper(self._attributes.gpu) return data_view.get() @gpu.setter def gpu(self, value): data_view = og.AttributeValueHelper(self._attributes.gpu) data_view.set(value) @property def rp(self): data_view = og.AttributeValueHelper(self._attributes.rp) return data_view.get() @rp.setter def rp(self, value): data_view = og.AttributeValueHelper(self._attributes.rp) data_view.set(value) def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnGpuInteropGpuToCpuCopyDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnGpuInteropGpuToCpuCopyDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnGpuInteropGpuToCpuCopyDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnDeformer2_GPUDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.Deformer2Gpu Example deformer that limits the Z point positions to a threshold running on the GPU """ import numpy import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnDeformer2_GPUDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.Deformer2Gpu Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.points inputs.threshold Outputs: outputs.points """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:points', 'point3f[]', 0, None, 'Set of points to be deformed', {}, True, [], False, ''), ('inputs:threshold', 'float', 0, None, 'Z value to limit points', {}, True, 0.0, False, ''), ('outputs:points', 'point3f[]', 0, None, 'Set of deformed points', {}, True, None, False, ''), ]) @classmethod def _populate_role_data(cls): """Populate a role structure with the non-default roles on this node type""" role_data = super()._populate_role_data() role_data.inputs.points = og.AttributeRole.POSITION role_data.outputs.points = og.AttributeRole.POSITION return role_data class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def points(self): data_view = og.AttributeValueHelper(self._attributes.points) return data_view.get(on_gpu=True) @points.setter def points(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.points) data_view = og.AttributeValueHelper(self._attributes.points) data_view.set(value, on_gpu=True) self.points_size = data_view.get_array_size() @property def threshold(self): data_view = og.AttributeValueHelper(self._attributes.threshold) return data_view.get(on_gpu=True) @threshold.setter def threshold(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.threshold) data_view = og.AttributeValueHelper(self._attributes.threshold) data_view.set(value, on_gpu=True) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.points_size = None self._batchedWriteValues = { } @property def points(self): data_view = og.AttributeValueHelper(self._attributes.points) return data_view.get(reserved_element_count=self.points_size, on_gpu=True) @points.setter def points(self, value): data_view = og.AttributeValueHelper(self._attributes.points) data_view.set(value, on_gpu=True) self.points_size = data_view.get_array_size() def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnDeformer2_GPUDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnDeformer2_GPUDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnDeformer2_GPUDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnPrimDeformer1Database.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.PrimDeformer1 Example deformer node that applies a sine wave to a mesh, input via a Prim """ import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnPrimDeformer1Database(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.PrimDeformer1 Class Members: node: Node being evaluated """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ]) class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedWriteValues = { } def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnPrimDeformer1Database.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnPrimDeformer1Database.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnPrimDeformer1Database.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/OgnDeformerTimeBasedDatabase.py
"""Support for simplified access to data on nodes of type omni.graph.examples.cpp.DeformerTimeBased This is an example of a simple deformer with time based input to control a time dependent sine wave deformation. """ import numpy import omni.graph.core as og import omni.graph.core._omni_graph_core as _og import omni.graph.tools.ogn as ogn class OgnDeformerTimeBasedDatabase(og.Database): """Helper class providing simplified access to data on nodes of type omni.graph.examples.cpp.DeformerTimeBased Class Members: node: Node being evaluated Attribute Value Properties: Inputs: inputs.multiplier inputs.points inputs.time inputs.wavelength Outputs: outputs.points """ # Imprint the generator and target ABI versions in the file for JIT generation GENERATOR_VERSION = (1, 41, 3) TARGET_VERSION = (2, 139, 12) # This is an internal object that provides per-class storage of a per-node data dictionary PER_NODE_DATA = {} # This is an internal object that describes unchanging attributes in a generic way # The values in this list are in no particular order, as a per-attribute tuple # Name, Type, ExtendedTypeIndex, UiName, Description, Metadata, # Is_Required, DefaultValue, Is_Deprecated, DeprecationMsg # You should not need to access any of this data directly, use the defined database interfaces INTERFACE = og.Database._get_interface([ ('inputs:multiplier', 'float', 0, None, 'The multiplier for the amplitude of the sine wave', {ogn.MetadataKeys.DEFAULT: '1'}, True, 1, False, ''), ('inputs:points', 'point3f[]', 0, None, 'The input points to be deformed', {ogn.MetadataKeys.DEFAULT: '[]'}, True, [], False, ''), ('inputs:time', 'double', 0, None, 'Time value to modulate the offset in sine curve evaluation', {ogn.MetadataKeys.DEFAULT: '0.0'}, True, 0.0, False, ''), ('inputs:wavelength', 'float', 0, None, 'The wavelength of the sine wave', {ogn.MetadataKeys.DEFAULT: '1'}, True, 1, False, ''), ('outputs:points', 'point3f[]', 0, None, 'The deformed output points', {}, True, None, False, ''), ]) @classmethod def _populate_role_data(cls): """Populate a role structure with the non-default roles on this node type""" role_data = super()._populate_role_data() role_data.inputs.points = og.AttributeRole.POSITION role_data.outputs.points = og.AttributeRole.POSITION return role_data class ValuesForInputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to input attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self._batchedReadAttributes = [] self._batchedReadValues = [] @property def multiplier(self): data_view = og.AttributeValueHelper(self._attributes.multiplier) return data_view.get() @multiplier.setter def multiplier(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.multiplier) data_view = og.AttributeValueHelper(self._attributes.multiplier) data_view.set(value) @property def points(self): data_view = og.AttributeValueHelper(self._attributes.points) return data_view.get() @points.setter def points(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.points) data_view = og.AttributeValueHelper(self._attributes.points) data_view.set(value) self.points_size = data_view.get_array_size() @property def time(self): data_view = og.AttributeValueHelper(self._attributes.time) return data_view.get() @time.setter def time(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.time) data_view = og.AttributeValueHelper(self._attributes.time) data_view.set(value) @property def wavelength(self): data_view = og.AttributeValueHelper(self._attributes.wavelength) return data_view.get() @wavelength.setter def wavelength(self, value): if self._setting_locked: raise og.ReadOnlyError(self._attributes.wavelength) data_view = og.AttributeValueHelper(self._attributes.wavelength) data_view.set(value) def _prefetch(self): readAttributes = self._batchedReadAttributes newValues = _og._prefetch_input_attributes_data(readAttributes) if len(readAttributes) == len(newValues): self._batchedReadValues = newValues class ValuesForOutputs(og.DynamicAttributeAccess): LOCAL_PROPERTY_NAMES = { } """Helper class that creates natural hierarchical access to output attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) self.points_size = None self._batchedWriteValues = { } @property def points(self): data_view = og.AttributeValueHelper(self._attributes.points) return data_view.get(reserved_element_count=self.points_size) @points.setter def points(self, value): data_view = og.AttributeValueHelper(self._attributes.points) data_view.set(value) self.points_size = data_view.get_array_size() def _commit(self): _og._commit_output_attributes_data(self._batchedWriteValues) self._batchedWriteValues = { } class ValuesForState(og.DynamicAttributeAccess): """Helper class that creates natural hierarchical access to state attributes""" def __init__(self, node: og.Node, attributes, dynamic_attributes: og.DynamicAttributeInterface): """Initialize simplified access for the attribute data""" context = node.get_graph().get_default_graph_context() super().__init__(context, node, attributes, dynamic_attributes) def __init__(self, node): super().__init__(node) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT) self.inputs = OgnDeformerTimeBasedDatabase.ValuesForInputs(node, self.attributes.inputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT) self.outputs = OgnDeformerTimeBasedDatabase.ValuesForOutputs(node, self.attributes.outputs, dynamic_attributes) dynamic_attributes = self.dynamic_attribute_data(node, og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE) self.state = OgnDeformerTimeBasedDatabase.ValuesForState(node, self.attributes.state, dynamic_attributes)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnBounce_CPU.py
import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts import os class TestOgn(ogts.OmniGraphTestCase): async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnBounce_CPUDatabase import OgnBounce_CPUDatabase test_file_name = "OgnBounce_CPUTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_BounceCpu") database = OgnBounce_CPUDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:gatheredData")) attribute = test_node.get_attribute("inputs:gatheredData") db_value = database.inputs.gatheredData self.assertTrue(test_node.get_attribute_exists("outputs_gatheredData")) attribute = test_node.get_attribute("outputs_gatheredData") db_value = database.outputs.gatheredData
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnDeformer1_CPU.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from omni.graph.core.tests.omnigraph_test_utils import _test_verify_scene class TestOgn(ogts.OmniGraphTestCase): TEST_DATA = [ { 'inputs': [ ['inputs:points', [[2.0, -2.0, 3.0]], False], ], 'outputs': [ ['outputs:points', [[2.0, -2.0, -2.73895]], False], ], }, ] async def test_generated(self): test_info = _TestGraphAndNode() controller = og.Controller() for i, test_run in enumerate(self.TEST_DATA): await _test_clear_scene(self, test_run) test_info = await _test_setup_scene(self, controller, "/TestGraph", "TestNode_omni_graph_examples_cpp_Deformer1", "omni.graph.examples.cpp.Deformer1", test_run, test_info) await controller.evaluate(test_info.graph) _test_verify_scene(self, controller, test_run, test_info, f"omni.graph.examples.cpp.Deformer1 User test case #{i+1}") async def test_vectorized_generated(self): test_info = _TestGraphAndNode() controller = og.Controller() for i, test_run in enumerate(self.TEST_DATA): await _test_clear_scene(self, test_run) test_info = await _test_setup_scene(self, controller, "/TestGraph", "TestNode_omni_graph_examples_cpp_Deformer1","omni.graph.examples.cpp.Deformer1", test_run, test_info, 16) await controller.evaluate(test_info.graph) _test_verify_scene(self, controller, test_run, test_info, f"omni.graph.examples.cpp.Deformer1 User test case #{i+1}", 16) async def test_thread_safety(self): import omni.kit # Generate multiple instances of the test setup to run them concurrently instance_setup = dict() for n in range(24): instance_setup[f"/TestGraph_{n}"] = _TestGraphAndNode() for i, test_run in enumerate(self.TEST_DATA): await _test_clear_scene(self, test_run) for (key, test_info) in instance_setup.items(): test_info = await _test_setup_scene(self, og.Controller(allow_exists_prim=True), key, "TestNode_omni_graph_examples_cpp_Deformer1", "omni.graph.examples.cpp.Deformer1", test_run, test_info) self.assertEqual(len(og.get_all_graphs()), 24) # We want to evaluate all graphs concurrently. Kick them all. # Evaluate multiple times to skip 2 serial frames and increase chances for a race condition. for _ in range(10): await omni.kit.app.get_app().next_update_async() for (key, test_instance) in instance_setup.items(): _test_verify_scene(self, og.Controller(), test_run, test_info, f"omni.graph.examples.cpp.Deformer1 User test case #{i+1}, instance{key}") async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnDeformer1_CPUDatabase import OgnDeformer1_CPUDatabase test_file_name = "OgnDeformer1_CPUTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_Deformer1") database = OgnDeformer1_CPUDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:multiplier")) attribute = test_node.get_attribute("inputs:multiplier") db_value = database.inputs.multiplier expected_value = 0.7 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:points")) attribute = test_node.get_attribute("inputs:points") db_value = database.inputs.points expected_value = [] actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:wavelength")) attribute = test_node.get_attribute("inputs:wavelength") db_value = database.inputs.wavelength expected_value = 50.0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("outputs:points")) attribute = test_node.get_attribute("outputs:points") db_value = database.outputs.points
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnIK.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from omni.graph.core.tests.omnigraph_test_utils import _test_verify_scene class TestOgn(ogts.OmniGraphTestCase): async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnIKDatabase import OgnIKDatabase test_file_name = "OgnIKTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_SimpleIk") database = OgnIKDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:goal")) attribute = test_node.get_attribute("inputs:goal") db_value = database.inputs.goal expected_value = [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]] actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("state:ankle")) attribute = test_node.get_attribute("state:ankle") db_value = database.state.ankle self.assertTrue(test_node.get_attribute_exists("state:hip")) attribute = test_node.get_attribute("state:hip") db_value = database.state.hip self.assertTrue(test_node.get_attribute_exists("state:knee")) attribute = test_node.get_attribute("state:knee") db_value = database.state.knee
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnSimpleGather.py
import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts class TestOgn(ogts.OmniGraphTestCase): async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnSimpleGatherDatabase import OgnSimpleGatherDatabase (_, (test_node,), _, _) = og.Controller.edit("/TestGraph", { og.Controller.Keys.CREATE_NODES: ("Template_omni_graph_examples_cpp_SimpleGather", "omni.graph.examples.cpp.SimpleGather") }) database = OgnSimpleGatherDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:input0")) attribute = test_node.get_attribute("inputs:input0") db_value = database.inputs.input0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:multiplier")) attribute = test_node.get_attribute("inputs:multiplier") db_value = database.inputs.multiplier expected_value = 0.0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("outputs:output0")) attribute = test_node.get_attribute("outputs:output0") db_value = database.outputs.output0
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnDeformerTimeBased.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from omni.graph.core.tests.omnigraph_test_utils import _test_verify_scene class TestOgn(ogts.OmniGraphTestCase): async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnDeformerTimeBasedDatabase import OgnDeformerTimeBasedDatabase test_file_name = "OgnDeformerTimeBasedTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_DeformerTimeBased") database = OgnDeformerTimeBasedDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:multiplier")) attribute = test_node.get_attribute("inputs:multiplier") db_value = database.inputs.multiplier expected_value = 1 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:points")) attribute = test_node.get_attribute("inputs:points") db_value = database.inputs.points expected_value = [] actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:time")) attribute = test_node.get_attribute("inputs:time") db_value = database.inputs.time expected_value = 0.0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:wavelength")) attribute = test_node.get_attribute("inputs:wavelength") db_value = database.inputs.wavelength expected_value = 1 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("outputs:points")) attribute = test_node.get_attribute("outputs:points") db_value = database.outputs.points
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnCompound.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from omni.graph.core.tests.omnigraph_test_utils import _test_verify_scene class TestOgn(ogts.OmniGraphTestCase): async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnCompoundDatabase import OgnCompoundDatabase test_file_name = "OgnCompoundTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_Compound") database = OgnCompoundDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error"
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnExampleSmooth.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from omni.graph.core.tests.omnigraph_test_utils import _test_verify_scene class TestOgn(ogts.OmniGraphTestCase): async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnExampleSmoothDatabase import OgnExampleSmoothDatabase test_file_name = "OgnExampleSmoothTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_Smooth") database = OgnExampleSmoothDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:iterations")) attribute = test_node.get_attribute("inputs:iterations") db_value = database.inputs.iterations expected_value = 5 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:mesh")) attribute = test_node.get_attribute("inputs:mesh") db_value = database.inputs.mesh self.assertTrue(test_node.get_attribute_exists("inputs:nameOfAttributeToSmooth")) attribute = test_node.get_attribute("inputs:nameOfAttributeToSmooth") db_value = database.inputs.nameOfAttributeToSmooth expected_value = "points" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:nameOfNeighborStartsInputAttribute")) attribute = test_node.get_attribute("inputs:nameOfNeighborStartsInputAttribute") db_value = database.inputs.nameOfNeighborStartsInputAttribute expected_value = "neighborStarts" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:nameOfNeighborsInputAttribute")) attribute = test_node.get_attribute("inputs:nameOfNeighborsInputAttribute") db_value = database.inputs.nameOfNeighborsInputAttribute expected_value = "neighbors" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:useGPU")) attribute = test_node.get_attribute("inputs:useGPU") db_value = database.inputs.useGPU expected_value = True actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("outputs_mesh")) attribute = test_node.get_attribute("outputs_mesh") db_value = database.outputs.mesh
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnVersionedDeformer.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from omni.graph.core.tests.omnigraph_test_utils import _test_verify_scene class TestOgn(ogts.OmniGraphTestCase): TEST_DATA = [ { 'inputs': [ ['inputs:points', [[1.0, 2.0, 3.0], [3.0, 4.0, 5.0]], False], ['inputs:wavelength', 3.0, False], ], 'outputs': [ ['outputs:points', [[1.0, 2.0, -1.524444], [3.0, 4.0, 19.18311]], False], ], }, ] async def test_generated(self): test_info = _TestGraphAndNode() controller = og.Controller() for i, test_run in enumerate(self.TEST_DATA): await _test_clear_scene(self, test_run) test_info = await _test_setup_scene(self, controller, "/TestGraph", "TestNode_omni_graph_examples_cpp_VersionedDeformer", "omni.graph.examples.cpp.VersionedDeformer", test_run, test_info) await controller.evaluate(test_info.graph) _test_verify_scene(self, controller, test_run, test_info, f"omni.graph.examples.cpp.VersionedDeformer User test case #{i+1}") async def test_vectorized_generated(self): test_info = _TestGraphAndNode() controller = og.Controller() for i, test_run in enumerate(self.TEST_DATA): await _test_clear_scene(self, test_run) test_info = await _test_setup_scene(self, controller, "/TestGraph", "TestNode_omni_graph_examples_cpp_VersionedDeformer","omni.graph.examples.cpp.VersionedDeformer", test_run, test_info, 16) await controller.evaluate(test_info.graph) _test_verify_scene(self, controller, test_run, test_info, f"omni.graph.examples.cpp.VersionedDeformer User test case #{i+1}", 16) async def test_thread_safety(self): import omni.kit # Generate multiple instances of the test setup to run them concurrently instance_setup = dict() for n in range(24): instance_setup[f"/TestGraph_{n}"] = _TestGraphAndNode() for i, test_run in enumerate(self.TEST_DATA): await _test_clear_scene(self, test_run) for (key, test_info) in instance_setup.items(): test_info = await _test_setup_scene(self, og.Controller(allow_exists_prim=True), key, "TestNode_omni_graph_examples_cpp_VersionedDeformer", "omni.graph.examples.cpp.VersionedDeformer", test_run, test_info) self.assertEqual(len(og.get_all_graphs()), 24) # We want to evaluate all graphs concurrently. Kick them all. # Evaluate multiple times to skip 2 serial frames and increase chances for a race condition. for _ in range(10): await omni.kit.app.get_app().next_update_async() for (key, test_instance) in instance_setup.items(): _test_verify_scene(self, og.Controller(), test_run, test_info, f"omni.graph.examples.cpp.VersionedDeformer User test case #{i+1}, instance{key}") async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnVersionedDeformerDatabase import OgnVersionedDeformerDatabase test_file_name = "OgnVersionedDeformerTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_VersionedDeformer") database = OgnVersionedDeformerDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 2) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:points")) attribute = test_node.get_attribute("inputs:points") db_value = database.inputs.points expected_value = [] actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:wavelength")) attribute = test_node.get_attribute("inputs:wavelength") db_value = database.inputs.wavelength expected_value = 50.0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("outputs:points")) attribute = test_node.get_attribute("outputs:points") db_value = database.outputs.points
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/__init__.py
"""====== GENERATED BY omni.graph.tools - DO NOT EDIT ======""" import omni.graph.tools._internal as ogi ogi.import_tests_in_directory(__file__, __name__)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnDeformer2_CPU.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from omni.graph.core.tests.omnigraph_test_utils import _test_verify_scene class TestOgn(ogts.OmniGraphTestCase): TEST_DATA = [ { 'inputs': [ ['inputs:points', [[2.0, -2.0, 3.0]], False], ['inputs:threshold', 2.0, False], ], 'outputs': [ ['outputs:points', [[2.0, -2.0, 2.0]], False], ], }, { 'inputs': [ ['inputs:points', [], False], ['inputs:threshold', 2.0, False], ], 'outputs': [ ['outputs:points', [], False], ], }, ] async def test_generated(self): test_info = _TestGraphAndNode() controller = og.Controller() for i, test_run in enumerate(self.TEST_DATA): await _test_clear_scene(self, test_run) test_info = await _test_setup_scene(self, controller, "/TestGraph", "TestNode_omni_graph_examples_cpp_Deformer2", "omni.graph.examples.cpp.Deformer2", test_run, test_info) await controller.evaluate(test_info.graph) _test_verify_scene(self, controller, test_run, test_info, f"omni.graph.examples.cpp.Deformer2 User test case #{i+1}") async def test_vectorized_generated(self): test_info = _TestGraphAndNode() controller = og.Controller() for i, test_run in enumerate(self.TEST_DATA): await _test_clear_scene(self, test_run) test_info = await _test_setup_scene(self, controller, "/TestGraph", "TestNode_omni_graph_examples_cpp_Deformer2","omni.graph.examples.cpp.Deformer2", test_run, test_info, 16) await controller.evaluate(test_info.graph) _test_verify_scene(self, controller, test_run, test_info, f"omni.graph.examples.cpp.Deformer2 User test case #{i+1}", 16) async def test_thread_safety(self): import omni.kit # Generate multiple instances of the test setup to run them concurrently instance_setup = dict() for n in range(24): instance_setup[f"/TestGraph_{n}"] = _TestGraphAndNode() for i, test_run in enumerate(self.TEST_DATA): await _test_clear_scene(self, test_run) for (key, test_info) in instance_setup.items(): test_info = await _test_setup_scene(self, og.Controller(allow_exists_prim=True), key, "TestNode_omni_graph_examples_cpp_Deformer2", "omni.graph.examples.cpp.Deformer2", test_run, test_info) self.assertEqual(len(og.get_all_graphs()), 24) # We want to evaluate all graphs concurrently. Kick them all. # Evaluate multiple times to skip 2 serial frames and increase chances for a race condition. for _ in range(10): await omni.kit.app.get_app().next_update_async() for (key, test_instance) in instance_setup.items(): _test_verify_scene(self, og.Controller(), test_run, test_info, f"omni.graph.examples.cpp.Deformer2 User test case #{i+1}, instance{key}") async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnDeformer2_CPUDatabase import OgnDeformer2_CPUDatabase test_file_name = "OgnDeformer2_CPUTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_Deformer2") database = OgnDeformer2_CPUDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:points")) attribute = test_node.get_attribute("inputs:points") db_value = database.inputs.points expected_value = [] actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:threshold")) attribute = test_node.get_attribute("inputs:threshold") db_value = database.inputs.threshold expected_value = 0.0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("outputs:points")) attribute = test_node.get_attribute("outputs:points") db_value = database.outputs.points
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnBounceNoBundle_CPU.py
import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts import os class TestOgn(ogts.OmniGraphTestCase): async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnBounceNoBundle_CPUDatabase import OgnBounceNoBundle_CPUDatabase test_file_name = "OgnBounceNoBundle_CPUTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_BounceNoBundleCpu") database = OgnBounceNoBundle_CPUDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:gatherId")) attribute = test_node.get_attribute("inputs:gatherId") db_value = database.inputs.gatherId expected_value = 0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False))
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnSimple.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from omni.graph.core.tests.omnigraph_test_utils import _test_verify_scene class TestOgn(ogts.OmniGraphTestCase): TEST_DATA = [ { 'inputs': [ ['inputs:value', 2.0, False], ['inputs:multiplier', 3.0, False], ], 'outputs': [ ['outputs:value', 6.0, False], ], }, ] async def test_generated(self): test_info = _TestGraphAndNode() controller = og.Controller() for i, test_run in enumerate(self.TEST_DATA): await _test_clear_scene(self, test_run) test_info = await _test_setup_scene(self, controller, "/TestGraph", "TestNode_omni_graph_examples_cpp_Simple", "omni.graph.examples.cpp.Simple", test_run, test_info) await controller.evaluate(test_info.graph) _test_verify_scene(self, controller, test_run, test_info, f"omni.graph.examples.cpp.Simple User test case #{i+1}") async def test_vectorized_generated(self): test_info = _TestGraphAndNode() controller = og.Controller() for i, test_run in enumerate(self.TEST_DATA): await _test_clear_scene(self, test_run) test_info = await _test_setup_scene(self, controller, "/TestGraph", "TestNode_omni_graph_examples_cpp_Simple","omni.graph.examples.cpp.Simple", test_run, test_info, 16) await controller.evaluate(test_info.graph) _test_verify_scene(self, controller, test_run, test_info, f"omni.graph.examples.cpp.Simple User test case #{i+1}", 16) async def test_thread_safety(self): import omni.kit # Generate multiple instances of the test setup to run them concurrently instance_setup = dict() for n in range(24): instance_setup[f"/TestGraph_{n}"] = _TestGraphAndNode() for i, test_run in enumerate(self.TEST_DATA): await _test_clear_scene(self, test_run) for (key, test_info) in instance_setup.items(): test_info = await _test_setup_scene(self, og.Controller(allow_exists_prim=True), key, "TestNode_omni_graph_examples_cpp_Simple", "omni.graph.examples.cpp.Simple", test_run, test_info) self.assertEqual(len(og.get_all_graphs()), 24) # We want to evaluate all graphs concurrently. Kick them all. # Evaluate multiple times to skip 2 serial frames and increase chances for a race condition. for _ in range(10): await omni.kit.app.get_app().next_update_async() for (key, test_instance) in instance_setup.items(): _test_verify_scene(self, og.Controller(), test_run, test_info, f"omni.graph.examples.cpp.Simple User test case #{i+1}, instance{key}") async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnSimpleDatabase import OgnSimpleDatabase test_file_name = "OgnSimpleTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_Simple") database = OgnSimpleDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:multiplier")) attribute = test_node.get_attribute("inputs:multiplier") db_value = database.inputs.multiplier expected_value = 0.0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:value")) attribute = test_node.get_attribute("inputs:value") db_value = database.inputs.value expected_value = 0.0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("outputs:value")) attribute = test_node.get_attribute("outputs:value") db_value = database.outputs.value
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnExampleAdjacency.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from omni.graph.core.tests.omnigraph_test_utils import _test_verify_scene class TestOgn(ogts.OmniGraphTestCase): async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnExampleAdjacencyDatabase import OgnExampleAdjacencyDatabase test_file_name = "OgnExampleAdjacencyTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_Adjacency") database = OgnExampleAdjacencyDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:computeDistances")) attribute = test_node.get_attribute("inputs:computeDistances") db_value = database.inputs.computeDistances expected_value = False actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:computeNeighborCounts")) attribute = test_node.get_attribute("inputs:computeNeighborCounts") db_value = database.inputs.computeNeighborCounts expected_value = False actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:computeNeighborStarts")) attribute = test_node.get_attribute("inputs:computeNeighborStarts") db_value = database.inputs.computeNeighborStarts expected_value = True actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:computeNeighbors")) attribute = test_node.get_attribute("inputs:computeNeighbors") db_value = database.inputs.computeNeighbors expected_value = True actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:mesh")) attribute = test_node.get_attribute("inputs:mesh") db_value = database.inputs.mesh self.assertTrue(test_node.get_attribute_exists("inputs:nameOfDistancesOutputAttribute")) attribute = test_node.get_attribute("inputs:nameOfDistancesOutputAttribute") db_value = database.inputs.nameOfDistancesOutputAttribute expected_value = "distances" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:nameOfNeighborCountsOutputAttribute")) attribute = test_node.get_attribute("inputs:nameOfNeighborCountsOutputAttribute") db_value = database.inputs.nameOfNeighborCountsOutputAttribute expected_value = "neighborCounts" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:nameOfNeighborStartsOutputAttribute")) attribute = test_node.get_attribute("inputs:nameOfNeighborStartsOutputAttribute") db_value = database.inputs.nameOfNeighborStartsOutputAttribute expected_value = "neighborStarts" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:nameOfNeighborsOutputAttribute")) attribute = test_node.get_attribute("inputs:nameOfNeighborsOutputAttribute") db_value = database.inputs.nameOfNeighborsOutputAttribute expected_value = "neighbors" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:nameOfPositionsInputAttribute")) attribute = test_node.get_attribute("inputs:nameOfPositionsInputAttribute") db_value = database.inputs.nameOfPositionsInputAttribute expected_value = "points" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:nameOfVertexCountsInputAttribute")) attribute = test_node.get_attribute("inputs:nameOfVertexCountsInputAttribute") db_value = database.inputs.nameOfVertexCountsInputAttribute expected_value = "faceVertexCounts" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:nameOfVertexIndicesInputAttribute")) attribute = test_node.get_attribute("inputs:nameOfVertexIndicesInputAttribute") db_value = database.inputs.nameOfVertexIndicesInputAttribute expected_value = "faceVertexIndices" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:pointCount")) attribute = test_node.get_attribute("inputs:pointCount") db_value = database.inputs.pointCount expected_value = 0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:removeDuplicates")) attribute = test_node.get_attribute("inputs:removeDuplicates") db_value = database.inputs.removeDuplicates expected_value = True actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:treatEdgesAsOneWay")) attribute = test_node.get_attribute("inputs:treatEdgesAsOneWay") db_value = database.inputs.treatEdgesAsOneWay expected_value = False actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:treatFacesAsCurves")) attribute = test_node.get_attribute("inputs:treatFacesAsCurves") db_value = database.inputs.treatFacesAsCurves expected_value = False actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("outputs_mesh")) attribute = test_node.get_attribute("outputs_mesh") db_value = database.outputs.mesh
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnExampleExtractFloat3Array.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from omni.graph.core.tests.omnigraph_test_utils import _test_verify_scene class TestOgn(ogts.OmniGraphTestCase): async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnExampleExtractFloat3ArrayDatabase import OgnExampleExtractFloat3ArrayDatabase test_file_name = "OgnExampleExtractFloat3ArrayTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_ExtractFloat3Array") database = OgnExampleExtractFloat3ArrayDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:input")) attribute = test_node.get_attribute("inputs:input") db_value = database.inputs.input self.assertTrue(test_node.get_attribute_exists("inputs:nameOfAttribute")) attribute = test_node.get_attribute("inputs:nameOfAttribute") db_value = database.inputs.nameOfAttribute expected_value = "" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("outputs:output")) attribute = test_node.get_attribute("outputs:output") db_value = database.outputs.output
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnGpuInteropAdjustExposure.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from omni.graph.core.tests.omnigraph_test_utils import _test_verify_scene class TestOgn(ogts.OmniGraphTestCase): async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnGpuInteropAdjustExposureDatabase import OgnGpuInteropAdjustExposureDatabase test_file_name = "OgnGpuInteropAdjustExposureTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_GpuInteropAdjustExposure") database = OgnGpuInteropAdjustExposureDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:cudaMipmappedArray")) attribute = test_node.get_attribute("inputs:cudaMipmappedArray") db_value = database.inputs.cudaMipmappedArray expected_value = 0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:exposure")) attribute = test_node.get_attribute("inputs:exposure") db_value = database.inputs.exposure expected_value = 0.0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:format")) attribute = test_node.get_attribute("inputs:format") db_value = database.inputs.format expected_value = 0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:height")) attribute = test_node.get_attribute("inputs:height") db_value = database.inputs.height expected_value = 0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:hydraTime")) attribute = test_node.get_attribute("inputs:hydraTime") db_value = database.inputs.hydraTime expected_value = 0.0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:mipCount")) attribute = test_node.get_attribute("inputs:mipCount") db_value = database.inputs.mipCount expected_value = 0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:simTime")) attribute = test_node.get_attribute("inputs:simTime") db_value = database.inputs.simTime expected_value = 0.0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:stream")) attribute = test_node.get_attribute("inputs:stream") db_value = database.inputs.stream expected_value = 0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:width")) attribute = test_node.get_attribute("inputs:width") db_value = database.inputs.width expected_value = 0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False))
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnScaleCube.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from omni.graph.core.tests.omnigraph_test_utils import _test_verify_scene class TestOgn(ogts.OmniGraphTestCase): TEST_DATA = [ { 'inputs': [ ['inputs:value', 2.0, False], ['inputs:multiplier', 3.0, False], ], 'outputs': [ ['outputs:value', 6.0, False], ], }, ] async def test_generated(self): test_info = _TestGraphAndNode() controller = og.Controller() for i, test_run in enumerate(self.TEST_DATA): await _test_clear_scene(self, test_run) test_info = await _test_setup_scene(self, controller, "/TestGraph", "TestNode_omni_graph_examples_cpp_ScaleCube", "omni.graph.examples.cpp.ScaleCube", test_run, test_info) await controller.evaluate(test_info.graph) _test_verify_scene(self, controller, test_run, test_info, f"omni.graph.examples.cpp.ScaleCube User test case #{i+1}") async def test_vectorized_generated(self): test_info = _TestGraphAndNode() controller = og.Controller() for i, test_run in enumerate(self.TEST_DATA): await _test_clear_scene(self, test_run) test_info = await _test_setup_scene(self, controller, "/TestGraph", "TestNode_omni_graph_examples_cpp_ScaleCube","omni.graph.examples.cpp.ScaleCube", test_run, test_info, 16) await controller.evaluate(test_info.graph) _test_verify_scene(self, controller, test_run, test_info, f"omni.graph.examples.cpp.ScaleCube User test case #{i+1}", 16) async def test_thread_safety(self): import omni.kit # Generate multiple instances of the test setup to run them concurrently instance_setup = dict() for n in range(24): instance_setup[f"/TestGraph_{n}"] = _TestGraphAndNode() for i, test_run in enumerate(self.TEST_DATA): await _test_clear_scene(self, test_run) for (key, test_info) in instance_setup.items(): test_info = await _test_setup_scene(self, og.Controller(allow_exists_prim=True), key, "TestNode_omni_graph_examples_cpp_ScaleCube", "omni.graph.examples.cpp.ScaleCube", test_run, test_info) self.assertEqual(len(og.get_all_graphs()), 24) # We want to evaluate all graphs concurrently. Kick them all. # Evaluate multiple times to skip 2 serial frames and increase chances for a race condition. for _ in range(10): await omni.kit.app.get_app().next_update_async() for (key, test_instance) in instance_setup.items(): _test_verify_scene(self, og.Controller(), test_run, test_info, f"omni.graph.examples.cpp.ScaleCube User test case #{i+1}, instance{key}") async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnScaleCubeDatabase import OgnScaleCubeDatabase test_file_name = "OgnScaleCubeTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_ScaleCube") database = OgnScaleCubeDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:multiplier")) attribute = test_node.get_attribute("inputs:multiplier") db_value = database.inputs.multiplier expected_value = 0.0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:value")) attribute = test_node.get_attribute("inputs:value") db_value = database.inputs.value expected_value = 0.0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("outputs:value")) attribute = test_node.get_attribute("outputs:value") db_value = database.outputs.value
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnGpuInteropGpuToCpuCopy.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from omni.graph.core.tests.omnigraph_test_utils import _test_verify_scene class TestOgn(ogts.OmniGraphTestCase): async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnGpuInteropGpuToCpuCopyDatabase import OgnGpuInteropGpuToCpuCopyDatabase test_file_name = "OgnGpuInteropGpuToCpuCopyTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_GpuInteropGpuToCpuCopy") database = OgnGpuInteropGpuToCpuCopyDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:aovGpu")) attribute = test_node.get_attribute("inputs:aovGpu") db_value = database.inputs.aovGpu expected_value = "" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:gpu")) attribute = test_node.get_attribute("inputs:gpu") db_value = database.inputs.gpu expected_value = 0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:rp")) attribute = test_node.get_attribute("inputs:rp") db_value = database.inputs.rp expected_value = 0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("outputs:aovCpu")) attribute = test_node.get_attribute("outputs:aovCpu") db_value = database.outputs.aovCpu self.assertTrue(test_node.get_attribute_exists("outputs:gpu")) attribute = test_node.get_attribute("outputs:gpu") db_value = database.outputs.gpu self.assertTrue(test_node.get_attribute_exists("outputs:rp")) attribute = test_node.get_attribute("outputs:rp") db_value = database.outputs.rp
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnExampleSimpleDeformer.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from omni.graph.core.tests.omnigraph_test_utils import _test_verify_scene class TestOgn(ogts.OmniGraphTestCase): async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnExampleSimpleDeformerDatabase import OgnExampleSimpleDeformerDatabase test_file_name = "OgnExampleSimpleDeformerTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_SimpleDeformer") database = OgnExampleSimpleDeformerDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:multiplier")) attribute = test_node.get_attribute("inputs:multiplier") db_value = database.inputs.multiplier expected_value = 1 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:points")) attribute = test_node.get_attribute("inputs:points") db_value = database.inputs.points expected_value = [] actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:wavelength")) attribute = test_node.get_attribute("inputs:wavelength") db_value = database.inputs.wavelength expected_value = 1 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("outputs:points")) attribute = test_node.get_attribute("outputs:points") db_value = database.outputs.points
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnGpuInteropCpuToDisk.py
import os import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from omni.graph.core.tests.omnigraph_test_utils import _test_verify_scene class TestOgn(ogts.OmniGraphTestCase): async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnGpuInteropCpuToDiskDatabase import OgnGpuInteropCpuToDiskDatabase test_file_name = "OgnGpuInteropCpuToDiskTemplate.usda" usd_path = os.path.join(os.path.dirname(__file__), "usd", test_file_name) if not os.path.exists(usd_path): self.assertTrue(False, f"{usd_path} not found for loading test") (result, error) = await ogts.load_test_file(usd_path) self.assertTrue(result, f'{error} on {usd_path}') test_node = og.Controller.node("/TestGraph/Template_omni_graph_examples_cpp_GpuInteropCpuToDisk") database = OgnGpuInteropCpuToDiskDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:active")) attribute = test_node.get_attribute("inputs:active") db_value = database.inputs.active expected_value = False actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:aovCpu")) attribute = test_node.get_attribute("inputs:aovCpu") db_value = database.inputs.aovCpu expected_value = "" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:aovGpu")) attribute = test_node.get_attribute("inputs:aovGpu") db_value = database.inputs.aovGpu expected_value = "" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:autoFileNumber")) attribute = test_node.get_attribute("inputs:autoFileNumber") db_value = database.inputs.autoFileNumber expected_value = -1 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:fileName")) attribute = test_node.get_attribute("inputs:fileName") db_value = database.inputs.fileName expected_value = "" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:fileNumber")) attribute = test_node.get_attribute("inputs:fileNumber") db_value = database.inputs.fileNumber expected_value = -1 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:fileType")) attribute = test_node.get_attribute("inputs:fileType") db_value = database.inputs.fileType expected_value = "png" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:frameCount")) attribute = test_node.get_attribute("inputs:frameCount") db_value = database.inputs.frameCount expected_value = -1 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:gpu")) attribute = test_node.get_attribute("inputs:gpu") db_value = database.inputs.gpu expected_value = 0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:maxInflightWrites")) attribute = test_node.get_attribute("inputs:maxInflightWrites") db_value = database.inputs.maxInflightWrites expected_value = 2 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:rp")) attribute = test_node.get_attribute("inputs:rp") db_value = database.inputs.rp expected_value = 0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:saveFlags")) attribute = test_node.get_attribute("inputs:saveFlags") db_value = database.inputs.saveFlags expected_value = 0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:saveLocation")) attribute = test_node.get_attribute("inputs:saveLocation") db_value = database.inputs.saveLocation expected_value = "" actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:startFrame")) attribute = test_node.get_attribute("inputs:startFrame") db_value = database.inputs.startFrame expected_value = 0 actual_value = og.Controller.get(attribute) ogts.verify_values(expected_value, actual_value, _attr_error(attribute, True)) ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("outputs:gpu")) attribute = test_node.get_attribute("outputs:gpu") db_value = database.outputs.gpu self.assertTrue(test_node.get_attribute_exists("outputs:rp")) attribute = test_node.get_attribute("outputs:rp") db_value = database.outputs.rp
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/TestOgnUniversalAdd.py
import omni.kit.test import omni.graph.core as og import omni.graph.core.tests as ogts from omni.graph.core.tests.omnigraph_test_utils import _TestGraphAndNode from omni.graph.core.tests.omnigraph_test_utils import _test_clear_scene from omni.graph.core.tests.omnigraph_test_utils import _test_setup_scene from omni.graph.core.tests.omnigraph_test_utils import _test_verify_scene class TestOgn(ogts.OmniGraphTestCase): async def test_data_access(self): from omni.graph.examples.cpp.ogn.OgnUniversalAddDatabase import OgnUniversalAddDatabase (_, (test_node,), _, _) = og.Controller.edit("/TestGraph", { og.Controller.Keys.CREATE_NODES: ("Template_omni_graph_examples_cpp_UniversalAdd", "omni.graph.examples.cpp.UniversalAdd") }) database = OgnUniversalAddDatabase(test_node) self.assertTrue(test_node.is_valid()) node_type_name = test_node.get_type_name() self.assertEqual(og.GraphRegistry().get_node_type_version(node_type_name), 1) def _attr_error(attribute: og.Attribute, usd_test: bool) -> str: test_type = "USD Load" if usd_test else "Database Access" return f"{node_type_name} {test_type} Test - {attribute.get_name()} value error" self.assertTrue(test_node.get_attribute_exists("inputs:bool_0")) attribute = test_node.get_attribute("inputs:bool_0") db_value = database.inputs.bool_0 expected_value = False ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:bool_1")) attribute = test_node.get_attribute("inputs:bool_1") db_value = database.inputs.bool_1 expected_value = False ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:bool_arr_0")) attribute = test_node.get_attribute("inputs:bool_arr_0") db_value = database.inputs.bool_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:bool_arr_1")) attribute = test_node.get_attribute("inputs:bool_arr_1") db_value = database.inputs.bool_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colord3_0")) attribute = test_node.get_attribute("inputs:colord3_0") db_value = database.inputs.colord3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colord3_1")) attribute = test_node.get_attribute("inputs:colord3_1") db_value = database.inputs.colord3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colord3_arr_0")) attribute = test_node.get_attribute("inputs:colord3_arr_0") db_value = database.inputs.colord3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colord3_arr_1")) attribute = test_node.get_attribute("inputs:colord3_arr_1") db_value = database.inputs.colord3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colord4_0")) attribute = test_node.get_attribute("inputs:colord4_0") db_value = database.inputs.colord4_0 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colord4_1")) attribute = test_node.get_attribute("inputs:colord4_1") db_value = database.inputs.colord4_1 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colord4_arr_0")) attribute = test_node.get_attribute("inputs:colord4_arr_0") db_value = database.inputs.colord4_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colord4_arr_1")) attribute = test_node.get_attribute("inputs:colord4_arr_1") db_value = database.inputs.colord4_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colorf3_0")) attribute = test_node.get_attribute("inputs:colorf3_0") db_value = database.inputs.colorf3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colorf3_1")) attribute = test_node.get_attribute("inputs:colorf3_1") db_value = database.inputs.colorf3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colorf3_arr_0")) attribute = test_node.get_attribute("inputs:colorf3_arr_0") db_value = database.inputs.colorf3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colorf3_arr_1")) attribute = test_node.get_attribute("inputs:colorf3_arr_1") db_value = database.inputs.colorf3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colorf4_0")) attribute = test_node.get_attribute("inputs:colorf4_0") db_value = database.inputs.colorf4_0 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colorf4_1")) attribute = test_node.get_attribute("inputs:colorf4_1") db_value = database.inputs.colorf4_1 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colorf4_arr_0")) attribute = test_node.get_attribute("inputs:colorf4_arr_0") db_value = database.inputs.colorf4_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colorf4_arr_1")) attribute = test_node.get_attribute("inputs:colorf4_arr_1") db_value = database.inputs.colorf4_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colorh3_0")) attribute = test_node.get_attribute("inputs:colorh3_0") db_value = database.inputs.colorh3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colorh3_1")) attribute = test_node.get_attribute("inputs:colorh3_1") db_value = database.inputs.colorh3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colorh3_arr_0")) attribute = test_node.get_attribute("inputs:colorh3_arr_0") db_value = database.inputs.colorh3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colorh3_arr_1")) attribute = test_node.get_attribute("inputs:colorh3_arr_1") db_value = database.inputs.colorh3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colorh4_0")) attribute = test_node.get_attribute("inputs:colorh4_0") db_value = database.inputs.colorh4_0 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colorh4_1")) attribute = test_node.get_attribute("inputs:colorh4_1") db_value = database.inputs.colorh4_1 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colorh4_arr_0")) attribute = test_node.get_attribute("inputs:colorh4_arr_0") db_value = database.inputs.colorh4_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:colorh4_arr_1")) attribute = test_node.get_attribute("inputs:colorh4_arr_1") db_value = database.inputs.colorh4_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:double2_0")) attribute = test_node.get_attribute("inputs:double2_0") db_value = database.inputs.double2_0 expected_value = [0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:double2_1")) attribute = test_node.get_attribute("inputs:double2_1") db_value = database.inputs.double2_1 expected_value = [0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:double2_arr_0")) attribute = test_node.get_attribute("inputs:double2_arr_0") db_value = database.inputs.double2_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:double2_arr_1")) attribute = test_node.get_attribute("inputs:double2_arr_1") db_value = database.inputs.double2_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:double3_0")) attribute = test_node.get_attribute("inputs:double3_0") db_value = database.inputs.double3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:double3_1")) attribute = test_node.get_attribute("inputs:double3_1") db_value = database.inputs.double3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:double3_arr_0")) attribute = test_node.get_attribute("inputs:double3_arr_0") db_value = database.inputs.double3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:double3_arr_1")) attribute = test_node.get_attribute("inputs:double3_arr_1") db_value = database.inputs.double3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:double4_0")) attribute = test_node.get_attribute("inputs:double4_0") db_value = database.inputs.double4_0 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:double4_1")) attribute = test_node.get_attribute("inputs:double4_1") db_value = database.inputs.double4_1 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:double4_arr_0")) attribute = test_node.get_attribute("inputs:double4_arr_0") db_value = database.inputs.double4_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:double4_arr_1")) attribute = test_node.get_attribute("inputs:double4_arr_1") db_value = database.inputs.double4_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:double_0")) attribute = test_node.get_attribute("inputs:double_0") db_value = database.inputs.double_0 expected_value = 0.0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:double_1")) attribute = test_node.get_attribute("inputs:double_1") db_value = database.inputs.double_1 expected_value = 0.0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:double_arr_0")) attribute = test_node.get_attribute("inputs:double_arr_0") db_value = database.inputs.double_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:double_arr_1")) attribute = test_node.get_attribute("inputs:double_arr_1") db_value = database.inputs.double_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:float2_0")) attribute = test_node.get_attribute("inputs:float2_0") db_value = database.inputs.float2_0 expected_value = [0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:float2_1")) attribute = test_node.get_attribute("inputs:float2_1") db_value = database.inputs.float2_1 expected_value = [0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:float2_arr_0")) attribute = test_node.get_attribute("inputs:float2_arr_0") db_value = database.inputs.float2_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:float2_arr_1")) attribute = test_node.get_attribute("inputs:float2_arr_1") db_value = database.inputs.float2_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:float3_0")) attribute = test_node.get_attribute("inputs:float3_0") db_value = database.inputs.float3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:float3_1")) attribute = test_node.get_attribute("inputs:float3_1") db_value = database.inputs.float3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:float3_arr_0")) attribute = test_node.get_attribute("inputs:float3_arr_0") db_value = database.inputs.float3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:float3_arr_1")) attribute = test_node.get_attribute("inputs:float3_arr_1") db_value = database.inputs.float3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:float4_0")) attribute = test_node.get_attribute("inputs:float4_0") db_value = database.inputs.float4_0 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:float4_1")) attribute = test_node.get_attribute("inputs:float4_1") db_value = database.inputs.float4_1 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:float4_arr_0")) attribute = test_node.get_attribute("inputs:float4_arr_0") db_value = database.inputs.float4_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:float4_arr_1")) attribute = test_node.get_attribute("inputs:float4_arr_1") db_value = database.inputs.float4_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:float_0")) attribute = test_node.get_attribute("inputs:float_0") db_value = database.inputs.float_0 expected_value = 0.0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:float_1")) attribute = test_node.get_attribute("inputs:float_1") db_value = database.inputs.float_1 expected_value = 0.0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:float_arr_0")) attribute = test_node.get_attribute("inputs:float_arr_0") db_value = database.inputs.float_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:float_arr_1")) attribute = test_node.get_attribute("inputs:float_arr_1") db_value = database.inputs.float_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:frame4_0")) attribute = test_node.get_attribute("inputs:frame4_0") db_value = database.inputs.frame4_0 expected_value = [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] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:frame4_1")) attribute = test_node.get_attribute("inputs:frame4_1") db_value = database.inputs.frame4_1 expected_value = [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] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:frame4_arr_0")) attribute = test_node.get_attribute("inputs:frame4_arr_0") db_value = database.inputs.frame4_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:frame4_arr_1")) attribute = test_node.get_attribute("inputs:frame4_arr_1") db_value = database.inputs.frame4_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:half2_0")) attribute = test_node.get_attribute("inputs:half2_0") db_value = database.inputs.half2_0 expected_value = [0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:half2_1")) attribute = test_node.get_attribute("inputs:half2_1") db_value = database.inputs.half2_1 expected_value = [0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:half2_arr_0")) attribute = test_node.get_attribute("inputs:half2_arr_0") db_value = database.inputs.half2_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:half2_arr_1")) attribute = test_node.get_attribute("inputs:half2_arr_1") db_value = database.inputs.half2_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:half3_0")) attribute = test_node.get_attribute("inputs:half3_0") db_value = database.inputs.half3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:half3_1")) attribute = test_node.get_attribute("inputs:half3_1") db_value = database.inputs.half3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:half3_arr_0")) attribute = test_node.get_attribute("inputs:half3_arr_0") db_value = database.inputs.half3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:half3_arr_1")) attribute = test_node.get_attribute("inputs:half3_arr_1") db_value = database.inputs.half3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:half4_0")) attribute = test_node.get_attribute("inputs:half4_0") db_value = database.inputs.half4_0 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:half4_1")) attribute = test_node.get_attribute("inputs:half4_1") db_value = database.inputs.half4_1 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:half4_arr_0")) attribute = test_node.get_attribute("inputs:half4_arr_0") db_value = database.inputs.half4_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:half4_arr_1")) attribute = test_node.get_attribute("inputs:half4_arr_1") db_value = database.inputs.half4_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:half_0")) attribute = test_node.get_attribute("inputs:half_0") db_value = database.inputs.half_0 expected_value = 0.0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:half_1")) attribute = test_node.get_attribute("inputs:half_1") db_value = database.inputs.half_1 expected_value = 0.0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:half_arr_0")) attribute = test_node.get_attribute("inputs:half_arr_0") db_value = database.inputs.half_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:half_arr_1")) attribute = test_node.get_attribute("inputs:half_arr_1") db_value = database.inputs.half_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int2_0")) attribute = test_node.get_attribute("inputs:int2_0") db_value = database.inputs.int2_0 expected_value = [0, 0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int2_1")) attribute = test_node.get_attribute("inputs:int2_1") db_value = database.inputs.int2_1 expected_value = [0, 0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int2_arr_0")) attribute = test_node.get_attribute("inputs:int2_arr_0") db_value = database.inputs.int2_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int2_arr_1")) attribute = test_node.get_attribute("inputs:int2_arr_1") db_value = database.inputs.int2_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int3_0")) attribute = test_node.get_attribute("inputs:int3_0") db_value = database.inputs.int3_0 expected_value = [0, 0, 0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int3_1")) attribute = test_node.get_attribute("inputs:int3_1") db_value = database.inputs.int3_1 expected_value = [0, 0, 0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int3_arr_0")) attribute = test_node.get_attribute("inputs:int3_arr_0") db_value = database.inputs.int3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int3_arr_1")) attribute = test_node.get_attribute("inputs:int3_arr_1") db_value = database.inputs.int3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int4_0")) attribute = test_node.get_attribute("inputs:int4_0") db_value = database.inputs.int4_0 expected_value = [0, 0, 0, 0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int4_1")) attribute = test_node.get_attribute("inputs:int4_1") db_value = database.inputs.int4_1 expected_value = [0, 0, 0, 0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int4_arr_0")) attribute = test_node.get_attribute("inputs:int4_arr_0") db_value = database.inputs.int4_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int4_arr_1")) attribute = test_node.get_attribute("inputs:int4_arr_1") db_value = database.inputs.int4_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int64_0")) attribute = test_node.get_attribute("inputs:int64_0") db_value = database.inputs.int64_0 expected_value = 0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int64_1")) attribute = test_node.get_attribute("inputs:int64_1") db_value = database.inputs.int64_1 expected_value = 0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int64_arr_0")) attribute = test_node.get_attribute("inputs:int64_arr_0") db_value = database.inputs.int64_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int64_arr_1")) attribute = test_node.get_attribute("inputs:int64_arr_1") db_value = database.inputs.int64_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int_0")) attribute = test_node.get_attribute("inputs:int_0") db_value = database.inputs.int_0 expected_value = 0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int_1")) attribute = test_node.get_attribute("inputs:int_1") db_value = database.inputs.int_1 expected_value = 0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int_arr_0")) attribute = test_node.get_attribute("inputs:int_arr_0") db_value = database.inputs.int_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:int_arr_1")) attribute = test_node.get_attribute("inputs:int_arr_1") db_value = database.inputs.int_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:matrixd2_0")) attribute = test_node.get_attribute("inputs:matrixd2_0") db_value = database.inputs.matrixd2_0 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:matrixd2_1")) attribute = test_node.get_attribute("inputs:matrixd2_1") db_value = database.inputs.matrixd2_1 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:matrixd2_arr_0")) attribute = test_node.get_attribute("inputs:matrixd2_arr_0") db_value = database.inputs.matrixd2_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:matrixd2_arr_1")) attribute = test_node.get_attribute("inputs:matrixd2_arr_1") db_value = database.inputs.matrixd2_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:matrixd3_0")) attribute = test_node.get_attribute("inputs:matrixd3_0") db_value = database.inputs.matrixd3_0 expected_value = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:matrixd3_1")) attribute = test_node.get_attribute("inputs:matrixd3_1") db_value = database.inputs.matrixd3_1 expected_value = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:matrixd3_arr_0")) attribute = test_node.get_attribute("inputs:matrixd3_arr_0") db_value = database.inputs.matrixd3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:matrixd3_arr_1")) attribute = test_node.get_attribute("inputs:matrixd3_arr_1") db_value = database.inputs.matrixd3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:matrixd4_0")) attribute = test_node.get_attribute("inputs:matrixd4_0") db_value = database.inputs.matrixd4_0 expected_value = [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] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:matrixd4_1")) attribute = test_node.get_attribute("inputs:matrixd4_1") db_value = database.inputs.matrixd4_1 expected_value = [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] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:matrixd4_arr_0")) attribute = test_node.get_attribute("inputs:matrixd4_arr_0") db_value = database.inputs.matrixd4_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:matrixd4_arr_1")) attribute = test_node.get_attribute("inputs:matrixd4_arr_1") db_value = database.inputs.matrixd4_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:normald3_0")) attribute = test_node.get_attribute("inputs:normald3_0") db_value = database.inputs.normald3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:normald3_1")) attribute = test_node.get_attribute("inputs:normald3_1") db_value = database.inputs.normald3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:normald3_arr_0")) attribute = test_node.get_attribute("inputs:normald3_arr_0") db_value = database.inputs.normald3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:normald3_arr_1")) attribute = test_node.get_attribute("inputs:normald3_arr_1") db_value = database.inputs.normald3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:normalf3_0")) attribute = test_node.get_attribute("inputs:normalf3_0") db_value = database.inputs.normalf3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:normalf3_1")) attribute = test_node.get_attribute("inputs:normalf3_1") db_value = database.inputs.normalf3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:normalf3_arr_0")) attribute = test_node.get_attribute("inputs:normalf3_arr_0") db_value = database.inputs.normalf3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:normalf3_arr_1")) attribute = test_node.get_attribute("inputs:normalf3_arr_1") db_value = database.inputs.normalf3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:normalh3_0")) attribute = test_node.get_attribute("inputs:normalh3_0") db_value = database.inputs.normalh3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:normalh3_1")) attribute = test_node.get_attribute("inputs:normalh3_1") db_value = database.inputs.normalh3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:normalh3_arr_0")) attribute = test_node.get_attribute("inputs:normalh3_arr_0") db_value = database.inputs.normalh3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:normalh3_arr_1")) attribute = test_node.get_attribute("inputs:normalh3_arr_1") db_value = database.inputs.normalh3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:pointd3_0")) attribute = test_node.get_attribute("inputs:pointd3_0") db_value = database.inputs.pointd3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:pointd3_1")) attribute = test_node.get_attribute("inputs:pointd3_1") db_value = database.inputs.pointd3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:pointd3_arr_0")) attribute = test_node.get_attribute("inputs:pointd3_arr_0") db_value = database.inputs.pointd3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:pointd3_arr_1")) attribute = test_node.get_attribute("inputs:pointd3_arr_1") db_value = database.inputs.pointd3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:pointf3_0")) attribute = test_node.get_attribute("inputs:pointf3_0") db_value = database.inputs.pointf3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:pointf3_1")) attribute = test_node.get_attribute("inputs:pointf3_1") db_value = database.inputs.pointf3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:pointf3_arr_0")) attribute = test_node.get_attribute("inputs:pointf3_arr_0") db_value = database.inputs.pointf3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:pointf3_arr_1")) attribute = test_node.get_attribute("inputs:pointf3_arr_1") db_value = database.inputs.pointf3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:pointh3_0")) attribute = test_node.get_attribute("inputs:pointh3_0") db_value = database.inputs.pointh3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:pointh3_1")) attribute = test_node.get_attribute("inputs:pointh3_1") db_value = database.inputs.pointh3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:pointh3_arr_0")) attribute = test_node.get_attribute("inputs:pointh3_arr_0") db_value = database.inputs.pointh3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:pointh3_arr_1")) attribute = test_node.get_attribute("inputs:pointh3_arr_1") db_value = database.inputs.pointh3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:quatd4_0")) attribute = test_node.get_attribute("inputs:quatd4_0") db_value = database.inputs.quatd4_0 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:quatd4_1")) attribute = test_node.get_attribute("inputs:quatd4_1") db_value = database.inputs.quatd4_1 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:quatd4_arr_0")) attribute = test_node.get_attribute("inputs:quatd4_arr_0") db_value = database.inputs.quatd4_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:quatd4_arr_1")) attribute = test_node.get_attribute("inputs:quatd4_arr_1") db_value = database.inputs.quatd4_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:quatf4_0")) attribute = test_node.get_attribute("inputs:quatf4_0") db_value = database.inputs.quatf4_0 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:quatf4_1")) attribute = test_node.get_attribute("inputs:quatf4_1") db_value = database.inputs.quatf4_1 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:quatf4_arr_0")) attribute = test_node.get_attribute("inputs:quatf4_arr_0") db_value = database.inputs.quatf4_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:quatf4_arr_1")) attribute = test_node.get_attribute("inputs:quatf4_arr_1") db_value = database.inputs.quatf4_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:quath4_0")) attribute = test_node.get_attribute("inputs:quath4_0") db_value = database.inputs.quath4_0 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:quath4_1")) attribute = test_node.get_attribute("inputs:quath4_1") db_value = database.inputs.quath4_1 expected_value = [0.0, 0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:quath4_arr_0")) attribute = test_node.get_attribute("inputs:quath4_arr_0") db_value = database.inputs.quath4_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:quath4_arr_1")) attribute = test_node.get_attribute("inputs:quath4_arr_1") db_value = database.inputs.quath4_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordd2_0")) attribute = test_node.get_attribute("inputs:texcoordd2_0") db_value = database.inputs.texcoordd2_0 expected_value = [0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordd2_1")) attribute = test_node.get_attribute("inputs:texcoordd2_1") db_value = database.inputs.texcoordd2_1 expected_value = [0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordd2_arr_0")) attribute = test_node.get_attribute("inputs:texcoordd2_arr_0") db_value = database.inputs.texcoordd2_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordd2_arr_1")) attribute = test_node.get_attribute("inputs:texcoordd2_arr_1") db_value = database.inputs.texcoordd2_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordd3_0")) attribute = test_node.get_attribute("inputs:texcoordd3_0") db_value = database.inputs.texcoordd3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordd3_1")) attribute = test_node.get_attribute("inputs:texcoordd3_1") db_value = database.inputs.texcoordd3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordd3_arr_0")) attribute = test_node.get_attribute("inputs:texcoordd3_arr_0") db_value = database.inputs.texcoordd3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordd3_arr_1")) attribute = test_node.get_attribute("inputs:texcoordd3_arr_1") db_value = database.inputs.texcoordd3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordf2_0")) attribute = test_node.get_attribute("inputs:texcoordf2_0") db_value = database.inputs.texcoordf2_0 expected_value = [0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordf2_1")) attribute = test_node.get_attribute("inputs:texcoordf2_1") db_value = database.inputs.texcoordf2_1 expected_value = [0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordf2_arr_0")) attribute = test_node.get_attribute("inputs:texcoordf2_arr_0") db_value = database.inputs.texcoordf2_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordf2_arr_1")) attribute = test_node.get_attribute("inputs:texcoordf2_arr_1") db_value = database.inputs.texcoordf2_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordf3_0")) attribute = test_node.get_attribute("inputs:texcoordf3_0") db_value = database.inputs.texcoordf3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordf3_1")) attribute = test_node.get_attribute("inputs:texcoordf3_1") db_value = database.inputs.texcoordf3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordf3_arr_0")) attribute = test_node.get_attribute("inputs:texcoordf3_arr_0") db_value = database.inputs.texcoordf3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordf3_arr_1")) attribute = test_node.get_attribute("inputs:texcoordf3_arr_1") db_value = database.inputs.texcoordf3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordh2_0")) attribute = test_node.get_attribute("inputs:texcoordh2_0") db_value = database.inputs.texcoordh2_0 expected_value = [0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordh2_1")) attribute = test_node.get_attribute("inputs:texcoordh2_1") db_value = database.inputs.texcoordh2_1 expected_value = [0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordh2_arr_0")) attribute = test_node.get_attribute("inputs:texcoordh2_arr_0") db_value = database.inputs.texcoordh2_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordh2_arr_1")) attribute = test_node.get_attribute("inputs:texcoordh2_arr_1") db_value = database.inputs.texcoordh2_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordh3_0")) attribute = test_node.get_attribute("inputs:texcoordh3_0") db_value = database.inputs.texcoordh3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordh3_1")) attribute = test_node.get_attribute("inputs:texcoordh3_1") db_value = database.inputs.texcoordh3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordh3_arr_0")) attribute = test_node.get_attribute("inputs:texcoordh3_arr_0") db_value = database.inputs.texcoordh3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:texcoordh3_arr_1")) attribute = test_node.get_attribute("inputs:texcoordh3_arr_1") db_value = database.inputs.texcoordh3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:timecode_0")) attribute = test_node.get_attribute("inputs:timecode_0") db_value = database.inputs.timecode_0 expected_value = 0.0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:timecode_1")) attribute = test_node.get_attribute("inputs:timecode_1") db_value = database.inputs.timecode_1 expected_value = 0.0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:timecode_arr_0")) attribute = test_node.get_attribute("inputs:timecode_arr_0") db_value = database.inputs.timecode_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:timecode_arr_1")) attribute = test_node.get_attribute("inputs:timecode_arr_1") db_value = database.inputs.timecode_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:token_0")) attribute = test_node.get_attribute("inputs:token_0") db_value = database.inputs.token_0 expected_value = "default_token" ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:token_1")) attribute = test_node.get_attribute("inputs:token_1") db_value = database.inputs.token_1 expected_value = "default_token" ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:token_arr_0")) attribute = test_node.get_attribute("inputs:token_arr_0") db_value = database.inputs.token_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:token_arr_1")) attribute = test_node.get_attribute("inputs:token_arr_1") db_value = database.inputs.token_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:transform4_0")) attribute = test_node.get_attribute("inputs:transform4_0") db_value = database.inputs.transform4_0 expected_value = [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] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:transform4_1")) attribute = test_node.get_attribute("inputs:transform4_1") db_value = database.inputs.transform4_1 expected_value = [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] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:transform4_arr_0")) attribute = test_node.get_attribute("inputs:transform4_arr_0") db_value = database.inputs.transform4_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:transform4_arr_1")) attribute = test_node.get_attribute("inputs:transform4_arr_1") db_value = database.inputs.transform4_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:uchar_0")) attribute = test_node.get_attribute("inputs:uchar_0") db_value = database.inputs.uchar_0 expected_value = 0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:uchar_1")) attribute = test_node.get_attribute("inputs:uchar_1") db_value = database.inputs.uchar_1 expected_value = 0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:uchar_arr_0")) attribute = test_node.get_attribute("inputs:uchar_arr_0") db_value = database.inputs.uchar_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:uchar_arr_1")) attribute = test_node.get_attribute("inputs:uchar_arr_1") db_value = database.inputs.uchar_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:uint64_0")) attribute = test_node.get_attribute("inputs:uint64_0") db_value = database.inputs.uint64_0 expected_value = 0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:uint64_1")) attribute = test_node.get_attribute("inputs:uint64_1") db_value = database.inputs.uint64_1 expected_value = 0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:uint64_arr_0")) attribute = test_node.get_attribute("inputs:uint64_arr_0") db_value = database.inputs.uint64_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:uint64_arr_1")) attribute = test_node.get_attribute("inputs:uint64_arr_1") db_value = database.inputs.uint64_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:uint_0")) attribute = test_node.get_attribute("inputs:uint_0") db_value = database.inputs.uint_0 expected_value = 0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:uint_1")) attribute = test_node.get_attribute("inputs:uint_1") db_value = database.inputs.uint_1 expected_value = 0 ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:uint_arr_0")) attribute = test_node.get_attribute("inputs:uint_arr_0") db_value = database.inputs.uint_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:uint_arr_1")) attribute = test_node.get_attribute("inputs:uint_arr_1") db_value = database.inputs.uint_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:vectord3_0")) attribute = test_node.get_attribute("inputs:vectord3_0") db_value = database.inputs.vectord3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:vectord3_1")) attribute = test_node.get_attribute("inputs:vectord3_1") db_value = database.inputs.vectord3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:vectord3_arr_0")) attribute = test_node.get_attribute("inputs:vectord3_arr_0") db_value = database.inputs.vectord3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:vectord3_arr_1")) attribute = test_node.get_attribute("inputs:vectord3_arr_1") db_value = database.inputs.vectord3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:vectorf3_0")) attribute = test_node.get_attribute("inputs:vectorf3_0") db_value = database.inputs.vectorf3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:vectorf3_1")) attribute = test_node.get_attribute("inputs:vectorf3_1") db_value = database.inputs.vectorf3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:vectorf3_arr_0")) attribute = test_node.get_attribute("inputs:vectorf3_arr_0") db_value = database.inputs.vectorf3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:vectorf3_arr_1")) attribute = test_node.get_attribute("inputs:vectorf3_arr_1") db_value = database.inputs.vectorf3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:vectorh3_0")) attribute = test_node.get_attribute("inputs:vectorh3_0") db_value = database.inputs.vectorh3_0 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:vectorh3_1")) attribute = test_node.get_attribute("inputs:vectorh3_1") db_value = database.inputs.vectorh3_1 expected_value = [0.0, 0.0, 0.0] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:vectorh3_arr_0")) attribute = test_node.get_attribute("inputs:vectorh3_arr_0") db_value = database.inputs.vectorh3_arr_0 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("inputs:vectorh3_arr_1")) attribute = test_node.get_attribute("inputs:vectorh3_arr_1") db_value = database.inputs.vectorh3_arr_1 expected_value = [] ogts.verify_values(expected_value, db_value, _attr_error(attribute, False)) self.assertTrue(test_node.get_attribute_exists("outputs:bool_0")) attribute = test_node.get_attribute("outputs:bool_0") db_value = database.outputs.bool_0 self.assertTrue(test_node.get_attribute_exists("outputs:bool_arr_0")) attribute = test_node.get_attribute("outputs:bool_arr_0") db_value = database.outputs.bool_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:colord3_0")) attribute = test_node.get_attribute("outputs:colord3_0") db_value = database.outputs.colord3_0 self.assertTrue(test_node.get_attribute_exists("outputs:colord3_arr_0")) attribute = test_node.get_attribute("outputs:colord3_arr_0") db_value = database.outputs.colord3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:colord4_0")) attribute = test_node.get_attribute("outputs:colord4_0") db_value = database.outputs.colord4_0 self.assertTrue(test_node.get_attribute_exists("outputs:colord4_arr_0")) attribute = test_node.get_attribute("outputs:colord4_arr_0") db_value = database.outputs.colord4_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:colorf3_0")) attribute = test_node.get_attribute("outputs:colorf3_0") db_value = database.outputs.colorf3_0 self.assertTrue(test_node.get_attribute_exists("outputs:colorf3_arr_0")) attribute = test_node.get_attribute("outputs:colorf3_arr_0") db_value = database.outputs.colorf3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:colorf4_0")) attribute = test_node.get_attribute("outputs:colorf4_0") db_value = database.outputs.colorf4_0 self.assertTrue(test_node.get_attribute_exists("outputs:colorf4_arr_0")) attribute = test_node.get_attribute("outputs:colorf4_arr_0") db_value = database.outputs.colorf4_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:colorh3_0")) attribute = test_node.get_attribute("outputs:colorh3_0") db_value = database.outputs.colorh3_0 self.assertTrue(test_node.get_attribute_exists("outputs:colorh3_arr_0")) attribute = test_node.get_attribute("outputs:colorh3_arr_0") db_value = database.outputs.colorh3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:colorh4_0")) attribute = test_node.get_attribute("outputs:colorh4_0") db_value = database.outputs.colorh4_0 self.assertTrue(test_node.get_attribute_exists("outputs:colorh4_arr_0")) attribute = test_node.get_attribute("outputs:colorh4_arr_0") db_value = database.outputs.colorh4_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:double2_0")) attribute = test_node.get_attribute("outputs:double2_0") db_value = database.outputs.double2_0 self.assertTrue(test_node.get_attribute_exists("outputs:double2_arr_0")) attribute = test_node.get_attribute("outputs:double2_arr_0") db_value = database.outputs.double2_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:double3_0")) attribute = test_node.get_attribute("outputs:double3_0") db_value = database.outputs.double3_0 self.assertTrue(test_node.get_attribute_exists("outputs:double3_arr_0")) attribute = test_node.get_attribute("outputs:double3_arr_0") db_value = database.outputs.double3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:double4_0")) attribute = test_node.get_attribute("outputs:double4_0") db_value = database.outputs.double4_0 self.assertTrue(test_node.get_attribute_exists("outputs:double4_arr_0")) attribute = test_node.get_attribute("outputs:double4_arr_0") db_value = database.outputs.double4_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:double_0")) attribute = test_node.get_attribute("outputs:double_0") db_value = database.outputs.double_0 self.assertTrue(test_node.get_attribute_exists("outputs:double_arr_0")) attribute = test_node.get_attribute("outputs:double_arr_0") db_value = database.outputs.double_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:float2_0")) attribute = test_node.get_attribute("outputs:float2_0") db_value = database.outputs.float2_0 self.assertTrue(test_node.get_attribute_exists("outputs:float2_arr_0")) attribute = test_node.get_attribute("outputs:float2_arr_0") db_value = database.outputs.float2_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:float3_0")) attribute = test_node.get_attribute("outputs:float3_0") db_value = database.outputs.float3_0 self.assertTrue(test_node.get_attribute_exists("outputs:float3_arr_0")) attribute = test_node.get_attribute("outputs:float3_arr_0") db_value = database.outputs.float3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:float4_0")) attribute = test_node.get_attribute("outputs:float4_0") db_value = database.outputs.float4_0 self.assertTrue(test_node.get_attribute_exists("outputs:float4_arr_0")) attribute = test_node.get_attribute("outputs:float4_arr_0") db_value = database.outputs.float4_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:float_0")) attribute = test_node.get_attribute("outputs:float_0") db_value = database.outputs.float_0 self.assertTrue(test_node.get_attribute_exists("outputs:float_arr_0")) attribute = test_node.get_attribute("outputs:float_arr_0") db_value = database.outputs.float_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:frame4_0")) attribute = test_node.get_attribute("outputs:frame4_0") db_value = database.outputs.frame4_0 self.assertTrue(test_node.get_attribute_exists("outputs:frame4_arr_0")) attribute = test_node.get_attribute("outputs:frame4_arr_0") db_value = database.outputs.frame4_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:half2_0")) attribute = test_node.get_attribute("outputs:half2_0") db_value = database.outputs.half2_0 self.assertTrue(test_node.get_attribute_exists("outputs:half2_arr_0")) attribute = test_node.get_attribute("outputs:half2_arr_0") db_value = database.outputs.half2_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:half3_0")) attribute = test_node.get_attribute("outputs:half3_0") db_value = database.outputs.half3_0 self.assertTrue(test_node.get_attribute_exists("outputs:half3_arr_0")) attribute = test_node.get_attribute("outputs:half3_arr_0") db_value = database.outputs.half3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:half4_0")) attribute = test_node.get_attribute("outputs:half4_0") db_value = database.outputs.half4_0 self.assertTrue(test_node.get_attribute_exists("outputs:half4_arr_0")) attribute = test_node.get_attribute("outputs:half4_arr_0") db_value = database.outputs.half4_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:half_0")) attribute = test_node.get_attribute("outputs:half_0") db_value = database.outputs.half_0 self.assertTrue(test_node.get_attribute_exists("outputs:half_arr_0")) attribute = test_node.get_attribute("outputs:half_arr_0") db_value = database.outputs.half_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:int2_0")) attribute = test_node.get_attribute("outputs:int2_0") db_value = database.outputs.int2_0 self.assertTrue(test_node.get_attribute_exists("outputs:int2_arr_0")) attribute = test_node.get_attribute("outputs:int2_arr_0") db_value = database.outputs.int2_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:int3_0")) attribute = test_node.get_attribute("outputs:int3_0") db_value = database.outputs.int3_0 self.assertTrue(test_node.get_attribute_exists("outputs:int3_arr_0")) attribute = test_node.get_attribute("outputs:int3_arr_0") db_value = database.outputs.int3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:int4_0")) attribute = test_node.get_attribute("outputs:int4_0") db_value = database.outputs.int4_0 self.assertTrue(test_node.get_attribute_exists("outputs:int4_arr_0")) attribute = test_node.get_attribute("outputs:int4_arr_0") db_value = database.outputs.int4_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:int64_0")) attribute = test_node.get_attribute("outputs:int64_0") db_value = database.outputs.int64_0 self.assertTrue(test_node.get_attribute_exists("outputs:int64_arr_0")) attribute = test_node.get_attribute("outputs:int64_arr_0") db_value = database.outputs.int64_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:int_0")) attribute = test_node.get_attribute("outputs:int_0") db_value = database.outputs.int_0 self.assertTrue(test_node.get_attribute_exists("outputs:int_arr_0")) attribute = test_node.get_attribute("outputs:int_arr_0") db_value = database.outputs.int_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:matrixd2_0")) attribute = test_node.get_attribute("outputs:matrixd2_0") db_value = database.outputs.matrixd2_0 self.assertTrue(test_node.get_attribute_exists("outputs:matrixd2_arr_0")) attribute = test_node.get_attribute("outputs:matrixd2_arr_0") db_value = database.outputs.matrixd2_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:matrixd3_0")) attribute = test_node.get_attribute("outputs:matrixd3_0") db_value = database.outputs.matrixd3_0 self.assertTrue(test_node.get_attribute_exists("outputs:matrixd3_arr_0")) attribute = test_node.get_attribute("outputs:matrixd3_arr_0") db_value = database.outputs.matrixd3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:matrixd4_0")) attribute = test_node.get_attribute("outputs:matrixd4_0") db_value = database.outputs.matrixd4_0 self.assertTrue(test_node.get_attribute_exists("outputs:matrixd4_arr_0")) attribute = test_node.get_attribute("outputs:matrixd4_arr_0") db_value = database.outputs.matrixd4_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:normald3_0")) attribute = test_node.get_attribute("outputs:normald3_0") db_value = database.outputs.normald3_0 self.assertTrue(test_node.get_attribute_exists("outputs:normald3_arr_0")) attribute = test_node.get_attribute("outputs:normald3_arr_0") db_value = database.outputs.normald3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:normalf3_0")) attribute = test_node.get_attribute("outputs:normalf3_0") db_value = database.outputs.normalf3_0 self.assertTrue(test_node.get_attribute_exists("outputs:normalf3_arr_0")) attribute = test_node.get_attribute("outputs:normalf3_arr_0") db_value = database.outputs.normalf3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:normalh3_0")) attribute = test_node.get_attribute("outputs:normalh3_0") db_value = database.outputs.normalh3_0 self.assertTrue(test_node.get_attribute_exists("outputs:normalh3_arr_0")) attribute = test_node.get_attribute("outputs:normalh3_arr_0") db_value = database.outputs.normalh3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:pointd3_0")) attribute = test_node.get_attribute("outputs:pointd3_0") db_value = database.outputs.pointd3_0 self.assertTrue(test_node.get_attribute_exists("outputs:pointd3_arr_0")) attribute = test_node.get_attribute("outputs:pointd3_arr_0") db_value = database.outputs.pointd3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:pointf3_0")) attribute = test_node.get_attribute("outputs:pointf3_0") db_value = database.outputs.pointf3_0 self.assertTrue(test_node.get_attribute_exists("outputs:pointf3_arr_0")) attribute = test_node.get_attribute("outputs:pointf3_arr_0") db_value = database.outputs.pointf3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:pointh3_0")) attribute = test_node.get_attribute("outputs:pointh3_0") db_value = database.outputs.pointh3_0 self.assertTrue(test_node.get_attribute_exists("outputs:pointh3_arr_0")) attribute = test_node.get_attribute("outputs:pointh3_arr_0") db_value = database.outputs.pointh3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:quatd4_0")) attribute = test_node.get_attribute("outputs:quatd4_0") db_value = database.outputs.quatd4_0 self.assertTrue(test_node.get_attribute_exists("outputs:quatd4_arr_0")) attribute = test_node.get_attribute("outputs:quatd4_arr_0") db_value = database.outputs.quatd4_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:quatf4_0")) attribute = test_node.get_attribute("outputs:quatf4_0") db_value = database.outputs.quatf4_0 self.assertTrue(test_node.get_attribute_exists("outputs:quatf4_arr_0")) attribute = test_node.get_attribute("outputs:quatf4_arr_0") db_value = database.outputs.quatf4_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:quath4_0")) attribute = test_node.get_attribute("outputs:quath4_0") db_value = database.outputs.quath4_0 self.assertTrue(test_node.get_attribute_exists("outputs:quath4_arr_0")) attribute = test_node.get_attribute("outputs:quath4_arr_0") db_value = database.outputs.quath4_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:texcoordd2_0")) attribute = test_node.get_attribute("outputs:texcoordd2_0") db_value = database.outputs.texcoordd2_0 self.assertTrue(test_node.get_attribute_exists("outputs:texcoordd2_arr_0")) attribute = test_node.get_attribute("outputs:texcoordd2_arr_0") db_value = database.outputs.texcoordd2_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:texcoordd3_0")) attribute = test_node.get_attribute("outputs:texcoordd3_0") db_value = database.outputs.texcoordd3_0 self.assertTrue(test_node.get_attribute_exists("outputs:texcoordd3_arr_0")) attribute = test_node.get_attribute("outputs:texcoordd3_arr_0") db_value = database.outputs.texcoordd3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:texcoordf2_0")) attribute = test_node.get_attribute("outputs:texcoordf2_0") db_value = database.outputs.texcoordf2_0 self.assertTrue(test_node.get_attribute_exists("outputs:texcoordf2_arr_0")) attribute = test_node.get_attribute("outputs:texcoordf2_arr_0") db_value = database.outputs.texcoordf2_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:texcoordf3_0")) attribute = test_node.get_attribute("outputs:texcoordf3_0") db_value = database.outputs.texcoordf3_0 self.assertTrue(test_node.get_attribute_exists("outputs:texcoordf3_arr_0")) attribute = test_node.get_attribute("outputs:texcoordf3_arr_0") db_value = database.outputs.texcoordf3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:texcoordh2_0")) attribute = test_node.get_attribute("outputs:texcoordh2_0") db_value = database.outputs.texcoordh2_0 self.assertTrue(test_node.get_attribute_exists("outputs:texcoordh2_arr_0")) attribute = test_node.get_attribute("outputs:texcoordh2_arr_0") db_value = database.outputs.texcoordh2_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:texcoordh3_0")) attribute = test_node.get_attribute("outputs:texcoordh3_0") db_value = database.outputs.texcoordh3_0 self.assertTrue(test_node.get_attribute_exists("outputs:texcoordh3_arr_0")) attribute = test_node.get_attribute("outputs:texcoordh3_arr_0") db_value = database.outputs.texcoordh3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:timecode_0")) attribute = test_node.get_attribute("outputs:timecode_0") db_value = database.outputs.timecode_0 self.assertTrue(test_node.get_attribute_exists("outputs:timecode_arr_0")) attribute = test_node.get_attribute("outputs:timecode_arr_0") db_value = database.outputs.timecode_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:token_0")) attribute = test_node.get_attribute("outputs:token_0") db_value = database.outputs.token_0 self.assertTrue(test_node.get_attribute_exists("outputs:token_arr_0")) attribute = test_node.get_attribute("outputs:token_arr_0") db_value = database.outputs.token_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:transform4_0")) attribute = test_node.get_attribute("outputs:transform4_0") db_value = database.outputs.transform4_0 self.assertTrue(test_node.get_attribute_exists("outputs:transform4_arr_0")) attribute = test_node.get_attribute("outputs:transform4_arr_0") db_value = database.outputs.transform4_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:uchar_0")) attribute = test_node.get_attribute("outputs:uchar_0") db_value = database.outputs.uchar_0 self.assertTrue(test_node.get_attribute_exists("outputs:uchar_arr_0")) attribute = test_node.get_attribute("outputs:uchar_arr_0") db_value = database.outputs.uchar_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:uint64_0")) attribute = test_node.get_attribute("outputs:uint64_0") db_value = database.outputs.uint64_0 self.assertTrue(test_node.get_attribute_exists("outputs:uint64_arr_0")) attribute = test_node.get_attribute("outputs:uint64_arr_0") db_value = database.outputs.uint64_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:uint_0")) attribute = test_node.get_attribute("outputs:uint_0") db_value = database.outputs.uint_0 self.assertTrue(test_node.get_attribute_exists("outputs:uint_arr_0")) attribute = test_node.get_attribute("outputs:uint_arr_0") db_value = database.outputs.uint_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:vectord3_0")) attribute = test_node.get_attribute("outputs:vectord3_0") db_value = database.outputs.vectord3_0 self.assertTrue(test_node.get_attribute_exists("outputs:vectord3_arr_0")) attribute = test_node.get_attribute("outputs:vectord3_arr_0") db_value = database.outputs.vectord3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:vectorf3_0")) attribute = test_node.get_attribute("outputs:vectorf3_0") db_value = database.outputs.vectorf3_0 self.assertTrue(test_node.get_attribute_exists("outputs:vectorf3_arr_0")) attribute = test_node.get_attribute("outputs:vectorf3_arr_0") db_value = database.outputs.vectorf3_arr_0 self.assertTrue(test_node.get_attribute_exists("outputs:vectorh3_0")) attribute = test_node.get_attribute("outputs:vectorh3_0") db_value = database.outputs.vectorh3_0 self.assertTrue(test_node.get_attribute_exists("outputs:vectorh3_arr_0")) attribute = test_node.get_attribute("outputs:vectorh3_arr_0") db_value = database.outputs.vectorh3_arr_0
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnGpuInteropAdjustExposureTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnGpuInteropAdjustExposure.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_GpuInteropAdjustExposure" ( docs="""RTX Renderer Postprocess Example (Exposure Adjustment)""" ) { token node:type = "omni.graph.examples.cpp.GpuInteropAdjustExposure" int node:typeVersion = 1 # 9 attributes custom uint64 inputs:cudaMipmappedArray = 0 ( docs="""Pointer to the CUDA Mipmapped Array""" ) custom float inputs:exposure = 0.0 ( docs="""Exposure value (in stops)""" ) custom uint64 inputs:format = 0 ( docs="""Format""" ) custom uint inputs:height = 0 ( docs="""Height""" ) custom double inputs:hydraTime = 0.0 ( docs="""Hydra time in stage""" ) custom uint inputs:mipCount = 0 ( docs="""Mip Count""" ) custom double inputs:simTime = 0.0 ( docs="""Simulation time""" ) custom uint64 inputs:stream = 0 ( docs="""Pointer to the CUDA Stream""" ) custom uint inputs:width = 0 ( docs="""Width""" ) } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnExampleExtractFloat3ArrayTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnExampleExtractFloat3Array.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_ExtractFloat3Array" ( docs="""Outputs a float[3][] attribute extracted from a bundle.""" ) { token node:type = "omni.graph.examples.cpp.ExtractFloat3Array" int node:typeVersion = 1 # 2 attributes custom rel inputs:input ( docs="""Bundle containing a float[3][] attribute to be extracted to 'output'""" ) custom token inputs:nameOfAttribute = "" ( docs="""Name of the attribute in 'input' that is to be extracted to 'output'""" ) # 1 attribute custom float3[] outputs:output ( docs="""The float[3][] attribute extracted from 'input'""" ) } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnBounce_GPUTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnBounce_GPU.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_BounceGpu" ( docs="""Example node that gathers (vectorizes) a bunch of translation attributes and bounces the objects up and down on the GPU""" ) { token node:type = "omni.graph.examples.cpp.BounceGpu" int node:typeVersion = 1 } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnScaleCubeWithPrimTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnScaleCubeWithPrim.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_ScaleCubeWithOutputPrim" ( docs="""Example node that performs a simple multiplication on a float value extracted from a Prim""" ) { token node:type = "omni.graph.examples.cpp.ScaleCubeWithOutputPrim" int node:typeVersion = 1 } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnBounceNoBundle_CPUTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnBounceNoBundle_CPU.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_BounceNoBundleCpu" ( docs="""A sample node that gathers (vectorizes) a bunch of translation attributes and bounces the objects up and down""" ) { token node:type = "omni.graph.examples.cpp.BounceNoBundleCpu" int node:typeVersion = 1 # 1 attribute custom uint64 inputs:gatherId = 0 ( docs="""GatherId of the Gather""" ) } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnPrimDeformer2Template.usda
#usda 1.0 ( doc ="""Generated from node description file OgnPrimDeformer2.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_PrimDeformer2" ( docs="""Example deformer node that limits the Z point positions to a threshold, input via a Prim""" ) { token node:type = "omni.graph.examples.cpp.PrimDeformer2" int node:typeVersion = 1 } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnDeformer1_CPUTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnDeformer1_CPU.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_Deformer1" ( docs="""Example deformer node that applies a sine wave to a mesh""" ) { token node:type = "omni.graph.examples.cpp.Deformer1" int node:typeVersion = 1 # 3 attributes custom float inputs:multiplier = 0.7 ( docs="""Amplitude of sinusoidal deformer function""" ) custom point3f[] inputs:points = [] ( docs="""Set of points to be deformed""" ) custom float inputs:wavelength = 50.0 ( docs="""Wavelength of sinusodal deformer function""" ) # 1 attribute custom point3f[] outputs:points ( docs="""Set of deformed points""" ) } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnBounce_CPUTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnBounce_CPU.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_BounceCpu" ( docs="""A sample node that gathers (vectorizes) a bunch of translation attributes and bounces the objects up and down""" ) { token node:type = "omni.graph.examples.cpp.BounceCpu" int node:typeVersion = 1 # 1 attribute custom rel inputs:gatheredData ( docs="""Bundle containing gathered translation attributes""" ) # 1 attribute def Output "outputs_gatheredData" ( docs="""Bundle containing gathered translation attributes, now mutated""" ) { } } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnBounceNoGatherTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnBounceNoGather.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_BounceWithoutGather" ( docs="""Example node that bounces an object up and down""" ) { token node:type = "omni.graph.examples.cpp.BounceWithoutGather" int node:typeVersion = 1 } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnDeformerTimeBasedTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnDeformerTimeBased.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_DeformerTimeBased" ( docs="""This is an example of a simple deformer with time based input to control a time dependent sine wave deformation. """ ) { token node:type = "omni.graph.examples.cpp.DeformerTimeBased" int node:typeVersion = 1 # 4 attributes custom float inputs:multiplier = 1 ( docs="""The multiplier for the amplitude of the sine wave""" ) custom point3f[] inputs:points = [] ( docs="""The input points to be deformed""" ) custom double inputs:time = 0.0 ( docs="""Time value to modulate the offset in sine curve evaluation""" ) custom float inputs:wavelength = 1 ( docs="""The wavelength of the sine wave""" ) # 1 attribute custom point3f[] outputs:points ( docs="""The deformed output points""" ) } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnDeformer2_GPUTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnDeformer2_GPU.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_Deformer2Gpu" ( docs="""Example deformer that limits the Z point positions to a threshold running on the GPU""" ) { token node:type = "omni.graph.examples.cpp.Deformer2Gpu" int node:typeVersion = 1 # 2 attributes custom point3f[] inputs:points = [] ( docs="""Set of points to be deformed""" ) custom float inputs:threshold = 0.0 ( docs="""Z value to limit points""" ) # 1 attribute custom point3f[] outputs:points ( docs="""Set of deformed points""" ) } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnExampleAdjacencyTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnExampleAdjacency.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_Adjacency" ( docs="""Computes chosen adjacency information from specified input mesh topology data.""" ) { token node:type = "omni.graph.examples.cpp.Adjacency" int node:typeVersion = 1 # 16 attributes custom bool inputs:computeDistances = false ( docs="""When enabled, the distances from each point to its neighbors is computed and stored in a 'float[]' attribute in 'output' as specified by 'nameOfDistancesOutputAttribute'.""" ) custom bool inputs:computeNeighborCounts = false ( docs="""When enabled, the number of neighbors of each point is computed and all are stored in an 'int[]' attribute in 'output' as specified by 'nameOfNeighborCountsOutputAttribute'.""" ) custom bool inputs:computeNeighborStarts = true ( docs="""When enabled, the beginning index of neighbors of each point within the arrays computed by either 'computeNeighbors' or 'computeDistances' is computed and all, plus an additional integer to indicate the end of the array, are stored in an 'int[]' attribute in 'output' as specified by 'nameOfNeighborStartsOutputAttribute'. The extra integer at the end allows for easy computing of the number of neighbors of any single point, by subtracting the value in the array corresponding with the point, from the following value in the array.""" ) custom bool inputs:computeNeighbors = true ( docs="""When enabled, the neighbors of each point are computed and stored contiguously in an 'int[]' attribute in 'output' as specified by 'nameOfNeighborsOutputAttribute'.""" ) custom rel inputs:mesh ( docs="""Bundle containing topology data to be analysed""" ) custom token inputs:nameOfDistancesOutputAttribute = "distances" ( docs="""Name of the 'float[]' attribute to be created in 'output' to contain the computed distances to each neighbor. This is only used if 'computeDistances' is true.""" ) custom token inputs:nameOfNeighborCountsOutputAttribute = "neighborCounts" ( docs="""Name of the 'int[]' attribute to be created in 'output' to contain the number of neighbors of each point. This is only used if 'computeNeighborCounts' is true. A running sum of this array can be computed using 'computeNeighborStarts'. The neighbors themselves can be computed using 'computeNeighbors'.""" ) custom token inputs:nameOfNeighborStartsOutputAttribute = "neighborStarts" ( docs="""Name of the 'int[]' attribute to be created in 'output' to contain the beginning index of neighbors of each point in the arrays computed by either 'computeNeighbors' or 'computeDistances'. This is only used if 'computeNeighborStarts' is true.""" ) custom token inputs:nameOfNeighborsOutputAttribute = "neighbors" ( docs="""Name of the 'int[]' attribute to be created in 'output' to contain the neighbors of all points. This is only used if 'computeNeighbors' is true. The beginnings of each point's neighbors within this array can be computed using 'computeNeighborStarts'. The number of neighbors of each point can be computed using 'computeNeighborCounts'.""" ) custom token inputs:nameOfPositionsInputAttribute = "points" ( docs="""Name of the 'point3f[]' attribute in 'mesh' containing the positions of each point. This is only used if 'computeDistances' is true. The element count of this array overrides 'pointCount', when used.""" ) custom token inputs:nameOfVertexCountsInputAttribute = "faceVertexCounts" ( docs="""Name of the 'int[]' attribute in 'mesh' containing the vertex counts of each face""" ) custom token inputs:nameOfVertexIndicesInputAttribute = "faceVertexIndices" ( docs="""Name of the 'int[]' attribute in 'mesh' containing the vertex indices of each face""" ) custom int inputs:pointCount = 0 ( docs="""Number of points being referred to in the vertex indices attribute. This is only used if 'computeDistances' is false, otherwise this is overridden by the element count of the attribute specified by 'nameOfPositionsInputAttribute'.""" ) custom bool inputs:removeDuplicates = true ( docs="""When enabled, each neighbor of a point will be counted only once, instead of once per edge that connects the point to the neighbor.""" ) custom bool inputs:treatEdgesAsOneWay = false ( docs="""When enabled, if a face has an edge from A to B, B will be considered a neighbor of A, but A will not be considered a neighbor of B. This can be useful as part of identifying unshared edges or inconsistent face winding order.""" ) custom bool inputs:treatFacesAsCurves = false ( docs="""When enabled, the input faces will be treated as curves, instead of closed polygons, i.e. no edge from the last vertex of each face to the first vertex of that face will be counted.""" ) # 1 attribute def Output "outputs_mesh" ( docs="""A copy of the input 'mesh' with the computed attributes added, as specified above.""" ) { } } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnScaleCubeTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnScaleCube.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_ScaleCube" ( docs="""Example node that performs a simple multiplication""" ) { token node:type = "omni.graph.examples.cpp.ScaleCube" int node:typeVersion = 1 # 2 attributes custom float inputs:multiplier = 0.0 ( docs="""2nd multiplicand""" ) custom float inputs:value = 0.0 ( docs="""1st multiplicand""" ) # 1 attribute custom double outputs:value ( docs="""Product of value and multiplier""" ) } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnDeformer1_GPUTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnDeformer1_GPU.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_Deformer1Gpu" ( docs="""Example deformer node that applies a sine wave to a mesh using CUDA code""" ) { token node:type = "omni.graph.examples.cpp.Deformer1Gpu" int node:typeVersion = 1 # 3 attributes custom float inputs:multiplier = 0.7 ( docs="""Amplitude of sinusoidal deformer function""" ) custom point3f[] inputs:points = [] ( docs="""Set of points to be deformed""" ) custom float inputs:wavelength = 50.0 ( docs="""Wavelength of sinusodal deformer function""" ) # 1 attribute custom point3f[] outputs:points ( docs="""Set of deformed points""" ) } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnDeformer2_CPUTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnDeformer2_CPU.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_Deformer2" ( docs="""Example deformer that limits the Z point positions to a threshold""" ) { token node:type = "omni.graph.examples.cpp.Deformer2" int node:typeVersion = 1 # 2 attributes custom point3f[] inputs:points = [] ( docs="""Set of points to be deformed""" ) custom float inputs:threshold = 0.0 ( docs="""Z value to limit points""" ) # 1 attribute custom point3f[] outputs:points ( docs="""Set of deformed points""" ) } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnDeformer1Gather_GPUTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnDeformer1Gather_GPU.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_DeformerWithGatherGpu" ( docs="""Example deformer node that applies a sine wave to a mesh using gathered inputs""" ) { token node:type = "omni.graph.examples.cpp.DeformerWithGatherGpu" int node:typeVersion = 1 } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnCompoundTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnCompound.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_Compound" ( docs="""Encapsulation of one more other nodes into a single node entity. The compound node doesn't have any functionality of its own, it is merely a wrapper for a set of nodes that perform a complex task. It presents a more limited set of input and output attributes than the union of the contained nodes to make it seem as though a single node is performing a higher level function. For example a compound node could present inputs a, b, and c, and outputs root1 and root2 at the compound boundary, wiring up simple math nodes square, squareRoot, add, subtract, times, and divided_by in a simple way that calculates quadratic roots. (root1 = divide(add(b, square_root(subtract(square(b), times(4, times(a, c))))))) (root2 = divide(subtract(b, square_root(subtract(square(b), times(4, times(a, c)))))))""" ) { token node:type = "omni.graph.examples.cpp.Compound" int node:typeVersion = 1 } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnExampleSmoothTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnExampleSmooth.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_Smooth" ( docs="""Smooths data in a very simple way by averaging values with neighbors.""" ) { token node:type = "omni.graph.examples.cpp.Smooth" int node:typeVersion = 1 # 6 attributes custom int inputs:iterations = 5 ( docs="""Number of times to average neighboring values""" ) custom rel inputs:mesh ( docs="""Bundle containing data to be smoothed and neighbor arrays.""" ) custom token inputs:nameOfAttributeToSmooth = "points" ( docs="""Name of the attribute in 'mesh' containing the data to be smoothed""" ) custom token inputs:nameOfNeighborStartsInputAttribute = "neighborStarts" ( docs="""Name of the 'int[]' attribute in 'mesh' containing the beginning index of neighbors of each point in the array attribute specified by 'nameOfNeighborsInputAttribute'""" ) custom token inputs:nameOfNeighborsInputAttribute = "neighbors" ( docs="""Name of the 'int[]' attribute in 'mesh' containing the neighbors of all points. The beginnings of each point's neighbors within this array are provided in the attribute specified by 'nameOfNeighborStartsInputAttribute'.""" ) custom bool inputs:useGPU = true ( docs="""When this option is on, the node will use the GPU to perform the smoothing computation.""" ) # 1 attribute def Output "outputs_mesh" ( docs="""A copy of 'mesh' with the specified attribute smoothed.""" ) { } } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnVersionedDeformerTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnVersionedDeformer.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_VersionedDeformer" ( docs="""Test node to confirm version upgrading works. Performs a basic deformation on some points.""" ) { token node:type = "omni.graph.examples.cpp.VersionedDeformer" int node:typeVersion = 2 # 2 attributes custom point3f[] inputs:points = [] ( docs="""Set of points to be deformed""" ) custom float inputs:wavelength = 50.0 ( docs="""Wavelength of sinusodal deformer function""" ) # 1 attribute custom point3f[] outputs:points ( docs="""Set of deformed points""" ) } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnPrimDeformer1Template.usda
#usda 1.0 ( doc ="""Generated from node description file OgnPrimDeformer1.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_PrimDeformer1" ( docs="""Example deformer node that applies a sine wave to a mesh, input via a Prim""" ) { token node:type = "omni.graph.examples.cpp.PrimDeformer1" int node:typeVersion = 1 } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnIKTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnIK.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_SimpleIk" ( docs="""Example node that employs a simple IK algorithm to match a three-joint limb to a goal""" ) { token node:type = "omni.graph.examples.cpp.SimpleIk" int node:typeVersion = 1 # 1 attribute custom matrix4d inputs:goal = ((1.0, 0.0, 0.0, 0.0), (0.0, 1.0, 0.0, 0.0), (0.0, 0.0, 1.0, 0.0), (0.0, 0.0, 0.0, 1.0)) ( docs="""Transform of the IK goal""" ) # 3 attributes custom matrix4d state:ankle ( docs="""Computed transform of the ankle joint""" ) custom matrix4d state:hip ( docs="""Computed transform of the hip joint""" ) custom matrix4d state:knee ( docs="""Computed transform of the knee joint""" ) } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnGpuInteropGpuToCpuCopyTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnGpuInteropGpuToCpuCopy.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_GpuInteropGpuToCpuCopy" ( docs="""Generates a new AOV representing a CPU copy of a GPU buffer""" ) { token node:type = "omni.graph.examples.cpp.GpuInteropGpuToCpuCopy" int node:typeVersion = 1 # 3 attributes custom string inputs:aovGpu = "" ( docs="""Name of AOV to copy from GPU to CPU""" ) custom uint64 inputs:gpu = 0 ( docs="""Pointer to shared context containing gpu foundations""" ) custom uint64 inputs:rp = 0 ( docs="""Pointer to render product for this view""" ) # 3 attributes custom string outputs:aovCpu = "" ( docs="""Name of AOV representing CPU buffer of GPU resource""" ) custom uint64 outputs:gpu ( docs="""Pointer to shared context containing gpu foundations""" ) custom uint64 outputs:rp ( docs="""Pointer to render product for this view""" ) } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnSimpleTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnSimple.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_Simple" ( docs="""Minimal compute node example that reads one float and writes one float""" ) { token node:type = "omni.graph.examples.cpp.Simple" int node:typeVersion = 1 # 2 attributes custom float inputs:multiplier = 0.0 ( docs="""Multiplier of value""" ) custom float inputs:value = 0.0 ( docs="""Value to be multiplied""" ) # 1 attribute custom double outputs:value ( docs="""Result of the multiplication""" ) } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnExampleSimpleDeformerTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnExampleSimpleDeformer.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_SimpleDeformer" ( docs="""This is an example of a simple deformer. It calculates a sine wave and deforms the input geometry with it """ ) { token node:type = "omni.graph.examples.cpp.SimpleDeformer" int node:typeVersion = 1 # 3 attributes custom float inputs:multiplier = 1 ( docs="""The multiplier for the amplitude of the sine wave""" ) custom point3f[] inputs:points = [] ( docs="""The input points to be deformed""" ) custom float inputs:wavelength = 1 ( docs="""The wavelength of the sine wave""" ) # 1 attribute custom point3f[] outputs:points ( docs="""The deformed output points""" ) } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnGpuInteropCpuToDiskTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnGpuInteropCpuToDisk.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_GpuInteropCpuToDisk" ( docs="""Saves specified CPU buffer to disk""" ) { token node:type = "omni.graph.examples.cpp.GpuInteropCpuToDisk" int node:typeVersion = 1 # 14 attributes custom bool inputs:active = false ( docs="""Alternative to frameCount/startFrame, does a single frame then autoResets to false""" ) custom string inputs:aovCpu = "" ( docs="""Name of AOV representing CPU buffer of GPU resource""" ) custom string inputs:aovGpu = "" ( docs="""Name of AOV representing GPU resource, used for querying format + properties""" ) custom int inputs:autoFileNumber = -1 ( docs="""If non zero, this number will be the starting number for export. Each invocation of this node increases the number by 1.""" ) custom string inputs:fileName = "" ( docs="""Optional, if specified the output filename will be fileName_{aovGpu}.{fileType}""" ) custom int inputs:fileNumber = -1 ( docs="""Number that will be appended to the exported filename. If -1 then the render product's frame number will be used.""" ) custom string inputs:fileType = "png" ( docs="""bmp,png,exr""" ) custom int64 inputs:frameCount = -1 ( docs="""Number of frames to capture (-1 means never stop)""" ) custom uint64 inputs:gpu = 0 ( docs="""Pointer to shared context containing gpu foundations""" ) custom int inputs:maxInflightWrites = 2 ( docs="""Maximum number of in-flight file write operations before blocking on file i/o""" ) custom uint64 inputs:rp = 0 ( docs="""Pointer to render product for this view""" ) custom uint64 inputs:saveFlags = 0 ( docs="""Flags that will be passed to carb::imaging::IImaging for file saving.""" ) custom string inputs:saveLocation = "" ( docs="""Folder to save AOVs as AOV_FrameNumber.{exr,png}""" ) custom uint64 inputs:startFrame = 0 ( docs="""Frame to begin saving to disk""" ) # 2 attributes custom uint64 outputs:gpu ( docs="""Pointer to shared context containing gpu foundations""" ) custom uint64 outputs:rp ( docs="""Pointer to render product for this view""" ) } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/ogn/tests/usd/OgnPrimDeformer1_GPUTemplate.usda
#usda 1.0 ( doc ="""Generated from node description file OgnPrimDeformer1_GPU.ogn Contains templates for node types found in that file.""" ) def OmniGraph "TestGraph" { token evaluator:type = "push" int2 fileFormatVersion = (1, 3) token flatCacheBacking = "Shared" token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "Template_omni_graph_examples_cpp_PrimDeformer1Gpu" ( docs="""Example deformer node that applies a sine wave to a mesh on the GPU, input via a Prim""" ) { token node:type = "omni.graph.examples.cpp.PrimDeformer1Gpu" int node:typeVersion = 1 } }
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/_impl/extension.py
"""Support required by the Carbonite extension loader - no visible API exists. """ __all__ = [] import omni.ext from ..bindings._omni_graph_examples_cpp import acquire_interface as _acquire from ..bindings._omni_graph_examples_cpp import release_interface as _release class _PublicExtension(omni.ext.IExt): """Object that tracks the lifetime of the Python part of the extension loading""" def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self.__interface = None def on_startup(self): """Set up initial conditions for the Python part of the extension""" self.__interface = _acquire() def on_shutdown(self): """Shutting down this part of the extension prepares it for hot reload""" _release(self.__interface) self.__interface = None
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/_impl/__init__.py
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/tests/test_extension_shutdown.py
"""Test cases for extension shutdown""" import omni.graph.core as og import omni.graph.core.tests as ogts import omni.kit # ====================================================================== class TestExtensionShutdown(ogts.OmniGraphTestCase): """Testing for extension shutdown""" # ---------------------------------------------------------------------- async def test_om_43835(self): """Verify safe ordering of node state release on extension shutdown. The test had to be put into this extension so that it could shut down the extension where the test node lives without unloading the test itself. """ manager = omni.kit.app.get_app_interface().get_extension_manager() test_nodes_extension = "omni.graph.test" test_node_type = f"{test_nodes_extension}.TestGracefulShutdown" was_extension_enabled = manager.is_extension_enabled(test_nodes_extension) try: manager.set_extension_enabled_immediate(test_nodes_extension, True) self.assertTrue(manager.is_extension_enabled(test_nodes_extension)) # Creating a node is all that it takes to set up the state information required by the test controller = og.Controller() (graph, _, _, _) = controller.edit( "/TestGraph", { og.Controller.Keys.CREATE_NODES: ("TestNode", test_node_type), }, ) await controller.evaluate(graph) # Unloading the extension triggers the state release, which will test the necessary conditions manager.set_extension_enabled_immediate(test_nodes_extension, False) self.assertEqual(0, og.test_failure_count(), "Test failure was reported by the node state") finally: manager.set_extension_enabled_immediate(test_nodes_extension, was_extension_enabled)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/tests/test_partition_passes.py
"""Partition pass example unit tests for OG""" import carb import omni.graph.core as og import omni.graph.core.tests as ogts # ====================================================================== class SimpleGraphScene: def __init__(self): self.graph = None self.nodes = None # ====================================================================== def create_scriptnode_graph(): """Create a scene containing a PushGraph with a specific ScriptNode that is compatible with the corresponding partition pass.""" scene = SimpleGraphScene() (scene.graph, scene.nodes, _, _) = og.Controller.edit( "/World/PushGraph", {og.Controller.Keys.CREATE_NODES: [("ScriptNode", "omni.graph.scriptnode.ScriptNode")]}, ) return scene # ====================================================================== def create_lazy_foreach_graph(): """Create a simple LazyGraph with a ForEach node to test that dirty_push evaluation is still respected after a partition pass is run.""" scene = SimpleGraphScene() (scene.graph, scene.nodes, _, _) = og.Controller.edit( {"graph_path": "/World/TestGraph", "evaluator_name": "dirty_push"}, { og.Controller.Keys.CREATE_NODES: [ ("Val0", "omni.graph.nodes.ConstantInt"), ("Val1", "omni.graph.nodes.ConstantInt"), ("Val2", "omni.graph.nodes.ConstantInt"), ("Array", "omni.graph.nodes.MakeArray"), ("ForEach", "omni.graph.action.ForEach"), ("Counter", "omni.graph.action.Counter"), ], og.Controller.Keys.SET_VALUES: [ ("Val0.inputs:value", 0), ("Val1.inputs:value", 1), ("Val2.inputs:value", 2), ("Array.inputs:arraySize", 3), ], og.Controller.Keys.CONNECT: [ ("Val0.inputs:value", "Array.inputs:a"), ("Val1.inputs:value", "Array.inputs:b"), ("Val2.inputs:value", "Array.inputs:c"), ("ForEach.outputs:finished", "Counter.inputs:execIn"), ], }, ) return scene # ====================================================================== class TestOmniGraphPartitionPasses(ogts.OmniGraphTestCase): """OmniGraph Partition Pass Unit Tests""" async def test_override_foreachnode_pass(self): """Exercise the ForEach Node Pattern Partition Pass""" # Wrapper method for loading and initializing the test scene. async def setup_and_check(self, enable_pass: bool, expected_result): """Wrapper method for convenient test setup and execution""" # Set the partition pass setting. carb.settings.get_settings().set("/app/omni.graph.examples/enableForEachPass", enable_pass) # Load the test scene. (result, error) = await ogts.load_test_file("ForEachInPushGraph.usda", use_caller_subdirectory=True) self.assertTrue(result, error) # Read the scene graph. graph = og.get_graph_by_path("/World/DrawLine") graph_context = graph.get_default_graph_context() variable = graph.find_variable("Points") # Check that the necessary conditions are met. for i in range(20): await og.Controller.evaluate(graph) value = variable.get_array(graph_context, False, 0) for j in range(3): for k in range(3): self.assertAlmostEqual( value[j][k], expected_result[i % len(expected_result)][j][k], places=4 # noqa: S001 ) # Note that we wrap the driver test code in a try-finally block to ensure # that the enableForEachPass setting gets reset to False if an exception # occurs (thus ensuring that it won't stick around and potentially pollute # downstream tests). try: # ForEach partition pass disabled. When the partition pass is disabled in this test, # each of 3 point values gets computed on a separate graph tick and the entire Points # array gets overwritten. As a result, at most only one double[3] point in the array # will be computed/composed of non-zero elements at any given evaluation, and the # values contained in the variable will be subject to change each compute cycle. expected_result_disabled = [ [[0, 0, 0], [0, 0, 0], [2.83183032e2, -3.41060513e-13, -1.50866692e2]], [[0, 0, 0], [0, 0, 0], [2.83183032e2, -3.41060513e-13, -1.50866692e2]], [[-300, 0, 0], [0, 0, 0], [0, 0, 0]], [[0, 0, 0], [7.75462661, -1.13686838e-13, 1.54487908e2], [0, 0, 0]], ] await setup_and_check(self, False, expected_result_disabled) # ForEach partition pass enabled. When the partition pass is enabled in this test, # each of the 3 individual point values get computed and written out to the Points # variable in a single graph tick. As a result, the Points variable will not have # any zero points, and the array will contain the same values each tick. expected_result_enabled = [ [ [-300, 0, 0], [7.75462661, -1.13686838e-13, 1.54487908e2], [2.83183032e2, -3.41060513e-13, -1.50866692e2], ], ] await setup_and_check(self, True, expected_result_enabled) finally: carb.settings.get_settings().set("/app/omni.graph.examples/enableForEachPass", False) async def test_override_scriptnode_pass(self): """Exercise the Script Node Partition Pass""" scene = create_scriptnode_graph() # Add the necessary inputs and outputs to the script node so # that the partition pass recognizes it. og.Controller.create_attribute( scene.nodes[0], "inputs:my_input_attribute", og.Type(og.BaseDataType.INT, 1, 0, og.AttributeRole.NONE), og.AttributePortType.ATTRIBUTE_PORT_TYPE_INPUT, ) og.Controller.create_attribute( scene.nodes[0], "outputs:my_output_attribute", og.Type(og.BaseDataType.INT, 1, 0, og.AttributeRole.NONE), og.AttributePortType.ATTRIBUTE_PORT_TYPE_OUTPUT, ) # Add an internal state variable to the script node that gets ticked # for every evaluation. We'll use this counter to determine whether the # node computed or simply passed its cached output value downstream # (without a nodal compute being invoked). og.Controller.create_attribute( scene.nodes[0], "state:my_internal_state", og.Type(og.BaseDataType.INT, 1, 0, og.AttributeRole.NONE), og.AttributePortType.ATTRIBUTE_PORT_TYPE_STATE, ) # Set the script node's internal script to compute the nth Fibonacci # Fibonacci in an iterative fashion (where n is the given integer via # "inputs:my_input_attribute"). script_string = "def fib(count):\n" script_string += " if count == 0:\n" script_string += " return 0\n" script_string += " if count == 1:\n" script_string += " return 1\n" script_string += "\n" script_string += " num1 = 0\n" script_string += " num2 = 1\n" script_string += "\n" script_string += " for i in range(count):\n" script_string += " numth = num1 + num2\n" script_string += " num1 = num2\n" script_string += " num2 = numth\n" script_string += " return num1\n" script_string += "\n" script_string += "def compute(db):\n" script_string += " count = db.inputs.my_input_attribute\n" script_string += " db.outputs.my_output_attribute = fib(count)\n" script_string += " if db.state.my_internal_state < 10000:\n" script_string += " db.state.my_internal_state += 1\n" script_string += " else:\n" script_string += " db.state.my_internal_state = 0\n" scene.nodes[0].get_attribute("inputs:script").set(script_string) my_input_attr = scene.nodes[0].get_attribute("inputs:my_input_attribute") my_internal_state = scene.nodes[0].get_attribute("state:my_internal_state") my_output_attr = scene.nodes[0].get_attribute("outputs:my_output_attribute") # Set the input and try computing multiple times. Only the first # call to evaluate the graph should have triggered a script node # evaluation (per the partition pass that's being tested here). # Note that we *temporarily* enable the script node partition # during this test *only* in order to not potentially impact any # other downstream tests. with og.Settings.temporary("/app/omni.graph.examples/enableScriptNodePass", True): my_input_attr.set(10) for _ in range(4): await og.Controller.evaluate(scene.graph) self.assertEqual(my_output_attr.get(), 55) self.assertEqual(my_internal_state.get(), 1) my_input_attr.set(15) for _ in range(4): await og.Controller.evaluate(scene.graph) self.assertEqual(my_output_attr.get(), 610) self.assertEqual(my_internal_state.get(), 2) my_input_attr.set(10) for _ in range(4): await og.Controller.evaluate(scene.graph) self.assertEqual(my_output_attr.get(), 55) self.assertEqual(my_internal_state.get(), 3) async def test_lazy_foreach_graph_with_partition_pass(self): """Check that dirty_push evaluation graphs work correctly after partition passes are run on said graphs (OM-93668)""" scene = create_lazy_foreach_graph() try: # Enable the ForEach partition pass. carb.settings.get_settings().set("/app/omni.graph.examples/enableForEachPass", True) # Get some necessary node attributes for the test. const_int_node_0 = scene.nodes[0] in_value_attr = const_int_node_0.get_attribute("inputs:value") make_array_node = scene.nodes[3] in_inputsa_attr = make_array_node.get_attribute("inputs:a") counter_node = scene.nodes[5] out_count_attr = counter_node.get_attribute("outputs:count") # If nothing changes in the graph, no nodes should be evaluated after # the initial computation (i.e. immediately after creating the graph) # => the counter node's output value should be one. Prior to OM-93668 # being addressed the counter node would instead get ticked/incremented # each compute., so out_count_attr.get() would equal 3. await og.Controller.evaluate(scene.graph) await og.Controller.evaluate(scene.graph) await og.Controller.evaluate(scene.graph) self.assertEqual(out_count_attr.get(), 1) # The counter node should only be triggered to evaluate when downstream # changes are made. Prior to OM-93668 the counter node would instead get # ticked/incremented each compute, so out_count_attr.get() would equal 6. og.Controller.disconnect(in_value_attr, in_inputsa_attr) await og.Controller.evaluate(scene.graph) await og.Controller.evaluate(scene.graph) await og.Controller.evaluate(scene.graph) self.assertEqual(out_count_attr.get(), 2) finally: # Disable the ForEach partition pass. carb.settings.get_settings().set("/app/omni.graph.examples/enableForEachPass", False)
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/tests/test_api.py
"""Testing the stability of the API in this module""" import omni.graph.core.tests as ogts import omni.graph.examples.cpp as ogec from omni.graph.tools.tests.internal_utils import _check_module_api_consistency, _check_public_api_contents # ====================================================================== class _TestOmniGraphExamplesCppApi(ogts.OmniGraphTestCase): _UNPUBLISHED = ["bindings", "ogn", "tests"] async def test_api(self): _check_module_api_consistency(ogec, self._UNPUBLISHED) # noqa: PLW0212 _check_module_api_consistency(ogec.tests, is_test_module=True) # noqa: PLW0212 async def test_api_features(self): """Test that the known public API features continue to exist""" _check_public_api_contents(ogec, [], self._UNPUBLISHED, only_expected_allowed=True) # noqa: PLW0212 _check_public_api_contents(ogec.tests, [], [], only_expected_allowed=True) # noqa: PLW0212
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/tests/__init__.py
""" Presence of this file allows the tests directory to be imported as a module so that all of its contents can be scanned to automatically add tests that are placed into this directory. """ scan_for_test_modules = True __all__ = [] # Tests are not for public use
omniverse-code/kit/exts/omni.graph.examples.cpp/omni/graph/examples/cpp/tests/data/ForEachInPushGraph.usda
#usda 1.0 ( customLayerData = { dictionary cameraSettings = { dictionary Front = { double3 position = (0, 0, 50000) double radius = 500 } dictionary Perspective = { double3 position = (504.7206825759991, 607.2777734452386, 694.13482357586) double3 target = (71.97843614929968, 58.62548439146292, 27.857802257366075) } dictionary Right = { double3 position = (-50000, 0, 0) double radius = 500 } dictionary Top = { double3 position = (0, 50000, 0) double radius = 500 } string boundCamera = "/OmniverseKit_Persp" } dictionary omni_layer = { dictionary muteness = { } } dictionary renderSettings = { float3 "rtx:debugView:pixelDebug:textColor" = (0, 1e18, 0) float3 "rtx:fog:fogColor" = (0.75, 0.75, 0.75) float3 "rtx:post:backgroundZeroAlpha:backgroundDefaultColor" = (0, 0, 0) float3 "rtx:post:colorcorr:contrast" = (1, 1, 1) float3 "rtx:post:colorcorr:gain" = (1, 1, 1) float3 "rtx:post:colorcorr:gamma" = (1, 1, 1) float3 "rtx:post:colorcorr:offset" = (0, 0, 0) float3 "rtx:post:colorcorr:saturation" = (1, 1, 1) float3 "rtx:post:colorgrad:blackpoint" = (0, 0, 0) float3 "rtx:post:colorgrad:contrast" = (1, 1, 1) float3 "rtx:post:colorgrad:gain" = (1, 1, 1) float3 "rtx:post:colorgrad:gamma" = (1, 1, 1) float3 "rtx:post:colorgrad:lift" = (0, 0, 0) float3 "rtx:post:colorgrad:multiply" = (1, 1, 1) float3 "rtx:post:colorgrad:offset" = (0, 0, 0) float3 "rtx:post:colorgrad:whitepoint" = (1, 1, 1) float3 "rtx:post:lensDistortion:lensFocalLengthArray" = (10, 30, 50) float3 "rtx:post:lensFlares:anisoFlareFalloffX" = (450, 475, 500) float3 "rtx:post:lensFlares:anisoFlareFalloffY" = (10, 10, 10) float3 "rtx:post:lensFlares:cutoffPoint" = (2, 2, 2) float3 "rtx:post:lensFlares:haloFlareFalloff" = (10, 10, 10) float3 "rtx:post:lensFlares:haloFlareRadius" = (75, 75, 75) float3 "rtx:post:lensFlares:isotropicFlareFalloff" = (50, 50, 50) float3 "rtx:post:tonemap:whitepoint" = (1, 1, 1) float3 "rtx:raytracing:inscattering:singleScatteringAlbedo" = (0.9, 0.9, 0.9) float3 "rtx:raytracing:inscattering:transmittanceColor" = (0.5, 0.5, 0.5) float3 "rtx:sceneDb:ambientLightColor" = (0.1, 0.1, 0.1) } } defaultPrim = "World" endTimeCode = 100 metersPerUnit = 0.01 startTimeCode = 0 timeCodesPerSecond = 24 upAxis = "Y" ) def Xform "World" { def Mesh "Torus_00" { float3[] extent = [(-75, -25, -75), (75, 25, 75)] int[] faceVertexCounts = [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4] int[] faceVertexIndices = [0, 32, 33, 1, 1, 33, 34, 2, 2, 34, 35, 3, 3, 35, 36, 4, 4, 36, 37, 5, 5, 37, 38, 6, 6, 38, 39, 7, 7, 39, 40, 8, 8, 40, 41, 9, 9, 41, 42, 10, 10, 42, 43, 11, 11, 43, 44, 12, 12, 44, 45, 13, 13, 45, 46, 14, 14, 46, 47, 15, 15, 47, 48, 16, 16, 48, 49, 17, 17, 49, 50, 18, 18, 50, 51, 19, 19, 51, 52, 20, 20, 52, 53, 21, 21, 53, 54, 22, 22, 54, 55, 23, 23, 55, 56, 24, 24, 56, 57, 25, 25, 57, 58, 26, 26, 58, 59, 27, 27, 59, 60, 28, 28, 60, 61, 29, 29, 61, 62, 30, 30, 62, 63, 31, 31, 63, 32, 0, 32, 64, 65, 33, 33, 65, 66, 34, 34, 66, 67, 35, 35, 67, 68, 36, 36, 68, 69, 37, 37, 69, 70, 38, 38, 70, 71, 39, 39, 71, 72, 40, 40, 72, 73, 41, 41, 73, 74, 42, 42, 74, 75, 43, 43, 75, 76, 44, 44, 76, 77, 45, 45, 77, 78, 46, 46, 78, 79, 47, 47, 79, 80, 48, 48, 80, 81, 49, 49, 81, 82, 50, 50, 82, 83, 51, 51, 83, 84, 52, 52, 84, 85, 53, 53, 85, 86, 54, 54, 86, 87, 55, 55, 87, 88, 56, 56, 88, 89, 57, 57, 89, 90, 58, 58, 90, 91, 59, 59, 91, 92, 60, 60, 92, 93, 61, 61, 93, 94, 62, 62, 94, 95, 63, 63, 95, 64, 32, 64, 96, 97, 65, 65, 97, 98, 66, 66, 98, 99, 67, 67, 99, 100, 68, 68, 100, 101, 69, 69, 101, 102, 70, 70, 102, 103, 71, 71, 103, 104, 72, 72, 104, 105, 73, 73, 105, 106, 74, 74, 106, 107, 75, 75, 107, 108, 76, 76, 108, 109, 77, 77, 109, 110, 78, 78, 110, 111, 79, 79, 111, 112, 80, 80, 112, 113, 81, 81, 113, 114, 82, 82, 114, 115, 83, 83, 115, 116, 84, 84, 116, 117, 85, 85, 117, 118, 86, 86, 118, 119, 87, 87, 119, 120, 88, 88, 120, 121, 89, 89, 121, 122, 90, 90, 122, 123, 91, 91, 123, 124, 92, 92, 124, 125, 93, 93, 125, 126, 94, 94, 126, 127, 95, 95, 127, 96, 64, 96, 128, 129, 97, 97, 129, 130, 98, 98, 130, 131, 99, 99, 131, 132, 100, 100, 132, 133, 101, 101, 133, 134, 102, 102, 134, 135, 103, 103, 135, 136, 104, 104, 136, 137, 105, 105, 137, 138, 106, 106, 138, 139, 107, 107, 139, 140, 108, 108, 140, 141, 109, 109, 141, 142, 110, 110, 142, 143, 111, 111, 143, 144, 112, 112, 144, 145, 113, 113, 145, 146, 114, 114, 146, 147, 115, 115, 147, 148, 116, 116, 148, 149, 117, 117, 149, 150, 118, 118, 150, 151, 119, 119, 151, 152, 120, 120, 152, 153, 121, 121, 153, 154, 122, 122, 154, 155, 123, 123, 155, 156, 124, 124, 156, 157, 125, 125, 157, 158, 126, 126, 158, 159, 127, 127, 159, 128, 96, 128, 160, 161, 129, 129, 161, 162, 130, 130, 162, 163, 131, 131, 163, 164, 132, 132, 164, 165, 133, 133, 165, 166, 134, 134, 166, 167, 135, 135, 167, 168, 136, 136, 168, 169, 137, 137, 169, 170, 138, 138, 170, 171, 139, 139, 171, 172, 140, 140, 172, 173, 141, 141, 173, 174, 142, 142, 174, 175, 143, 143, 175, 176, 144, 144, 176, 177, 145, 145, 177, 178, 146, 146, 178, 179, 147, 147, 179, 180, 148, 148, 180, 181, 149, 149, 181, 182, 150, 150, 182, 183, 151, 151, 183, 184, 152, 152, 184, 185, 153, 153, 185, 186, 154, 154, 186, 187, 155, 155, 187, 188, 156, 156, 188, 189, 157, 157, 189, 190, 158, 158, 190, 191, 159, 159, 191, 160, 128, 160, 192, 193, 161, 161, 193, 194, 162, 162, 194, 195, 163, 163, 195, 196, 164, 164, 196, 197, 165, 165, 197, 198, 166, 166, 198, 199, 167, 167, 199, 200, 168, 168, 200, 201, 169, 169, 201, 202, 170, 170, 202, 203, 171, 171, 203, 204, 172, 172, 204, 205, 173, 173, 205, 206, 174, 174, 206, 207, 175, 175, 207, 208, 176, 176, 208, 209, 177, 177, 209, 210, 178, 178, 210, 211, 179, 179, 211, 212, 180, 180, 212, 213, 181, 181, 213, 214, 182, 182, 214, 215, 183, 183, 215, 216, 184, 184, 216, 217, 185, 185, 217, 218, 186, 186, 218, 219, 187, 187, 219, 220, 188, 188, 220, 221, 189, 189, 221, 222, 190, 190, 222, 223, 191, 191, 223, 192, 160, 192, 224, 225, 193, 193, 225, 226, 194, 194, 226, 227, 195, 195, 227, 228, 196, 196, 228, 229, 197, 197, 229, 230, 198, 198, 230, 231, 199, 199, 231, 232, 200, 200, 232, 233, 201, 201, 233, 234, 202, 202, 234, 235, 203, 203, 235, 236, 204, 204, 236, 237, 205, 205, 237, 238, 206, 206, 238, 239, 207, 207, 239, 240, 208, 208, 240, 241, 209, 209, 241, 242, 210, 210, 242, 243, 211, 211, 243, 244, 212, 212, 244, 245, 213, 213, 245, 246, 214, 214, 246, 247, 215, 215, 247, 248, 216, 216, 248, 249, 217, 217, 249, 250, 218, 218, 250, 251, 219, 219, 251, 252, 220, 220, 252, 253, 221, 221, 253, 254, 222, 222, 254, 255, 223, 223, 255, 224, 192, 224, 256, 257, 225, 225, 257, 258, 226, 226, 258, 259, 227, 227, 259, 260, 228, 228, 260, 261, 229, 229, 261, 262, 230, 230, 262, 263, 231, 231, 263, 264, 232, 232, 264, 265, 233, 233, 265, 266, 234, 234, 266, 267, 235, 235, 267, 268, 236, 236, 268, 269, 237, 237, 269, 270, 238, 238, 270, 271, 239, 239, 271, 272, 240, 240, 272, 273, 241, 241, 273, 274, 242, 242, 274, 275, 243, 243, 275, 276, 244, 244, 276, 277, 245, 245, 277, 278, 246, 246, 278, 279, 247, 247, 279, 280, 248, 248, 280, 281, 249, 249, 281, 282, 250, 250, 282, 283, 251, 251, 283, 284, 252, 252, 284, 285, 253, 253, 285, 286, 254, 254, 286, 287, 255, 255, 287, 256, 224, 256, 288, 289, 257, 257, 289, 290, 258, 258, 290, 291, 259, 259, 291, 292, 260, 260, 292, 293, 261, 261, 293, 294, 262, 262, 294, 295, 263, 263, 295, 296, 264, 264, 296, 297, 265, 265, 297, 298, 266, 266, 298, 299, 267, 267, 299, 300, 268, 268, 300, 301, 269, 269, 301, 302, 270, 270, 302, 303, 271, 271, 303, 304, 272, 272, 304, 305, 273, 273, 305, 306, 274, 274, 306, 307, 275, 275, 307, 308, 276, 276, 308, 309, 277, 277, 309, 310, 278, 278, 310, 311, 279, 279, 311, 312, 280, 280, 312, 313, 281, 281, 313, 314, 282, 282, 314, 315, 283, 283, 315, 316, 284, 284, 316, 317, 285, 285, 317, 318, 286, 286, 318, 319, 287, 287, 319, 288, 256, 288, 320, 321, 289, 289, 321, 322, 290, 290, 322, 323, 291, 291, 323, 324, 292, 292, 324, 325, 293, 293, 325, 326, 294, 294, 326, 327, 295, 295, 327, 328, 296, 296, 328, 329, 297, 297, 329, 330, 298, 298, 330, 331, 299, 299, 331, 332, 300, 300, 332, 333, 301, 301, 333, 334, 302, 302, 334, 335, 303, 303, 335, 336, 304, 304, 336, 337, 305, 305, 337, 338, 306, 306, 338, 339, 307, 307, 339, 340, 308, 308, 340, 341, 309, 309, 341, 342, 310, 310, 342, 343, 311, 311, 343, 344, 312, 312, 344, 345, 313, 313, 345, 346, 314, 314, 346, 347, 315, 315, 347, 348, 316, 316, 348, 349, 317, 317, 349, 350, 318, 318, 350, 351, 319, 319, 351, 320, 288, 320, 352, 353, 321, 321, 353, 354, 322, 322, 354, 355, 323, 323, 355, 356, 324, 324, 356, 357, 325, 325, 357, 358, 326, 326, 358, 359, 327, 327, 359, 360, 328, 328, 360, 361, 329, 329, 361, 362, 330, 330, 362, 363, 331, 331, 363, 364, 332, 332, 364, 365, 333, 333, 365, 366, 334, 334, 366, 367, 335, 335, 367, 368, 336, 336, 368, 369, 337, 337, 369, 370, 338, 338, 370, 371, 339, 339, 371, 372, 340, 340, 372, 373, 341, 341, 373, 374, 342, 342, 374, 375, 343, 343, 375, 376, 344, 344, 376, 377, 345, 345, 377, 378, 346, 346, 378, 379, 347, 347, 379, 380, 348, 348, 380, 381, 349, 349, 381, 382, 350, 350, 382, 383, 351, 351, 383, 352, 320, 352, 384, 385, 353, 353, 385, 386, 354, 354, 386, 387, 355, 355, 387, 388, 356, 356, 388, 389, 357, 357, 389, 390, 358, 358, 390, 391, 359, 359, 391, 392, 360, 360, 392, 393, 361, 361, 393, 394, 362, 362, 394, 395, 363, 363, 395, 396, 364, 364, 396, 397, 365, 365, 397, 398, 366, 366, 398, 399, 367, 367, 399, 400, 368, 368, 400, 401, 369, 369, 401, 402, 370, 370, 402, 403, 371, 371, 403, 404, 372, 372, 404, 405, 373, 373, 405, 406, 374, 374, 406, 407, 375, 375, 407, 408, 376, 376, 408, 409, 377, 377, 409, 410, 378, 378, 410, 411, 379, 379, 411, 412, 380, 380, 412, 413, 381, 381, 413, 414, 382, 382, 414, 415, 383, 383, 415, 384, 352, 384, 416, 417, 385, 385, 417, 418, 386, 386, 418, 419, 387, 387, 419, 420, 388, 388, 420, 421, 389, 389, 421, 422, 390, 390, 422, 423, 391, 391, 423, 424, 392, 392, 424, 425, 393, 393, 425, 426, 394, 394, 426, 427, 395, 395, 427, 428, 396, 396, 428, 429, 397, 397, 429, 430, 398, 398, 430, 431, 399, 399, 431, 432, 400, 400, 432, 433, 401, 401, 433, 434, 402, 402, 434, 435, 403, 403, 435, 436, 404, 404, 436, 437, 405, 405, 437, 438, 406, 406, 438, 439, 407, 407, 439, 440, 408, 408, 440, 441, 409, 409, 441, 442, 410, 410, 442, 443, 411, 411, 443, 444, 412, 412, 444, 445, 413, 413, 445, 446, 414, 414, 446, 447, 415, 415, 447, 416, 384, 416, 448, 449, 417, 417, 449, 450, 418, 418, 450, 451, 419, 419, 451, 452, 420, 420, 452, 453, 421, 421, 453, 454, 422, 422, 454, 455, 423, 423, 455, 456, 424, 424, 456, 457, 425, 425, 457, 458, 426, 426, 458, 459, 427, 427, 459, 460, 428, 428, 460, 461, 429, 429, 461, 462, 430, 430, 462, 463, 431, 431, 463, 464, 432, 432, 464, 465, 433, 433, 465, 466, 434, 434, 466, 467, 435, 435, 467, 468, 436, 436, 468, 469, 437, 437, 469, 470, 438, 438, 470, 471, 439, 439, 471, 472, 440, 440, 472, 473, 441, 441, 473, 474, 442, 442, 474, 475, 443, 443, 475, 476, 444, 444, 476, 477, 445, 445, 477, 478, 446, 446, 478, 479, 447, 447, 479, 448, 416, 448, 480, 481, 449, 449, 481, 482, 450, 450, 482, 483, 451, 451, 483, 484, 452, 452, 484, 485, 453, 453, 485, 486, 454, 454, 486, 487, 455, 455, 487, 488, 456, 456, 488, 489, 457, 457, 489, 490, 458, 458, 490, 491, 459, 459, 491, 492, 460, 460, 492, 493, 461, 461, 493, 494, 462, 462, 494, 495, 463, 463, 495, 496, 464, 464, 496, 497, 465, 465, 497, 498, 466, 466, 498, 499, 467, 467, 499, 500, 468, 468, 500, 501, 469, 469, 501, 502, 470, 470, 502, 503, 471, 471, 503, 504, 472, 472, 504, 505, 473, 473, 505, 506, 474, 474, 506, 507, 475, 475, 507, 508, 476, 476, 508, 509, 477, 477, 509, 510, 478, 478, 510, 511, 479, 479, 511, 480, 448, 480, 512, 513, 481, 481, 513, 514, 482, 482, 514, 515, 483, 483, 515, 516, 484, 484, 516, 517, 485, 485, 517, 518, 486, 486, 518, 519, 487, 487, 519, 520, 488, 488, 520, 521, 489, 489, 521, 522, 490, 490, 522, 523, 491, 491, 523, 524, 492, 492, 524, 525, 493, 493, 525, 526, 494, 494, 526, 527, 495, 495, 527, 528, 496, 496, 528, 529, 497, 497, 529, 530, 498, 498, 530, 531, 499, 499, 531, 532, 500, 500, 532, 533, 501, 501, 533, 534, 502, 502, 534, 535, 503, 503, 535, 536, 504, 504, 536, 537, 505, 505, 537, 538, 506, 506, 538, 539, 507, 507, 539, 540, 508, 508, 540, 541, 509, 509, 541, 542, 510, 510, 542, 543, 511, 511, 543, 512, 480, 512, 544, 545, 513, 513, 545, 546, 514, 514, 546, 547, 515, 515, 547, 548, 516, 516, 548, 549, 517, 517, 549, 550, 518, 518, 550, 551, 519, 519, 551, 552, 520, 520, 552, 553, 521, 521, 553, 554, 522, 522, 554, 555, 523, 523, 555, 556, 524, 524, 556, 557, 525, 525, 557, 558, 526, 526, 558, 559, 527, 527, 559, 560, 528, 528, 560, 561, 529, 529, 561, 562, 530, 530, 562, 563, 531, 531, 563, 564, 532, 532, 564, 565, 533, 533, 565, 566, 534, 534, 566, 567, 535, 535, 567, 568, 536, 536, 568, 569, 537, 537, 569, 570, 538, 538, 570, 571, 539, 539, 571, 572, 540, 540, 572, 573, 541, 541, 573, 574, 542, 542, 574, 575, 543, 543, 575, 544, 512, 544, 576, 577, 545, 545, 577, 578, 546, 546, 578, 579, 547, 547, 579, 580, 548, 548, 580, 581, 549, 549, 581, 582, 550, 550, 582, 583, 551, 551, 583, 584, 552, 552, 584, 585, 553, 553, 585, 586, 554, 554, 586, 587, 555, 555, 587, 588, 556, 556, 588, 589, 557, 557, 589, 590, 558, 558, 590, 591, 559, 559, 591, 592, 560, 560, 592, 593, 561, 561, 593, 594, 562, 562, 594, 595, 563, 563, 595, 596, 564, 564, 596, 597, 565, 565, 597, 598, 566, 566, 598, 599, 567, 567, 599, 600, 568, 568, 600, 601, 569, 569, 601, 602, 570, 570, 602, 603, 571, 571, 603, 604, 572, 572, 604, 605, 573, 573, 605, 606, 574, 574, 606, 607, 575, 575, 607, 576, 544, 576, 608, 609, 577, 577, 609, 610, 578, 578, 610, 611, 579, 579, 611, 612, 580, 580, 612, 613, 581, 581, 613, 614, 582, 582, 614, 615, 583, 583, 615, 616, 584, 584, 616, 617, 585, 585, 617, 618, 586, 586, 618, 619, 587, 587, 619, 620, 588, 588, 620, 621, 589, 589, 621, 622, 590, 590, 622, 623, 591, 591, 623, 624, 592, 592, 624, 625, 593, 593, 625, 626, 594, 594, 626, 627, 595, 595, 627, 628, 596, 596, 628, 629, 597, 597, 629, 630, 598, 598, 630, 631, 599, 599, 631, 632, 600, 600, 632, 633, 601, 601, 633, 634, 602, 602, 634, 635, 603, 603, 635, 636, 604, 604, 636, 637, 605, 605, 637, 638, 606, 606, 638, 639, 607, 607, 639, 608, 576, 608, 640, 641, 609, 609, 641, 642, 610, 610, 642, 643, 611, 611, 643, 644, 612, 612, 644, 645, 613, 613, 645, 646, 614, 614, 646, 647, 615, 615, 647, 648, 616, 616, 648, 649, 617, 617, 649, 650, 618, 618, 650, 651, 619, 619, 651, 652, 620, 620, 652, 653, 621, 621, 653, 654, 622, 622, 654, 655, 623, 623, 655, 656, 624, 624, 656, 657, 625, 625, 657, 658, 626, 626, 658, 659, 627, 627, 659, 660, 628, 628, 660, 661, 629, 629, 661, 662, 630, 630, 662, 663, 631, 631, 663, 664, 632, 632, 664, 665, 633, 633, 665, 666, 634, 634, 666, 667, 635, 635, 667, 668, 636, 636, 668, 669, 637, 637, 669, 670, 638, 638, 670, 671, 639, 639, 671, 640, 608, 640, 672, 673, 641, 641, 673, 674, 642, 642, 674, 675, 643, 643, 675, 676, 644, 644, 676, 677, 645, 645, 677, 678, 646, 646, 678, 679, 647, 647, 679, 680, 648, 648, 680, 681, 649, 649, 681, 682, 650, 650, 682, 683, 651, 651, 683, 684, 652, 652, 684, 685, 653, 653, 685, 686, 654, 654, 686, 687, 655, 655, 687, 688, 656, 656, 688, 689, 657, 657, 689, 690, 658, 658, 690, 691, 659, 659, 691, 692, 660, 660, 692, 693, 661, 661, 693, 694, 662, 662, 694, 695, 663, 663, 695, 696, 664, 664, 696, 697, 665, 665, 697, 698, 666, 666, 698, 699, 667, 667, 699, 700, 668, 668, 700, 701, 669, 669, 701, 702, 670, 670, 702, 703, 671, 671, 703, 672, 640, 672, 704, 705, 673, 673, 705, 706, 674, 674, 706, 707, 675, 675, 707, 708, 676, 676, 708, 709, 677, 677, 709, 710, 678, 678, 710, 711, 679, 679, 711, 712, 680, 680, 712, 713, 681, 681, 713, 714, 682, 682, 714, 715, 683, 683, 715, 716, 684, 684, 716, 717, 685, 685, 717, 718, 686, 686, 718, 719, 687, 687, 719, 720, 688, 688, 720, 721, 689, 689, 721, 722, 690, 690, 722, 723, 691, 691, 723, 724, 692, 692, 724, 725, 693, 693, 725, 726, 694, 694, 726, 727, 695, 695, 727, 728, 696, 696, 728, 729, 697, 697, 729, 730, 698, 698, 730, 731, 699, 699, 731, 732, 700, 700, 732, 733, 701, 701, 733, 734, 702, 702, 734, 735, 703, 703, 735, 704, 672, 704, 736, 737, 705, 705, 737, 738, 706, 706, 738, 739, 707, 707, 739, 740, 708, 708, 740, 741, 709, 709, 741, 742, 710, 710, 742, 743, 711, 711, 743, 744, 712, 712, 744, 745, 713, 713, 745, 746, 714, 714, 746, 747, 715, 715, 747, 748, 716, 716, 748, 749, 717, 717, 749, 750, 718, 718, 750, 751, 719, 719, 751, 752, 720, 720, 752, 753, 721, 721, 753, 754, 722, 722, 754, 755, 723, 723, 755, 756, 724, 724, 756, 757, 725, 725, 757, 758, 726, 726, 758, 759, 727, 727, 759, 760, 728, 728, 760, 761, 729, 729, 761, 762, 730, 730, 762, 763, 731, 731, 763, 764, 732, 732, 764, 765, 733, 733, 765, 766, 734, 734, 766, 767, 735, 735, 767, 736, 704, 736, 768, 769, 737, 737, 769, 770, 738, 738, 770, 771, 739, 739, 771, 772, 740, 740, 772, 773, 741, 741, 773, 774, 742, 742, 774, 775, 743, 743, 775, 776, 744, 744, 776, 777, 745, 745, 777, 778, 746, 746, 778, 779, 747, 747, 779, 780, 748, 748, 780, 781, 749, 749, 781, 782, 750, 750, 782, 783, 751, 751, 783, 784, 752, 752, 784, 785, 753, 753, 785, 786, 754, 754, 786, 787, 755, 755, 787, 788, 756, 756, 788, 789, 757, 757, 789, 790, 758, 758, 790, 791, 759, 759, 791, 792, 760, 760, 792, 793, 761, 761, 793, 794, 762, 762, 794, 795, 763, 763, 795, 796, 764, 764, 796, 797, 765, 765, 797, 798, 766, 766, 798, 799, 767, 767, 799, 768, 736, 768, 800, 801, 769, 769, 801, 802, 770, 770, 802, 803, 771, 771, 803, 804, 772, 772, 804, 805, 773, 773, 805, 806, 774, 774, 806, 807, 775, 775, 807, 808, 776, 776, 808, 809, 777, 777, 809, 810, 778, 778, 810, 811, 779, 779, 811, 812, 780, 780, 812, 813, 781, 781, 813, 814, 782, 782, 814, 815, 783, 783, 815, 816, 784, 784, 816, 817, 785, 785, 817, 818, 786, 786, 818, 819, 787, 787, 819, 820, 788, 788, 820, 821, 789, 789, 821, 822, 790, 790, 822, 823, 791, 791, 823, 824, 792, 792, 824, 825, 793, 793, 825, 826, 794, 794, 826, 827, 795, 795, 827, 828, 796, 796, 828, 829, 797, 797, 829, 830, 798, 798, 830, 831, 799, 799, 831, 800, 768, 800, 832, 833, 801, 801, 833, 834, 802, 802, 834, 835, 803, 803, 835, 836, 804, 804, 836, 837, 805, 805, 837, 838, 806, 806, 838, 839, 807, 807, 839, 840, 808, 808, 840, 841, 809, 809, 841, 842, 810, 810, 842, 843, 811, 811, 843, 844, 812, 812, 844, 845, 813, 813, 845, 846, 814, 814, 846, 847, 815, 815, 847, 848, 816, 816, 848, 849, 817, 817, 849, 850, 818, 818, 850, 851, 819, 819, 851, 852, 820, 820, 852, 853, 821, 821, 853, 854, 822, 822, 854, 855, 823, 823, 855, 856, 824, 824, 856, 857, 825, 825, 857, 858, 826, 826, 858, 859, 827, 827, 859, 860, 828, 828, 860, 861, 829, 829, 861, 862, 830, 830, 862, 863, 831, 831, 863, 832, 800, 832, 864, 865, 833, 833, 865, 866, 834, 834, 866, 867, 835, 835, 867, 868, 836, 836, 868, 869, 837, 837, 869, 870, 838, 838, 870, 871, 839, 839, 871, 872, 840, 840, 872, 873, 841, 841, 873, 874, 842, 842, 874, 875, 843, 843, 875, 876, 844, 844, 876, 877, 845, 845, 877, 878, 846, 846, 878, 879, 847, 847, 879, 880, 848, 848, 880, 881, 849, 849, 881, 882, 850, 850, 882, 883, 851, 851, 883, 884, 852, 852, 884, 885, 853, 853, 885, 886, 854, 854, 886, 887, 855, 855, 887, 888, 856, 856, 888, 889, 857, 857, 889, 890, 858, 858, 890, 891, 859, 859, 891, 892, 860, 860, 892, 893, 861, 861, 893, 894, 862, 862, 894, 895, 863, 863, 895, 864, 832, 864, 896, 897, 865, 865, 897, 898, 866, 866, 898, 899, 867, 867, 899, 900, 868, 868, 900, 901, 869, 869, 901, 902, 870, 870, 902, 903, 871, 871, 903, 904, 872, 872, 904, 905, 873, 873, 905, 906, 874, 874, 906, 907, 875, 875, 907, 908, 876, 876, 908, 909, 877, 877, 909, 910, 878, 878, 910, 911, 879, 879, 911, 912, 880, 880, 912, 913, 881, 881, 913, 914, 882, 882, 914, 915, 883, 883, 915, 916, 884, 884, 916, 917, 885, 885, 917, 918, 886, 886, 918, 919, 887, 887, 919, 920, 888, 888, 920, 921, 889, 889, 921, 922, 890, 890, 922, 923, 891, 891, 923, 924, 892, 892, 924, 925, 893, 893, 925, 926, 894, 894, 926, 927, 895, 895, 927, 896, 864, 896, 928, 929, 897, 897, 929, 930, 898, 898, 930, 931, 899, 899, 931, 932, 900, 900, 932, 933, 901, 901, 933, 934, 902, 902, 934, 935, 903, 903, 935, 936, 904, 904, 936, 937, 905, 905, 937, 938, 906, 906, 938, 939, 907, 907, 939, 940, 908, 908, 940, 941, 909, 909, 941, 942, 910, 910, 942, 943, 911, 911, 943, 944, 912, 912, 944, 945, 913, 913, 945, 946, 914, 914, 946, 947, 915, 915, 947, 948, 916, 916, 948, 949, 917, 917, 949, 950, 918, 918, 950, 951, 919, 919, 951, 952, 920, 920, 952, 953, 921, 921, 953, 954, 922, 922, 954, 955, 923, 923, 955, 956, 924, 924, 956, 957, 925, 925, 957, 958, 926, 926, 958, 959, 927, 927, 959, 928, 896, 928, 960, 961, 929, 929, 961, 962, 930, 930, 962, 963, 931, 931, 963, 964, 932, 932, 964, 965, 933, 933, 965, 966, 934, 934, 966, 967, 935, 935, 967, 968, 936, 936, 968, 969, 937, 937, 969, 970, 938, 938, 970, 971, 939, 939, 971, 972, 940, 940, 972, 973, 941, 941, 973, 974, 942, 942, 974, 975, 943, 943, 975, 976, 944, 944, 976, 977, 945, 945, 977, 978, 946, 946, 978, 979, 947, 947, 979, 980, 948, 948, 980, 981, 949, 949, 981, 982, 950, 950, 982, 983, 951, 951, 983, 984, 952, 952, 984, 985, 953, 953, 985, 986, 954, 954, 986, 987, 955, 955, 987, 988, 956, 956, 988, 989, 957, 957, 989, 990, 958, 958, 990, 991, 959, 959, 991, 960, 928, 960, 992, 993, 961, 961, 993, 994, 962, 962, 994, 995, 963, 963, 995, 996, 964, 964, 996, 997, 965, 965, 997, 998, 966, 966, 998, 999, 967, 967, 999, 1000, 968, 968, 1000, 1001, 969, 969, 1001, 1002, 970, 970, 1002, 1003, 971, 971, 1003, 1004, 972, 972, 1004, 1005, 973, 973, 1005, 1006, 974, 974, 1006, 1007, 975, 975, 1007, 1008, 976, 976, 1008, 1009, 977, 977, 1009, 1010, 978, 978, 1010, 1011, 979, 979, 1011, 1012, 980, 980, 1012, 1013, 981, 981, 1013, 1014, 982, 982, 1014, 1015, 983, 983, 1015, 1016, 984, 984, 1016, 1017, 985, 985, 1017, 1018, 986, 986, 1018, 1019, 987, 987, 1019, 1020, 988, 988, 1020, 1021, 989, 989, 1021, 1022, 990, 990, 1022, 1023, 991, 991, 1023, 992, 960, 992, 0, 1, 993, 993, 1, 2, 994, 994, 2, 3, 995, 995, 3, 4, 996, 996, 4, 5, 997, 997, 5, 6, 998, 998, 6, 7, 999, 999, 7, 8, 1000, 1000, 8, 9, 1001, 1001, 9, 10, 1002, 1002, 10, 11, 1003, 1003, 11, 12, 1004, 1004, 12, 13, 1005, 1005, 13, 14, 1006, 1006, 14, 15, 1007, 1007, 15, 16, 1008, 1008, 16, 17, 1009, 1009, 17, 18, 1010, 1010, 18, 19, 1011, 1011, 19, 20, 1012, 1012, 20, 21, 1013, 1013, 21, 22, 1014, 1014, 22, 23, 1015, 1015, 23, 24, 1016, 1016, 24, 25, 1017, 1017, 25, 26, 1018, 1018, 26, 27, 1019, 1019, 27, 28, 1020, 1020, 28, 29, 1021, 1021, 29, 30, 1022, 1022, 30, 31, 1023, 1023, 31, 0, 992] normal3f[] normals = [(0, -1, 0), (0.19509034, -0.9807853, 0), (0.19134173, -0.9807853, 0.038060237), (0, -1, 0), (0, -1, 0), (0.19134173, -0.9807853, 0.038060237), (0.18023998, -0.9807853, 0.07465784), (0, -1, 0), (0, -1, 0), (0.18023998, -0.9807853, 0.07465784), (0.16221169, -0.9807853, 0.10838638), (0, -1, 0), (0, -1, 0), (0.16221169, -0.9807853, 0.10838638), (0.1379497, -0.9807853, 0.1379497), (0, -1, 0), (0, -1, 0), (0.1379497, -0.9807853, 0.1379497), (0.10838638, -0.9807853, 0.16221169), (0, -1, 0), (0, -1, 0), (0.10838638, -0.9807853, 0.16221169), (0.07465784, -0.9807853, 0.18023998), (0, -1, 0), (0, -1, 0), (0.07465784, -0.9807853, 0.18023998), (0.038060237, -0.9807853, 0.19134173), (0, -1, 0), (0, -1, 0), (0.038060237, -0.9807853, 0.19134173), (1.1945838e-17, -0.9807853, 0.19509034), (0, -1, 0), (0, -1, 0), (1.1945838e-17, -0.9807853, 0.19509034), (-0.038060237, -0.9807853, 0.19134173), (0, -1, 0), (0, -1, 0), (-0.038060237, -0.9807853, 0.19134173), (-0.07465784, -0.9807853, 0.18023998), (0, -1, 0), (0, -1, 0), (-0.07465784, -0.9807853, 0.18023998), (-0.10838638, -0.9807853, 0.16221169), (0, -1, 0), (0, -1, 0), (-0.10838638, -0.9807853, 0.16221169), (-0.1379497, -0.9807853, 0.1379497), (0, -1, 0), (0, -1, 0), (-0.1379497, -0.9807853, 0.1379497), (-0.16221169, -0.9807853, 0.10838638), (0, -1, 0), (0, -1, 0), (-0.16221169, -0.9807853, 0.10838638), (-0.18023998, -0.9807853, 0.07465784), (0, -1, 0), (0, -1, 0), (-0.18023998, -0.9807853, 0.07465784), (-0.19134173, -0.9807853, 0.038060237), (0, -1, 0), (0, -1, 0), (-0.19134173, -0.9807853, 0.038060237), (-0.19509034, -0.9807853, 2.3891676e-17), (0, -1, 0), (0, -1, 0), (-0.19509034, -0.9807853, 2.3891676e-17), (-0.19134173, -0.9807853, -0.038060237), (0, -1, 0), (0, -1, 0), (-0.19134173, -0.9807853, -0.038060237), (-0.18023998, -0.9807853, -0.07465784), (0, -1, 0), (0, -1, 0), (-0.18023998, -0.9807853, -0.07465784), (-0.16221169, -0.9807853, -0.10838638), (0, -1, 0), (0, -1, 0), (-0.16221169, -0.9807853, -0.10838638), (-0.1379497, -0.9807853, -0.1379497), (0, -1, 0), (0, -1, 0), (-0.1379497, -0.9807853, -0.1379497), (-0.10838638, -0.9807853, -0.16221169), (0, -1, 0), (0, -1, 0), (-0.10838638, -0.9807853, -0.16221169), (-0.07465784, -0.9807853, -0.18023998), (0, -1, 0), (0, -1, 0), (-0.07465784, -0.9807853, -0.18023998), (-0.038060237, -0.9807853, -0.19134173), (0, -1, 0), (0, -1, 0), (-0.038060237, -0.9807853, -0.19134173), (-3.5837514e-17, -0.9807853, -0.19509034), (0, -1, 0), (0, -1, 0), (-3.5837514e-17, -0.9807853, -0.19509034), (0.038060237, -0.9807853, -0.19134173), (0, -1, 0), (0, -1, 0), (0.038060237, -0.9807853, -0.19134173), (0.07465784, -0.9807853, -0.18023998), (0, -1, 0), (0, -1, 0), (0.07465784, -0.9807853, -0.18023998), (0.10838638, -0.9807853, -0.16221169), (0, -1, 0), (0, -1, 0), (0.10838638, -0.9807853, -0.16221169), (0.1379497, -0.9807853, -0.1379497), (0, -1, 0), (0, -1, 0), (0.1379497, -0.9807853, -0.1379497), (0.16221169, -0.9807853, -0.10838638), (0, -1, 0), (0, -1, 0), (0.16221169, -0.9807853, -0.10838638), (0.18023998, -0.9807853, -0.07465784), (0, -1, 0), (0, -1, 0), (0.18023998, -0.9807853, -0.07465784), (0.19134173, -0.9807853, -0.038060237), (0, -1, 0), (0, -1, 0), (0.19134173, -0.9807853, -0.038060237), (0.19509034, -0.9807853, 0), (0, -1, 0), (0.19509034, -0.9807853, 0), (0.38268346, -0.92387956, 0), (0.3753303, -0.92387956, 0.07465784), (0.19134173, -0.9807853, 0.038060237), (0.19134173, -0.9807853, 0.038060237), (0.3753303, -0.92387956, 0.07465784), (0.3535534, -0.92387956, 0.14644663), (0.18023998, -0.9807853, 0.07465784), (0.18023998, -0.9807853, 0.07465784), (0.3535534, -0.92387956, 0.14644663), (0.31818968, -0.92387956, 0.21260753), (0.16221169, -0.9807853, 0.10838638), (0.16221169, -0.9807853, 0.10838638), (0.31818968, -0.92387956, 0.21260753), (0.27059808, -0.92387956, 0.27059808), (0.1379497, -0.9807853, 0.1379497), (0.1379497, -0.9807853, 0.1379497), (0.27059808, -0.92387956, 0.27059808), (0.21260753, -0.92387956, 0.31818968), (0.10838638, -0.9807853, 0.16221169), (0.10838638, -0.9807853, 0.16221169), (0.21260753, -0.92387956, 0.31818968), (0.14644663, -0.92387956, 0.3535534), (0.07465784, -0.9807853, 0.18023998), (0.07465784, -0.9807853, 0.18023998), (0.14644663, -0.92387956, 0.3535534), (0.074657835, -0.9238795, 0.37533027), (0.038060237, -0.9807853, 0.19134173), (0.038060237, -0.9807853, 0.19134173), (0.074657835, -0.9238795, 0.37533027), (2.3432604e-17, -0.92387956, 0.38268346), (1.1945838e-17, -0.9807853, 0.19509034), (1.1945838e-17, -0.9807853, 0.19509034), (2.3432604e-17, -0.92387956, 0.38268346), (-0.074657835, -0.9238795, 0.37533027), (-0.038060237, -0.9807853, 0.19134173), (-0.038060237, -0.9807853, 0.19134173), (-0.074657835, -0.9238795, 0.37533027), (-0.14644663, -0.92387956, 0.3535534), (-0.07465784, -0.9807853, 0.18023998), (-0.07465784, -0.9807853, 0.18023998), (-0.14644663, -0.92387956, 0.3535534), (-0.21260753, -0.92387956, 0.31818968), (-0.10838638, -0.9807853, 0.16221169), (-0.10838638, -0.9807853, 0.16221169), (-0.21260753, -0.92387956, 0.31818968), (-0.27059808, -0.92387956, 0.27059808), (-0.1379497, -0.9807853, 0.1379497), (-0.1379497, -0.9807853, 0.1379497), (-0.27059808, -0.92387956, 0.27059808), (-0.31818968, -0.92387956, 0.21260753), (-0.16221169, -0.9807853, 0.10838638), (-0.16221169, -0.9807853, 0.10838638), (-0.31818968, -0.92387956, 0.21260753), (-0.3535534, -0.92387956, 0.14644663), (-0.18023998, -0.9807853, 0.07465784), (-0.18023998, -0.9807853, 0.07465784), (-0.3535534, -0.92387956, 0.14644663), (-0.3753303, -0.92387956, 0.07465784), (-0.19134173, -0.9807853, 0.038060237), (-0.19134173, -0.9807853, 0.038060237), (-0.3753303, -0.92387956, 0.07465784), (-0.38268346, -0.92387956, 4.6865208e-17), (-0.19509034, -0.9807853, 2.3891676e-17), (-0.19509034, -0.9807853, 2.3891676e-17), (-0.38268346, -0.92387956, 4.6865208e-17), (-0.3753303, -0.92387956, -0.07465784), (-0.19134173, -0.9807853, -0.038060237), (-0.19134173, -0.9807853, -0.038060237), (-0.3753303, -0.92387956, -0.07465784), (-0.3535534, -0.92387956, -0.14644663), (-0.18023998, -0.9807853, -0.07465784), (-0.18023998, -0.9807853, -0.07465784), (-0.3535534, -0.92387956, -0.14644663), (-0.31818968, -0.92387956, -0.21260753), (-0.16221169, -0.9807853, -0.10838638), (-0.16221169, -0.9807853, -0.10838638), (-0.31818968, -0.92387956, -0.21260753), (-0.27059808, -0.92387956, -0.27059808), (-0.1379497, -0.9807853, -0.1379497), (-0.1379497, -0.9807853, -0.1379497), (-0.27059808, -0.92387956, -0.27059808), (-0.21260753, -0.92387956, -0.31818968), (-0.10838638, -0.9807853, -0.16221169), (-0.10838638, -0.9807853, -0.16221169), (-0.21260753, -0.92387956, -0.31818968), (-0.14644663, -0.92387956, -0.3535534), (-0.07465784, -0.9807853, -0.18023998), (-0.07465784, -0.9807853, -0.18023998), (-0.14644663, -0.92387956, -0.3535534), (-0.074657835, -0.9238795, -0.37533027), (-0.038060237, -0.9807853, -0.19134173), (-0.038060237, -0.9807853, -0.19134173), (-0.074657835, -0.9238795, -0.37533027), (-7.029781e-17, -0.92387956, -0.38268346), (-3.5837514e-17, -0.9807853, -0.19509034), (-3.5837514e-17, -0.9807853, -0.19509034), (-7.029781e-17, -0.92387956, -0.38268346), (0.074657835, -0.9238795, -0.37533027), (0.038060237, -0.9807853, -0.19134173), (0.038060237, -0.9807853, -0.19134173), (0.074657835, -0.9238795, -0.37533027), (0.14644663, -0.92387956, -0.3535534), (0.07465784, -0.9807853, -0.18023998), (0.07465784, -0.9807853, -0.18023998), (0.14644663, -0.92387956, -0.3535534), (0.21260753, -0.92387956, -0.31818968), (0.10838638, -0.9807853, -0.16221169), (0.10838638, -0.9807853, -0.16221169), (0.21260753, -0.92387956, -0.31818968), (0.27059808, -0.92387956, -0.27059808), (0.1379497, -0.9807853, -0.1379497), (0.1379497, -0.9807853, -0.1379497), (0.27059808, -0.92387956, -0.27059808), (0.31818968, -0.92387956, -0.21260753), (0.16221169, -0.9807853, -0.10838638), (0.16221169, -0.9807853, -0.10838638), (0.31818968, -0.92387956, -0.21260753), (0.3535534, -0.92387956, -0.14644663), (0.18023998, -0.9807853, -0.07465784), (0.18023998, -0.9807853, -0.07465784), (0.3535534, -0.92387956, -0.14644663), (0.3753303, -0.92387956, -0.07465784), (0.19134173, -0.9807853, -0.038060237), (0.19134173, -0.9807853, -0.038060237), (0.3753303, -0.92387956, -0.07465784), (0.38268346, -0.92387956, 0), (0.19509034, -0.9807853, 0), (0.38268346, -0.92387956, 0), (0.55557024, -0.8314696, 0), (0.5448951, -0.8314696, 0.108386375), (0.3753303, -0.92387956, 0.07465784), (0.3753303, -0.92387956, 0.07465784), (0.5448951, -0.8314696, 0.108386375), (0.51328, -0.8314696, 0.21260752), (0.3535534, -0.92387956, 0.14644663), (0.3535534, -0.92387956, 0.14644663), (0.51328, -0.8314696, 0.21260752), (0.46193978, -0.83146966, 0.3086583), (0.31818968, -0.92387956, 0.21260753), (0.31818968, -0.92387956, 0.21260753), (0.46193978, -0.83146966, 0.3086583), (0.3928475, -0.83146966, 0.3928475), (0.27059808, -0.92387956, 0.27059808), (0.27059808, -0.92387956, 0.27059808), (0.3928475, -0.83146966, 0.3928475), (0.3086583, -0.83146966, 0.46193978), (0.21260753, -0.92387956, 0.31818968), (0.21260753, -0.92387956, 0.31818968), (0.3086583, -0.83146966, 0.46193978), (0.21260752, -0.8314696, 0.51328), (0.14644663, -0.92387956, 0.3535534), (0.14644663, -0.92387956, 0.3535534), (0.21260752, -0.8314696, 0.51328), (0.108386375, -0.8314696, 0.5448951), (0.074657835, -0.9238795, 0.37533027), (0.074657835, -0.9238795, 0.37533027), (0.108386375, -0.8314696, 0.5448951), (3.4018865e-17, -0.8314696, 0.55557024), (2.3432604e-17, -0.92387956, 0.38268346), (2.3432604e-17, -0.92387956, 0.38268346), (3.4018865e-17, -0.8314696, 0.55557024), (-0.108386375, -0.8314696, 0.5448951), (-0.074657835, -0.9238795, 0.37533027), (-0.074657835, -0.9238795, 0.37533027), (-0.108386375, -0.8314696, 0.5448951), (-0.21260752, -0.8314696, 0.51328), (-0.14644663, -0.92387956, 0.3535534), (-0.14644663, -0.92387956, 0.3535534), (-0.21260752, -0.8314696, 0.51328), (-0.3086583, -0.83146966, 0.46193978), (-0.21260753, -0.92387956, 0.31818968), (-0.21260753, -0.92387956, 0.31818968), (-0.3086583, -0.83146966, 0.46193978), (-0.3928475, -0.83146966, 0.3928475), (-0.27059808, -0.92387956, 0.27059808), (-0.27059808, -0.92387956, 0.27059808), (-0.3928475, -0.83146966, 0.3928475), (-0.46193978, -0.83146966, 0.3086583), (-0.31818968, -0.92387956, 0.21260753), (-0.31818968, -0.92387956, 0.21260753), (-0.46193978, -0.83146966, 0.3086583), (-0.51328, -0.8314696, 0.21260752), (-0.3535534, -0.92387956, 0.14644663), (-0.3535534, -0.92387956, 0.14644663), (-0.51328, -0.8314696, 0.21260752), (-0.5448951, -0.8314696, 0.108386375), (-0.3753303, -0.92387956, 0.07465784), (-0.3753303, -0.92387956, 0.07465784), (-0.5448951, -0.8314696, 0.108386375), (-0.55557024, -0.8314696, 6.803773e-17), (-0.38268346, -0.92387956, 4.6865208e-17), (-0.38268346, -0.92387956, 4.6865208e-17), (-0.55557024, -0.8314696, 6.803773e-17), (-0.5448951, -0.8314696, -0.108386375), (-0.3753303, -0.92387956, -0.07465784), (-0.3753303, -0.92387956, -0.07465784), (-0.5448951, -0.8314696, -0.108386375), (-0.51328, -0.8314696, -0.21260752), (-0.3535534, -0.92387956, -0.14644663), (-0.3535534, -0.92387956, -0.14644663), (-0.51328, -0.8314696, -0.21260752), (-0.46193978, -0.83146966, -0.3086583), (-0.31818968, -0.92387956, -0.21260753), (-0.31818968, -0.92387956, -0.21260753), (-0.46193978, -0.83146966, -0.3086583), (-0.3928475, -0.83146966, -0.3928475), (-0.27059808, -0.92387956, -0.27059808), (-0.27059808, -0.92387956, -0.27059808), (-0.3928475, -0.83146966, -0.3928475), (-0.3086583, -0.83146966, -0.46193978), (-0.21260753, -0.92387956, -0.31818968), (-0.21260753, -0.92387956, -0.31818968), (-0.3086583, -0.83146966, -0.46193978), (-0.21260752, -0.8314696, -0.51328), (-0.14644663, -0.92387956, -0.3535534), (-0.14644663, -0.92387956, -0.3535534), (-0.21260752, -0.8314696, -0.51328), (-0.108386375, -0.8314696, -0.5448951), (-0.074657835, -0.9238795, -0.37533027), (-0.074657835, -0.9238795, -0.37533027), (-0.108386375, -0.8314696, -0.5448951), (-1.020566e-16, -0.8314696, -0.55557024), (-7.029781e-17, -0.92387956, -0.38268346), (-7.029781e-17, -0.92387956, -0.38268346), (-1.020566e-16, -0.8314696, -0.55557024), (0.108386375, -0.8314696, -0.5448951), (0.074657835, -0.9238795, -0.37533027), (0.074657835, -0.9238795, -0.37533027), (0.108386375, -0.8314696, -0.5448951), (0.21260752, -0.8314696, -0.51328), (0.14644663, -0.92387956, -0.3535534), (0.14644663, -0.92387956, -0.3535534), (0.21260752, -0.8314696, -0.51328), (0.3086583, -0.83146966, -0.46193978), (0.21260753, -0.92387956, -0.31818968), (0.21260753, -0.92387956, -0.31818968), (0.3086583, -0.83146966, -0.46193978), (0.3928475, -0.83146966, -0.3928475), (0.27059808, -0.92387956, -0.27059808), (0.27059808, -0.92387956, -0.27059808), (0.3928475, -0.83146966, -0.3928475), (0.46193978, -0.83146966, -0.3086583), (0.31818968, -0.92387956, -0.21260753), (0.31818968, -0.92387956, -0.21260753), (0.46193978, -0.83146966, -0.3086583), (0.51328, -0.8314696, -0.21260752), (0.3535534, -0.92387956, -0.14644663), (0.3535534, -0.92387956, -0.14644663), (0.51328, -0.8314696, -0.21260752), (0.5448951, -0.8314696, -0.108386375), (0.3753303, -0.92387956, -0.07465784), (0.3753303, -0.92387956, -0.07465784), (0.5448951, -0.8314696, -0.108386375), (0.55557024, -0.8314696, 0), (0.38268346, -0.92387956, 0), (0.55557024, -0.8314696, 0), (0.7071068, -0.7071068, 0), (0.69351995, -0.70710677, 0.13794969), (0.5448951, -0.8314696, 0.108386375), (0.5448951, -0.8314696, 0.108386375), (0.69351995, -0.70710677, 0.13794969), (0.6532815, -0.70710677, 0.27059805), (0.51328, -0.8314696, 0.21260752), (0.51328, -0.8314696, 0.21260752), (0.6532815, -0.70710677, 0.27059805), (0.58793783, -0.7071068, 0.3928475), (0.46193978, -0.83146966, 0.3086583), (0.46193978, -0.83146966, 0.3086583), (0.58793783, -0.7071068, 0.3928475), (0.5, -0.70710677, 0.5), (0.3928475, -0.83146966, 0.3928475), (0.3928475, -0.83146966, 0.3928475), (0.5, -0.70710677, 0.5), (0.3928475, -0.7071068, 0.58793783), (0.3086583, -0.83146966, 0.46193978), (0.3086583, -0.83146966, 0.46193978), (0.3928475, -0.7071068, 0.58793783), (0.27059805, -0.70710677, 0.6532815), (0.21260752, -0.8314696, 0.51328), (0.21260752, -0.8314696, 0.51328), (0.27059805, -0.70710677, 0.6532815), (0.13794969, -0.70710677, 0.69351995), (0.108386375, -0.8314696, 0.5448951), (0.108386375, -0.8314696, 0.5448951), (0.13794969, -0.70710677, 0.69351995), (4.3297806e-17, -0.7071068, 0.7071068), (3.4018865e-17, -0.8314696, 0.55557024), (3.4018865e-17, -0.8314696, 0.55557024), (4.3297806e-17, -0.7071068, 0.7071068), (-0.13794969, -0.70710677, 0.69351995), (-0.108386375, -0.8314696, 0.5448951), (-0.108386375, -0.8314696, 0.5448951), (-0.13794969, -0.70710677, 0.69351995), (-0.27059805, -0.70710677, 0.6532815), (-0.21260752, -0.8314696, 0.51328), (-0.21260752, -0.8314696, 0.51328), (-0.27059805, -0.70710677, 0.6532815), (-0.3928475, -0.7071068, 0.58793783), (-0.3086583, -0.83146966, 0.46193978), (-0.3086583, -0.83146966, 0.46193978), (-0.3928475, -0.7071068, 0.58793783), (-0.5, -0.70710677, 0.5), (-0.3928475, -0.83146966, 0.3928475), (-0.3928475, -0.83146966, 0.3928475), (-0.5, -0.70710677, 0.5), (-0.58793783, -0.7071068, 0.3928475), (-0.46193978, -0.83146966, 0.3086583), (-0.46193978, -0.83146966, 0.3086583), (-0.58793783, -0.7071068, 0.3928475), (-0.6532815, -0.70710677, 0.27059805), (-0.51328, -0.8314696, 0.21260752), (-0.51328, -0.8314696, 0.21260752), (-0.6532815, -0.70710677, 0.27059805), (-0.69351995, -0.70710677, 0.13794969), (-0.5448951, -0.8314696, 0.108386375), (-0.5448951, -0.8314696, 0.108386375), (-0.69351995, -0.70710677, 0.13794969), (-0.7071068, -0.7071068, 8.659561e-17), (-0.55557024, -0.8314696, 6.803773e-17), (-0.55557024, -0.8314696, 6.803773e-17), (-0.7071068, -0.7071068, 8.659561e-17), (-0.69351995, -0.70710677, -0.13794969), (-0.5448951, -0.8314696, -0.108386375), (-0.5448951, -0.8314696, -0.108386375), (-0.69351995, -0.70710677, -0.13794969), (-0.6532815, -0.70710677, -0.27059805), (-0.51328, -0.8314696, -0.21260752), (-0.51328, -0.8314696, -0.21260752), (-0.6532815, -0.70710677, -0.27059805), (-0.58793783, -0.7071068, -0.3928475), (-0.46193978, -0.83146966, -0.3086583), (-0.46193978, -0.83146966, -0.3086583), (-0.58793783, -0.7071068, -0.3928475), (-0.5, -0.70710677, -0.5), (-0.3928475, -0.83146966, -0.3928475), (-0.3928475, -0.83146966, -0.3928475), (-0.5, -0.70710677, -0.5), (-0.3928475, -0.7071068, -0.58793783), (-0.3086583, -0.83146966, -0.46193978), (-0.3086583, -0.83146966, -0.46193978), (-0.3928475, -0.7071068, -0.58793783), (-0.27059805, -0.70710677, -0.6532815), (-0.21260752, -0.8314696, -0.51328), (-0.21260752, -0.8314696, -0.51328), (-0.27059805, -0.70710677, -0.6532815), (-0.13794969, -0.70710677, -0.69351995), (-0.108386375, -0.8314696, -0.5448951), (-0.108386375, -0.8314696, -0.5448951), (-0.13794969, -0.70710677, -0.69351995), (-1.2989342e-16, -0.7071068, -0.7071068), (-1.020566e-16, -0.8314696, -0.55557024), (-1.020566e-16, -0.8314696, -0.55557024), (-1.2989342e-16, -0.7071068, -0.7071068), (0.13794969, -0.70710677, -0.69351995), (0.108386375, -0.8314696, -0.5448951), (0.108386375, -0.8314696, -0.5448951), (0.13794969, -0.70710677, -0.69351995), (0.27059805, -0.70710677, -0.6532815), (0.21260752, -0.8314696, -0.51328), (0.21260752, -0.8314696, -0.51328), (0.27059805, -0.70710677, -0.6532815), (0.3928475, -0.7071068, -0.58793783), (0.3086583, -0.83146966, -0.46193978), (0.3086583, -0.83146966, -0.46193978), (0.3928475, -0.7071068, -0.58793783), (0.5, -0.70710677, -0.5), (0.3928475, -0.83146966, -0.3928475), (0.3928475, -0.83146966, -0.3928475), (0.5, -0.70710677, -0.5), (0.58793783, -0.7071068, -0.3928475), (0.46193978, -0.83146966, -0.3086583), (0.46193978, -0.83146966, -0.3086583), (0.58793783, -0.7071068, -0.3928475), (0.6532815, -0.70710677, -0.27059805), (0.51328, -0.8314696, -0.21260752), (0.51328, -0.8314696, -0.21260752), (0.6532815, -0.70710677, -0.27059805), (0.69351995, -0.70710677, -0.13794969), (0.5448951, -0.8314696, -0.108386375), (0.5448951, -0.8314696, -0.108386375), (0.69351995, -0.70710677, -0.13794969), (0.7071068, -0.7071068, 0), (0.55557024, -0.8314696, 0), (0.7071068, -0.7071068, 0), (0.8314696, -0.55557024, 0), (0.81549317, -0.55557024, 0.16221167), (0.69351995, -0.70710677, 0.13794969), (0.69351995, -0.70710677, 0.13794969), (0.81549317, -0.55557024, 0.16221167), (0.76817775, -0.55557024, 0.31818965), (0.6532815, -0.70710677, 0.27059805), (0.6532815, -0.70710677, 0.27059805), (0.76817775, -0.55557024, 0.31818965), (0.6913417, -0.55557024, 0.46193975), (0.58793783, -0.7071068, 0.3928475), (0.58793783, -0.7071068, 0.3928475), (0.6913417, -0.55557024, 0.46193975), (0.58793783, -0.5555703, 0.58793783), (0.5, -0.70710677, 0.5), (0.5, -0.70710677, 0.5), (0.58793783, -0.5555703, 0.58793783), (0.46193975, -0.55557024, 0.6913417), (0.3928475, -0.7071068, 0.58793783), (0.3928475, -0.7071068, 0.58793783), (0.46193975, -0.55557024, 0.6913417), (0.31818965, -0.55557024, 0.76817775), (0.27059805, -0.70710677, 0.6532815), (0.27059805, -0.70710677, 0.6532815), (0.31818965, -0.55557024, 0.76817775), (0.16221167, -0.55557024, 0.81549317), (0.13794969, -0.70710677, 0.69351995), (0.13794969, -0.70710677, 0.69351995), (0.16221167, -0.55557024, 0.81549317), (5.091283e-17, -0.55557024, 0.8314696), (4.3297806e-17, -0.7071068, 0.7071068), (4.3297806e-17, -0.7071068, 0.7071068), (5.091283e-17, -0.55557024, 0.8314696), (-0.16221167, -0.55557024, 0.81549317), (-0.13794969, -0.70710677, 0.69351995), (-0.13794969, -0.70710677, 0.69351995), (-0.16221167, -0.55557024, 0.81549317), (-0.31818965, -0.55557024, 0.76817775), (-0.27059805, -0.70710677, 0.6532815), (-0.27059805, -0.70710677, 0.6532815), (-0.31818965, -0.55557024, 0.76817775), (-0.46193975, -0.55557024, 0.6913417), (-0.3928475, -0.7071068, 0.58793783), (-0.3928475, -0.7071068, 0.58793783), (-0.46193975, -0.55557024, 0.6913417), (-0.58793783, -0.5555703, 0.58793783), (-0.5, -0.70710677, 0.5), (-0.5, -0.70710677, 0.5), (-0.58793783, -0.5555703, 0.58793783), (-0.6913417, -0.55557024, 0.46193975), (-0.58793783, -0.7071068, 0.3928475), (-0.58793783, -0.7071068, 0.3928475), (-0.6913417, -0.55557024, 0.46193975), (-0.76817775, -0.55557024, 0.31818965), (-0.6532815, -0.70710677, 0.27059805), (-0.6532815, -0.70710677, 0.27059805), (-0.76817775, -0.55557024, 0.31818965), (-0.81549317, -0.55557024, 0.16221167), (-0.69351995, -0.70710677, 0.13794969), (-0.69351995, -0.70710677, 0.13794969), (-0.81549317, -0.55557024, 0.16221167), (-0.8314696, -0.55557024, 1.0182566e-16), (-0.7071068, -0.7071068, 8.659561e-17), (-0.7071068, -0.7071068, 8.659561e-17), (-0.8314696, -0.55557024, 1.0182566e-16), (-0.81549317, -0.55557024, -0.16221167), (-0.69351995, -0.70710677, -0.13794969), (-0.69351995, -0.70710677, -0.13794969), (-0.81549317, -0.55557024, -0.16221167), (-0.76817775, -0.55557024, -0.31818965), (-0.6532815, -0.70710677, -0.27059805), (-0.6532815, -0.70710677, -0.27059805), (-0.76817775, -0.55557024, -0.31818965), (-0.6913417, -0.55557024, -0.46193975), (-0.58793783, -0.7071068, -0.3928475), (-0.58793783, -0.7071068, -0.3928475), (-0.6913417, -0.55557024, -0.46193975), (-0.58793783, -0.5555703, -0.58793783), (-0.5, -0.70710677, -0.5), (-0.5, -0.70710677, -0.5), (-0.58793783, -0.5555703, -0.58793783), (-0.46193975, -0.55557024, -0.6913417), (-0.3928475, -0.7071068, -0.58793783), (-0.3928475, -0.7071068, -0.58793783), (-0.46193975, -0.55557024, -0.6913417), (-0.31818965, -0.55557024, -0.76817775), (-0.27059805, -0.70710677, -0.6532815), (-0.27059805, -0.70710677, -0.6532815), (-0.31818965, -0.55557024, -0.76817775), (-0.16221167, -0.55557024, -0.81549317), (-0.13794969, -0.70710677, -0.69351995), (-0.13794969, -0.70710677, -0.69351995), (-0.16221167, -0.55557024, -0.81549317), (-1.5273849e-16, -0.55557024, -0.8314696), (-1.2989342e-16, -0.7071068, -0.7071068), (-1.2989342e-16, -0.7071068, -0.7071068), (-1.5273849e-16, -0.55557024, -0.8314696), (0.16221167, -0.55557024, -0.81549317), (0.13794969, -0.70710677, -0.69351995), (0.13794969, -0.70710677, -0.69351995), (0.16221167, -0.55557024, -0.81549317), (0.31818965, -0.55557024, -0.76817775), (0.27059805, -0.70710677, -0.6532815), (0.27059805, -0.70710677, -0.6532815), (0.31818965, -0.55557024, -0.76817775), (0.46193975, -0.55557024, -0.6913417), (0.3928475, -0.7071068, -0.58793783), (0.3928475, -0.7071068, -0.58793783), (0.46193975, -0.55557024, -0.6913417), (0.58793783, -0.5555703, -0.58793783), (0.5, -0.70710677, -0.5), (0.5, -0.70710677, -0.5), (0.58793783, -0.5555703, -0.58793783), (0.6913417, -0.55557024, -0.46193975), (0.58793783, -0.7071068, -0.3928475), (0.58793783, -0.7071068, -0.3928475), (0.6913417, -0.55557024, -0.46193975), (0.76817775, -0.55557024, -0.31818965), (0.6532815, -0.70710677, -0.27059805), (0.6532815, -0.70710677, -0.27059805), (0.76817775, -0.55557024, -0.31818965), (0.81549317, -0.55557024, -0.16221167), (0.69351995, -0.70710677, -0.13794969), (0.69351995, -0.70710677, -0.13794969), (0.81549317, -0.55557024, -0.16221167), (0.8314696, -0.55557024, 0), (0.7071068, -0.7071068, 0), (0.8314696, -0.55557024, 0), (0.92387956, -0.38268346, 0), (0.90612745, -0.38268343, 0.18023996), (0.81549317, -0.55557024, 0.16221167), (0.81549317, -0.55557024, 0.16221167), (0.90612745, -0.38268343, 0.18023996), (0.8535534, -0.38268343, 0.35355338), (0.76817775, -0.55557024, 0.31818965), (0.76817775, -0.55557024, 0.31818965), (0.8535534, -0.38268343, 0.35355338), (0.76817775, -0.38268343, 0.51328), (0.6913417, -0.55557024, 0.46193975), (0.6913417, -0.55557024, 0.46193975), (0.76817775, -0.38268343, 0.51328), (0.6532815, -0.38268343, 0.6532815), (0.58793783, -0.5555703, 0.58793783), (0.58793783, -0.5555703, 0.58793783), (0.6532815, -0.38268343, 0.6532815), (0.51328, -0.38268343, 0.76817775), (0.46193975, -0.55557024, 0.6913417), (0.46193975, -0.55557024, 0.6913417), (0.51328, -0.38268343, 0.76817775), (0.35355338, -0.38268343, 0.8535534), (0.31818965, -0.55557024, 0.76817775), (0.31818965, -0.55557024, 0.76817775), (0.35355338, -0.38268343, 0.8535534), (0.18023996, -0.38268343, 0.90612745), (0.16221167, -0.55557024, 0.81549317), (0.16221167, -0.55557024, 0.81549317), (0.18023996, -0.38268343, 0.90612745), (5.657131e-17, -0.38268346, 0.92387956), (5.091283e-17, -0.55557024, 0.8314696), (5.091283e-17, -0.55557024, 0.8314696), (5.657131e-17, -0.38268346, 0.92387956), (-0.18023996, -0.38268343, 0.90612745), (-0.16221167, -0.55557024, 0.81549317), (-0.16221167, -0.55557024, 0.81549317), (-0.18023996, -0.38268343, 0.90612745), (-0.35355338, -0.38268343, 0.8535534), (-0.31818965, -0.55557024, 0.76817775), (-0.31818965, -0.55557024, 0.76817775), (-0.35355338, -0.38268343, 0.8535534), (-0.51328, -0.38268343, 0.76817775), (-0.46193975, -0.55557024, 0.6913417), (-0.46193975, -0.55557024, 0.6913417), (-0.51328, -0.38268343, 0.76817775), (-0.6532815, -0.38268343, 0.6532815), (-0.58793783, -0.5555703, 0.58793783), (-0.58793783, -0.5555703, 0.58793783), (-0.6532815, -0.38268343, 0.6532815), (-0.76817775, -0.38268343, 0.51328), (-0.6913417, -0.55557024, 0.46193975), (-0.6913417, -0.55557024, 0.46193975), (-0.76817775, -0.38268343, 0.51328), (-0.8535534, -0.38268343, 0.35355338), (-0.76817775, -0.55557024, 0.31818965), (-0.76817775, -0.55557024, 0.31818965), (-0.8535534, -0.38268343, 0.35355338), (-0.90612745, -0.38268343, 0.18023996), (-0.81549317, -0.55557024, 0.16221167), (-0.81549317, -0.55557024, 0.16221167), (-0.90612745, -0.38268343, 0.18023996), (-0.92387956, -0.38268346, 1.1314262e-16), (-0.8314696, -0.55557024, 1.0182566e-16), (-0.8314696, -0.55557024, 1.0182566e-16), (-0.92387956, -0.38268346, 1.1314262e-16), (-0.90612745, -0.38268343, -0.18023996), (-0.81549317, -0.55557024, -0.16221167), (-0.81549317, -0.55557024, -0.16221167), (-0.90612745, -0.38268343, -0.18023996), (-0.8535534, -0.38268343, -0.35355338), (-0.76817775, -0.55557024, -0.31818965), (-0.76817775, -0.55557024, -0.31818965), (-0.8535534, -0.38268343, -0.35355338), (-0.76817775, -0.38268343, -0.51328), (-0.6913417, -0.55557024, -0.46193975), (-0.6913417, -0.55557024, -0.46193975), (-0.76817775, -0.38268343, -0.51328), (-0.6532815, -0.38268343, -0.6532815), (-0.58793783, -0.5555703, -0.58793783), (-0.58793783, -0.5555703, -0.58793783), (-0.6532815, -0.38268343, -0.6532815), (-0.51328, -0.38268343, -0.76817775), (-0.46193975, -0.55557024, -0.6913417), (-0.46193975, -0.55557024, -0.6913417), (-0.51328, -0.38268343, -0.76817775), (-0.35355338, -0.38268343, -0.8535534), (-0.31818965, -0.55557024, -0.76817775), (-0.31818965, -0.55557024, -0.76817775), (-0.35355338, -0.38268343, -0.8535534), (-0.18023996, -0.38268343, -0.90612745), (-0.16221167, -0.55557024, -0.81549317), (-0.16221167, -0.55557024, -0.81549317), (-0.18023996, -0.38268343, -0.90612745), (-1.6971393e-16, -0.38268346, -0.92387956), (-1.5273849e-16, -0.55557024, -0.8314696), (-1.5273849e-16, -0.55557024, -0.8314696), (-1.6971393e-16, -0.38268346, -0.92387956), (0.18023996, -0.38268343, -0.90612745), (0.16221167, -0.55557024, -0.81549317), (0.16221167, -0.55557024, -0.81549317), (0.18023996, -0.38268343, -0.90612745), (0.35355338, -0.38268343, -0.8535534), (0.31818965, -0.55557024, -0.76817775), (0.31818965, -0.55557024, -0.76817775), (0.35355338, -0.38268343, -0.8535534), (0.51328, -0.38268343, -0.76817775), (0.46193975, -0.55557024, -0.6913417), (0.46193975, -0.55557024, -0.6913417), (0.51328, -0.38268343, -0.76817775), (0.6532815, -0.38268343, -0.6532815), (0.58793783, -0.5555703, -0.58793783), (0.58793783, -0.5555703, -0.58793783), (0.6532815, -0.38268343, -0.6532815), (0.76817775, -0.38268343, -0.51328), (0.6913417, -0.55557024, -0.46193975), (0.6913417, -0.55557024, -0.46193975), (0.76817775, -0.38268343, -0.51328), (0.8535534, -0.38268343, -0.35355338), (0.76817775, -0.55557024, -0.31818965), (0.76817775, -0.55557024, -0.31818965), (0.8535534, -0.38268343, -0.35355338), (0.90612745, -0.38268343, -0.18023996), (0.81549317, -0.55557024, -0.16221167), (0.81549317, -0.55557024, -0.16221167), (0.90612745, -0.38268343, -0.18023996), (0.92387956, -0.38268346, 0), (0.8314696, -0.55557024, 0), (0.92387956, -0.38268346, 0), (0.9807853, -0.19509034, 0), (0.96193975, -0.19509032, 0.19134171), (0.90612745, -0.38268343, 0.18023996), (0.90612745, -0.38268343, 0.18023996), (0.96193975, -0.19509032, 0.19134171), (0.90612745, -0.19509032, 0.37533027), (0.8535534, -0.38268343, 0.35355338), (0.8535534, -0.38268343, 0.35355338), (0.90612745, -0.19509032, 0.37533027), (0.81549317, -0.19509032, 0.5448951), (0.76817775, -0.38268343, 0.51328), (0.76817775, -0.38268343, 0.51328), (0.81549317, -0.19509032, 0.5448951), (0.69351995, -0.19509032, 0.69351995), (0.6532815, -0.38268343, 0.6532815), (0.6532815, -0.38268343, 0.6532815), (0.69351995, -0.19509032, 0.69351995), (0.5448951, -0.19509032, 0.81549317), (0.51328, -0.38268343, 0.76817775), (0.51328, -0.38268343, 0.76817775), (0.5448951, -0.19509032, 0.81549317), (0.37533027, -0.19509032, 0.90612745), (0.35355338, -0.38268343, 0.8535534), (0.35355338, -0.38268343, 0.8535534), (0.37533027, -0.19509032, 0.90612745), (0.19134173, -0.19509034, 0.9619398), (0.18023996, -0.38268343, 0.90612745), (0.18023996, -0.38268343, 0.90612745), (0.19134173, -0.19509034, 0.9619398), (6.005579e-17, -0.19509034, 0.9807853), (5.657131e-17, -0.38268346, 0.92387956), (5.657131e-17, -0.38268346, 0.92387956), (6.005579e-17, -0.19509034, 0.9807853), (-0.19134173, -0.19509034, 0.9619398), (-0.18023996, -0.38268343, 0.90612745), (-0.18023996, -0.38268343, 0.90612745), (-0.19134173, -0.19509034, 0.9619398), (-0.37533027, -0.19509032, 0.90612745), (-0.35355338, -0.38268343, 0.8535534), (-0.35355338, -0.38268343, 0.8535534), (-0.37533027, -0.19509032, 0.90612745), (-0.5448951, -0.19509032, 0.81549317), (-0.51328, -0.38268343, 0.76817775), (-0.51328, -0.38268343, 0.76817775), (-0.5448951, -0.19509032, 0.81549317), (-0.69351995, -0.19509032, 0.69351995), (-0.6532815, -0.38268343, 0.6532815), (-0.6532815, -0.38268343, 0.6532815), (-0.69351995, -0.19509032, 0.69351995), (-0.81549317, -0.19509032, 0.5448951), (-0.76817775, -0.38268343, 0.51328), (-0.76817775, -0.38268343, 0.51328), (-0.81549317, -0.19509032, 0.5448951), (-0.90612745, -0.19509032, 0.37533027), (-0.8535534, -0.38268343, 0.35355338), (-0.8535534, -0.38268343, 0.35355338), (-0.90612745, -0.19509032, 0.37533027), (-0.96193975, -0.19509032, 0.19134171), (-0.90612745, -0.38268343, 0.18023996), (-0.90612745, -0.38268343, 0.18023996), (-0.96193975, -0.19509032, 0.19134171), (-0.9807853, -0.19509034, 1.2011157e-16), (-0.92387956, -0.38268346, 1.1314262e-16), (-0.92387956, -0.38268346, 1.1314262e-16), (-0.9807853, -0.19509034, 1.2011157e-16), (-0.96193975, -0.19509032, -0.19134171), (-0.90612745, -0.38268343, -0.18023996), (-0.90612745, -0.38268343, -0.18023996), (-0.96193975, -0.19509032, -0.19134171), (-0.90612745, -0.19509032, -0.37533027), (-0.8535534, -0.38268343, -0.35355338), (-0.8535534, -0.38268343, -0.35355338), (-0.90612745, -0.19509032, -0.37533027), (-0.81549317, -0.19509032, -0.5448951), (-0.76817775, -0.38268343, -0.51328), (-0.76817775, -0.38268343, -0.51328), (-0.81549317, -0.19509032, -0.5448951), (-0.69351995, -0.19509032, -0.69351995), (-0.6532815, -0.38268343, -0.6532815), (-0.6532815, -0.38268343, -0.6532815), (-0.69351995, -0.19509032, -0.69351995), (-0.5448951, -0.19509032, -0.81549317), (-0.51328, -0.38268343, -0.76817775), (-0.51328, -0.38268343, -0.76817775), (-0.5448951, -0.19509032, -0.81549317), (-0.37533027, -0.19509032, -0.90612745), (-0.35355338, -0.38268343, -0.8535534), (-0.35355338, -0.38268343, -0.8535534), (-0.37533027, -0.19509032, -0.90612745), (-0.19134173, -0.19509034, -0.9619398), (-0.18023996, -0.38268343, -0.90612745), (-0.18023996, -0.38268343, -0.90612745), (-0.19134173, -0.19509034, -0.9619398), (-1.8016735e-16, -0.19509034, -0.9807853), (-1.6971393e-16, -0.38268346, -0.92387956), (-1.6971393e-16, -0.38268346, -0.92387956), (-1.8016735e-16, -0.19509034, -0.9807853), (0.19134173, -0.19509034, -0.9619398), (0.18023996, -0.38268343, -0.90612745), (0.18023996, -0.38268343, -0.90612745), (0.19134173, -0.19509034, -0.9619398), (0.37533027, -0.19509032, -0.90612745), (0.35355338, -0.38268343, -0.8535534), (0.35355338, -0.38268343, -0.8535534), (0.37533027, -0.19509032, -0.90612745), (0.5448951, -0.19509032, -0.81549317), (0.51328, -0.38268343, -0.76817775), (0.51328, -0.38268343, -0.76817775), (0.5448951, -0.19509032, -0.81549317), (0.69351995, -0.19509032, -0.69351995), (0.6532815, -0.38268343, -0.6532815), (0.6532815, -0.38268343, -0.6532815), (0.69351995, -0.19509032, -0.69351995), (0.81549317, -0.19509032, -0.5448951), (0.76817775, -0.38268343, -0.51328), (0.76817775, -0.38268343, -0.51328), (0.81549317, -0.19509032, -0.5448951), (0.90612745, -0.19509032, -0.37533027), (0.8535534, -0.38268343, -0.35355338), (0.8535534, -0.38268343, -0.35355338), (0.90612745, -0.19509032, -0.37533027), (0.96193975, -0.19509032, -0.19134171), (0.90612745, -0.38268343, -0.18023996), (0.90612745, -0.38268343, -0.18023996), (0.96193975, -0.19509032, -0.19134171), (0.9807853, -0.19509034, 0), (0.92387956, -0.38268346, 0), (0.9807853, -0.19509034, 0), (1, 0, 0), (0.9807853, 0, 0.19509034), (0.96193975, -0.19509032, 0.19134171), (0.96193975, -0.19509032, 0.19134171), (0.9807853, 0, 0.19509034), (0.92387956, 0, 0.38268346), (0.90612745, -0.19509032, 0.37533027), (0.90612745, -0.19509032, 0.37533027), (0.92387956, 0, 0.38268346), (0.8314696, 0, 0.55557024), (0.81549317, -0.19509032, 0.5448951), (0.81549317, -0.19509032, 0.5448951), (0.8314696, 0, 0.55557024), (0.7071068, 0, 0.7071068), (0.69351995, -0.19509032, 0.69351995), (0.69351995, -0.19509032, 0.69351995), (0.7071068, 0, 0.7071068), (0.55557024, 0, 0.8314696), (0.5448951, -0.19509032, 0.81549317), (0.5448951, -0.19509032, 0.81549317), (0.55557024, 0, 0.8314696), (0.38268346, 0, 0.92387956), (0.37533027, -0.19509032, 0.90612745), (0.37533027, -0.19509032, 0.90612745), (0.38268346, 0, 0.92387956), (0.19509034, 0, 0.9807853), (0.19134173, -0.19509034, 0.9619398), (0.19134173, -0.19509034, 0.9619398), (0.19509034, 0, 0.9807853), (6.123234e-17, 0, 1), (6.005579e-17, -0.19509034, 0.9807853), (6.005579e-17, -0.19509034, 0.9807853), (6.123234e-17, 0, 1), (-0.19509034, 0, 0.9807853), (-0.19134173, -0.19509034, 0.9619398), (-0.19134173, -0.19509034, 0.9619398), (-0.19509034, 0, 0.9807853), (-0.38268346, 0, 0.92387956), (-0.37533027, -0.19509032, 0.90612745), (-0.37533027, -0.19509032, 0.90612745), (-0.38268346, 0, 0.92387956), (-0.55557024, 0, 0.8314696), (-0.5448951, -0.19509032, 0.81549317), (-0.5448951, -0.19509032, 0.81549317), (-0.55557024, 0, 0.8314696), (-0.7071068, 0, 0.7071068), (-0.69351995, -0.19509032, 0.69351995), (-0.69351995, -0.19509032, 0.69351995), (-0.7071068, 0, 0.7071068), (-0.8314696, 0, 0.55557024), (-0.81549317, -0.19509032, 0.5448951), (-0.81549317, -0.19509032, 0.5448951), (-0.8314696, 0, 0.55557024), (-0.92387956, 0, 0.38268346), (-0.90612745, -0.19509032, 0.37533027), (-0.90612745, -0.19509032, 0.37533027), (-0.92387956, 0, 0.38268346), (-0.9807853, 0, 0.19509034), (-0.96193975, -0.19509032, 0.19134171), (-0.96193975, -0.19509032, 0.19134171), (-0.9807853, 0, 0.19509034), (-1, 0, 1.2246469e-16), (-0.9807853, -0.19509034, 1.2011157e-16), (-0.9807853, -0.19509034, 1.2011157e-16), (-1, 0, 1.2246469e-16), (-0.9807853, 0, -0.19509034), (-0.96193975, -0.19509032, -0.19134171), (-0.96193975, -0.19509032, -0.19134171), (-0.9807853, 0, -0.19509034), (-0.92387956, 0, -0.38268346), (-0.90612745, -0.19509032, -0.37533027), (-0.90612745, -0.19509032, -0.37533027), (-0.92387956, 0, -0.38268346), (-0.8314696, 0, -0.55557024), (-0.81549317, -0.19509032, -0.5448951), (-0.81549317, -0.19509032, -0.5448951), (-0.8314696, 0, -0.55557024), (-0.7071068, 0, -0.7071068), (-0.69351995, -0.19509032, -0.69351995), (-0.69351995, -0.19509032, -0.69351995), (-0.7071068, 0, -0.7071068), (-0.55557024, 0, -0.8314696), (-0.5448951, -0.19509032, -0.81549317), (-0.5448951, -0.19509032, -0.81549317), (-0.55557024, 0, -0.8314696), (-0.38268346, 0, -0.92387956), (-0.37533027, -0.19509032, -0.90612745), (-0.37533027, -0.19509032, -0.90612745), (-0.38268346, 0, -0.92387956), (-0.19509034, 0, -0.9807853), (-0.19134173, -0.19509034, -0.9619398), (-0.19134173, -0.19509034, -0.9619398), (-0.19509034, 0, -0.9807853), (-1.8369701e-16, 0, -1), (-1.8016735e-16, -0.19509034, -0.9807853), (-1.8016735e-16, -0.19509034, -0.9807853), (-1.8369701e-16, 0, -1), (0.19509034, 0, -0.9807853), (0.19134173, -0.19509034, -0.9619398), (0.19134173, -0.19509034, -0.9619398), (0.19509034, 0, -0.9807853), (0.38268346, 0, -0.92387956), (0.37533027, -0.19509032, -0.90612745), (0.37533027, -0.19509032, -0.90612745), (0.38268346, 0, -0.92387956), (0.55557024, 0, -0.8314696), (0.5448951, -0.19509032, -0.81549317), (0.5448951, -0.19509032, -0.81549317), (0.55557024, 0, -0.8314696), (0.7071068, 0, -0.7071068), (0.69351995, -0.19509032, -0.69351995), (0.69351995, -0.19509032, -0.69351995), (0.7071068, 0, -0.7071068), (0.8314696, 0, -0.55557024), (0.81549317, -0.19509032, -0.5448951), (0.81549317, -0.19509032, -0.5448951), (0.8314696, 0, -0.55557024), (0.92387956, 0, -0.38268346), (0.90612745, -0.19509032, -0.37533027), (0.90612745, -0.19509032, -0.37533027), (0.92387956, 0, -0.38268346), (0.9807853, 0, -0.19509034), (0.96193975, -0.19509032, -0.19134171), (0.96193975, -0.19509032, -0.19134171), (0.9807853, 0, -0.19509034), (1, 0, 0), (0.9807853, -0.19509034, 0), (1, 0, 0), (0.9807853, 0.19509034, 0), (0.96193975, 0.19509032, 0.19134171), (0.9807853, 0, 0.19509034), (0.9807853, 0, 0.19509034), (0.96193975, 0.19509032, 0.19134171), (0.90612745, 0.19509032, 0.37533027), (0.92387956, 0, 0.38268346), (0.92387956, 0, 0.38268346), (0.90612745, 0.19509032, 0.37533027), (0.81549317, 0.19509032, 0.5448951), (0.8314696, 0, 0.55557024), (0.8314696, 0, 0.55557024), (0.81549317, 0.19509032, 0.5448951), (0.69351995, 0.19509032, 0.69351995), (0.7071068, 0, 0.7071068), (0.7071068, 0, 0.7071068), (0.69351995, 0.19509032, 0.69351995), (0.5448951, 0.19509032, 0.81549317), (0.55557024, 0, 0.8314696), (0.55557024, 0, 0.8314696), (0.5448951, 0.19509032, 0.81549317), (0.37533027, 0.19509032, 0.90612745), (0.38268346, 0, 0.92387956), (0.38268346, 0, 0.92387956), (0.37533027, 0.19509032, 0.90612745), (0.19134173, 0.19509034, 0.9619398), (0.19509034, 0, 0.9807853), (0.19509034, 0, 0.9807853), (0.19134173, 0.19509034, 0.9619398), (6.005579e-17, 0.19509034, 0.9807853), (6.123234e-17, 0, 1), (6.123234e-17, 0, 1), (6.005579e-17, 0.19509034, 0.9807853), (-0.19134173, 0.19509034, 0.9619398), (-0.19509034, 0, 0.9807853), (-0.19509034, 0, 0.9807853), (-0.19134173, 0.19509034, 0.9619398), (-0.37533027, 0.19509032, 0.90612745), (-0.38268346, 0, 0.92387956), (-0.38268346, 0, 0.92387956), (-0.37533027, 0.19509032, 0.90612745), (-0.5448951, 0.19509032, 0.81549317), (-0.55557024, 0, 0.8314696), (-0.55557024, 0, 0.8314696), (-0.5448951, 0.19509032, 0.81549317), (-0.69351995, 0.19509032, 0.69351995), (-0.7071068, 0, 0.7071068), (-0.7071068, 0, 0.7071068), (-0.69351995, 0.19509032, 0.69351995), (-0.81549317, 0.19509032, 0.5448951), (-0.8314696, 0, 0.55557024), (-0.8314696, 0, 0.55557024), (-0.81549317, 0.19509032, 0.5448951), (-0.90612745, 0.19509032, 0.37533027), (-0.92387956, 0, 0.38268346), (-0.92387956, 0, 0.38268346), (-0.90612745, 0.19509032, 0.37533027), (-0.96193975, 0.19509032, 0.19134171), (-0.9807853, 0, 0.19509034), (-0.9807853, 0, 0.19509034), (-0.96193975, 0.19509032, 0.19134171), (-0.9807853, 0.19509034, 1.2011157e-16), (-1, 0, 1.2246469e-16), (-1, 0, 1.2246469e-16), (-0.9807853, 0.19509034, 1.2011157e-16), (-0.96193975, 0.19509032, -0.19134171), (-0.9807853, 0, -0.19509034), (-0.9807853, 0, -0.19509034), (-0.96193975, 0.19509032, -0.19134171), (-0.90612745, 0.19509032, -0.37533027), (-0.92387956, 0, -0.38268346), (-0.92387956, 0, -0.38268346), (-0.90612745, 0.19509032, -0.37533027), (-0.81549317, 0.19509032, -0.5448951), (-0.8314696, 0, -0.55557024), (-0.8314696, 0, -0.55557024), (-0.81549317, 0.19509032, -0.5448951), (-0.69351995, 0.19509032, -0.69351995), (-0.7071068, 0, -0.7071068), (-0.7071068, 0, -0.7071068), (-0.69351995, 0.19509032, -0.69351995), (-0.5448951, 0.19509032, -0.81549317), (-0.55557024, 0, -0.8314696), (-0.55557024, 0, -0.8314696), (-0.5448951, 0.19509032, -0.81549317), (-0.37533027, 0.19509032, -0.90612745), (-0.38268346, 0, -0.92387956), (-0.38268346, 0, -0.92387956), (-0.37533027, 0.19509032, -0.90612745), (-0.19134173, 0.19509034, -0.9619398), (-0.19509034, 0, -0.9807853), (-0.19509034, 0, -0.9807853), (-0.19134173, 0.19509034, -0.9619398), (-1.8016735e-16, 0.19509034, -0.9807853), (-1.8369701e-16, 0, -1), (-1.8369701e-16, 0, -1), (-1.8016735e-16, 0.19509034, -0.9807853), (0.19134173, 0.19509034, -0.9619398), (0.19509034, 0, -0.9807853), (0.19509034, 0, -0.9807853), (0.19134173, 0.19509034, -0.9619398), (0.37533027, 0.19509032, -0.90612745), (0.38268346, 0, -0.92387956), (0.38268346, 0, -0.92387956), (0.37533027, 0.19509032, -0.90612745), (0.5448951, 0.19509032, -0.81549317), (0.55557024, 0, -0.8314696), (0.55557024, 0, -0.8314696), (0.5448951, 0.19509032, -0.81549317), (0.69351995, 0.19509032, -0.69351995), (0.7071068, 0, -0.7071068), (0.7071068, 0, -0.7071068), (0.69351995, 0.19509032, -0.69351995), (0.81549317, 0.19509032, -0.5448951), (0.8314696, 0, -0.55557024), (0.8314696, 0, -0.55557024), (0.81549317, 0.19509032, -0.5448951), (0.90612745, 0.19509032, -0.37533027), (0.92387956, 0, -0.38268346), (0.92387956, 0, -0.38268346), (0.90612745, 0.19509032, -0.37533027), (0.96193975, 0.19509032, -0.19134171), (0.9807853, 0, -0.19509034), (0.9807853, 0, -0.19509034), (0.96193975, 0.19509032, -0.19134171), (0.9807853, 0.19509034, 0), (1, 0, 0), (0.9807853, 0.19509034, 0), (0.92387956, 0.38268346, 0), (0.90612745, 0.38268343, 0.18023996), (0.96193975, 0.19509032, 0.19134171), (0.96193975, 0.19509032, 0.19134171), (0.90612745, 0.38268343, 0.18023996), (0.8535534, 0.38268343, 0.35355338), (0.90612745, 0.19509032, 0.37533027), (0.90612745, 0.19509032, 0.37533027), (0.8535534, 0.38268343, 0.35355338), (0.76817775, 0.38268343, 0.51328), (0.81549317, 0.19509032, 0.5448951), (0.81549317, 0.19509032, 0.5448951), (0.76817775, 0.38268343, 0.51328), (0.6532815, 0.38268343, 0.6532815), (0.69351995, 0.19509032, 0.69351995), (0.69351995, 0.19509032, 0.69351995), (0.6532815, 0.38268343, 0.6532815), (0.51328, 0.38268343, 0.76817775), (0.5448951, 0.19509032, 0.81549317), (0.5448951, 0.19509032, 0.81549317), (0.51328, 0.38268343, 0.76817775), (0.35355338, 0.38268343, 0.8535534), (0.37533027, 0.19509032, 0.90612745), (0.37533027, 0.19509032, 0.90612745), (0.35355338, 0.38268343, 0.8535534), (0.18023996, 0.38268343, 0.90612745), (0.19134173, 0.19509034, 0.9619398), (0.19134173, 0.19509034, 0.9619398), (0.18023996, 0.38268343, 0.90612745), (5.657131e-17, 0.38268346, 0.92387956), (6.005579e-17, 0.19509034, 0.9807853), (6.005579e-17, 0.19509034, 0.9807853), (5.657131e-17, 0.38268346, 0.92387956), (-0.18023996, 0.38268343, 0.90612745), (-0.19134173, 0.19509034, 0.9619398), (-0.19134173, 0.19509034, 0.9619398), (-0.18023996, 0.38268343, 0.90612745), (-0.35355338, 0.38268343, 0.8535534), (-0.37533027, 0.19509032, 0.90612745), (-0.37533027, 0.19509032, 0.90612745), (-0.35355338, 0.38268343, 0.8535534), (-0.51328, 0.38268343, 0.76817775), (-0.5448951, 0.19509032, 0.81549317), (-0.5448951, 0.19509032, 0.81549317), (-0.51328, 0.38268343, 0.76817775), (-0.6532815, 0.38268343, 0.6532815), (-0.69351995, 0.19509032, 0.69351995), (-0.69351995, 0.19509032, 0.69351995), (-0.6532815, 0.38268343, 0.6532815), (-0.76817775, 0.38268343, 0.51328), (-0.81549317, 0.19509032, 0.5448951), (-0.81549317, 0.19509032, 0.5448951), (-0.76817775, 0.38268343, 0.51328), (-0.8535534, 0.38268343, 0.35355338), (-0.90612745, 0.19509032, 0.37533027), (-0.90612745, 0.19509032, 0.37533027), (-0.8535534, 0.38268343, 0.35355338), (-0.90612745, 0.38268343, 0.18023996), (-0.96193975, 0.19509032, 0.19134171), (-0.96193975, 0.19509032, 0.19134171), (-0.90612745, 0.38268343, 0.18023996), (-0.92387956, 0.38268346, 1.1314262e-16), (-0.9807853, 0.19509034, 1.2011157e-16), (-0.9807853, 0.19509034, 1.2011157e-16), (-0.92387956, 0.38268346, 1.1314262e-16), (-0.90612745, 0.38268343, -0.18023996), (-0.96193975, 0.19509032, -0.19134171), (-0.96193975, 0.19509032, -0.19134171), (-0.90612745, 0.38268343, -0.18023996), (-0.8535534, 0.38268343, -0.35355338), (-0.90612745, 0.19509032, -0.37533027), (-0.90612745, 0.19509032, -0.37533027), (-0.8535534, 0.38268343, -0.35355338), (-0.76817775, 0.38268343, -0.51328), (-0.81549317, 0.19509032, -0.5448951), (-0.81549317, 0.19509032, -0.5448951), (-0.76817775, 0.38268343, -0.51328), (-0.6532815, 0.38268343, -0.6532815), (-0.69351995, 0.19509032, -0.69351995), (-0.69351995, 0.19509032, -0.69351995), (-0.6532815, 0.38268343, -0.6532815), (-0.51328, 0.38268343, -0.76817775), (-0.5448951, 0.19509032, -0.81549317), (-0.5448951, 0.19509032, -0.81549317), (-0.51328, 0.38268343, -0.76817775), (-0.35355338, 0.38268343, -0.8535534), (-0.37533027, 0.19509032, -0.90612745), (-0.37533027, 0.19509032, -0.90612745), (-0.35355338, 0.38268343, -0.8535534), (-0.18023996, 0.38268343, -0.90612745), (-0.19134173, 0.19509034, -0.9619398), (-0.19134173, 0.19509034, -0.9619398), (-0.18023996, 0.38268343, -0.90612745), (-1.6971393e-16, 0.38268346, -0.92387956), (-1.8016735e-16, 0.19509034, -0.9807853), (-1.8016735e-16, 0.19509034, -0.9807853), (-1.6971393e-16, 0.38268346, -0.92387956), (0.18023996, 0.38268343, -0.90612745), (0.19134173, 0.19509034, -0.9619398), (0.19134173, 0.19509034, -0.9619398), (0.18023996, 0.38268343, -0.90612745), (0.35355338, 0.38268343, -0.8535534), (0.37533027, 0.19509032, -0.90612745), (0.37533027, 0.19509032, -0.90612745), (0.35355338, 0.38268343, -0.8535534), (0.51328, 0.38268343, -0.76817775), (0.5448951, 0.19509032, -0.81549317), (0.5448951, 0.19509032, -0.81549317), (0.51328, 0.38268343, -0.76817775), (0.6532815, 0.38268343, -0.6532815), (0.69351995, 0.19509032, -0.69351995), (0.69351995, 0.19509032, -0.69351995), (0.6532815, 0.38268343, -0.6532815), (0.76817775, 0.38268343, -0.51328), (0.81549317, 0.19509032, -0.5448951), (0.81549317, 0.19509032, -0.5448951), (0.76817775, 0.38268343, -0.51328), (0.8535534, 0.38268343, -0.35355338), (0.90612745, 0.19509032, -0.37533027), (0.90612745, 0.19509032, -0.37533027), (0.8535534, 0.38268343, -0.35355338), (0.90612745, 0.38268343, -0.18023996), (0.96193975, 0.19509032, -0.19134171), (0.96193975, 0.19509032, -0.19134171), (0.90612745, 0.38268343, -0.18023996), (0.92387956, 0.38268346, 0), (0.9807853, 0.19509034, 0), (0.92387956, 0.38268346, 0), (0.8314696, 0.55557024, 0), (0.81549317, 0.55557024, 0.16221167), (0.90612745, 0.38268343, 0.18023996), (0.90612745, 0.38268343, 0.18023996), (0.81549317, 0.55557024, 0.16221167), (0.76817775, 0.55557024, 0.31818965), (0.8535534, 0.38268343, 0.35355338), (0.8535534, 0.38268343, 0.35355338), (0.76817775, 0.55557024, 0.31818965), (0.6913417, 0.55557024, 0.46193975), (0.76817775, 0.38268343, 0.51328), (0.76817775, 0.38268343, 0.51328), (0.6913417, 0.55557024, 0.46193975), (0.58793783, 0.5555703, 0.58793783), (0.6532815, 0.38268343, 0.6532815), (0.6532815, 0.38268343, 0.6532815), (0.58793783, 0.5555703, 0.58793783), (0.46193975, 0.55557024, 0.6913417), (0.51328, 0.38268343, 0.76817775), (0.51328, 0.38268343, 0.76817775), (0.46193975, 0.55557024, 0.6913417), (0.31818965, 0.55557024, 0.76817775), (0.35355338, 0.38268343, 0.8535534), (0.35355338, 0.38268343, 0.8535534), (0.31818965, 0.55557024, 0.76817775), (0.16221167, 0.55557024, 0.81549317), (0.18023996, 0.38268343, 0.90612745), (0.18023996, 0.38268343, 0.90612745), (0.16221167, 0.55557024, 0.81549317), (5.091283e-17, 0.55557024, 0.8314696), (5.657131e-17, 0.38268346, 0.92387956), (5.657131e-17, 0.38268346, 0.92387956), (5.091283e-17, 0.55557024, 0.8314696), (-0.16221167, 0.55557024, 0.81549317), (-0.18023996, 0.38268343, 0.90612745), (-0.18023996, 0.38268343, 0.90612745), (-0.16221167, 0.55557024, 0.81549317), (-0.31818965, 0.55557024, 0.76817775), (-0.35355338, 0.38268343, 0.8535534), (-0.35355338, 0.38268343, 0.8535534), (-0.31818965, 0.55557024, 0.76817775), (-0.46193975, 0.55557024, 0.6913417), (-0.51328, 0.38268343, 0.76817775), (-0.51328, 0.38268343, 0.76817775), (-0.46193975, 0.55557024, 0.6913417), (-0.58793783, 0.5555703, 0.58793783), (-0.6532815, 0.38268343, 0.6532815), (-0.6532815, 0.38268343, 0.6532815), (-0.58793783, 0.5555703, 0.58793783), (-0.6913417, 0.55557024, 0.46193975), (-0.76817775, 0.38268343, 0.51328), (-0.76817775, 0.38268343, 0.51328), (-0.6913417, 0.55557024, 0.46193975), (-0.76817775, 0.55557024, 0.31818965), (-0.8535534, 0.38268343, 0.35355338), (-0.8535534, 0.38268343, 0.35355338), (-0.76817775, 0.55557024, 0.31818965), (-0.81549317, 0.55557024, 0.16221167), (-0.90612745, 0.38268343, 0.18023996), (-0.90612745, 0.38268343, 0.18023996), (-0.81549317, 0.55557024, 0.16221167), (-0.8314696, 0.55557024, 1.0182566e-16), (-0.92387956, 0.38268346, 1.1314262e-16), (-0.92387956, 0.38268346, 1.1314262e-16), (-0.8314696, 0.55557024, 1.0182566e-16), (-0.81549317, 0.55557024, -0.16221167), (-0.90612745, 0.38268343, -0.18023996), (-0.90612745, 0.38268343, -0.18023996), (-0.81549317, 0.55557024, -0.16221167), (-0.76817775, 0.55557024, -0.31818965), (-0.8535534, 0.38268343, -0.35355338), (-0.8535534, 0.38268343, -0.35355338), (-0.76817775, 0.55557024, -0.31818965), (-0.6913417, 0.55557024, -0.46193975), (-0.76817775, 0.38268343, -0.51328), (-0.76817775, 0.38268343, -0.51328), (-0.6913417, 0.55557024, -0.46193975), (-0.58793783, 0.5555703, -0.58793783), (-0.6532815, 0.38268343, -0.6532815), (-0.6532815, 0.38268343, -0.6532815), (-0.58793783, 0.5555703, -0.58793783), (-0.46193975, 0.55557024, -0.6913417), (-0.51328, 0.38268343, -0.76817775), (-0.51328, 0.38268343, -0.76817775), (-0.46193975, 0.55557024, -0.6913417), (-0.31818965, 0.55557024, -0.76817775), (-0.35355338, 0.38268343, -0.8535534), (-0.35355338, 0.38268343, -0.8535534), (-0.31818965, 0.55557024, -0.76817775), (-0.16221167, 0.55557024, -0.81549317), (-0.18023996, 0.38268343, -0.90612745), (-0.18023996, 0.38268343, -0.90612745), (-0.16221167, 0.55557024, -0.81549317), (-1.5273849e-16, 0.55557024, -0.8314696), (-1.6971393e-16, 0.38268346, -0.92387956), (-1.6971393e-16, 0.38268346, -0.92387956), (-1.5273849e-16, 0.55557024, -0.8314696), (0.16221167, 0.55557024, -0.81549317), (0.18023996, 0.38268343, -0.90612745), (0.18023996, 0.38268343, -0.90612745), (0.16221167, 0.55557024, -0.81549317), (0.31818965, 0.55557024, -0.76817775), (0.35355338, 0.38268343, -0.8535534), (0.35355338, 0.38268343, -0.8535534), (0.31818965, 0.55557024, -0.76817775), (0.46193975, 0.55557024, -0.6913417), (0.51328, 0.38268343, -0.76817775), (0.51328, 0.38268343, -0.76817775), (0.46193975, 0.55557024, -0.6913417), (0.58793783, 0.5555703, -0.58793783), (0.6532815, 0.38268343, -0.6532815), (0.6532815, 0.38268343, -0.6532815), (0.58793783, 0.5555703, -0.58793783), (0.6913417, 0.55557024, -0.46193975), (0.76817775, 0.38268343, -0.51328), (0.76817775, 0.38268343, -0.51328), (0.6913417, 0.55557024, -0.46193975), (0.76817775, 0.55557024, -0.31818965), (0.8535534, 0.38268343, -0.35355338), (0.8535534, 0.38268343, -0.35355338), (0.76817775, 0.55557024, -0.31818965), (0.81549317, 0.55557024, -0.16221167), (0.90612745, 0.38268343, -0.18023996), (0.90612745, 0.38268343, -0.18023996), (0.81549317, 0.55557024, -0.16221167), (0.8314696, 0.55557024, 0), (0.92387956, 0.38268346, 0), (0.8314696, 0.55557024, 0), (0.7071068, 0.7071068, 0), (0.69351995, 0.70710677, 0.13794969), (0.81549317, 0.55557024, 0.16221167), (0.81549317, 0.55557024, 0.16221167), (0.69351995, 0.70710677, 0.13794969), (0.6532815, 0.70710677, 0.27059805), (0.76817775, 0.55557024, 0.31818965), (0.76817775, 0.55557024, 0.31818965), (0.6532815, 0.70710677, 0.27059805), (0.58793783, 0.7071068, 0.3928475), (0.6913417, 0.55557024, 0.46193975), (0.6913417, 0.55557024, 0.46193975), (0.58793783, 0.7071068, 0.3928475), (0.5, 0.70710677, 0.5), (0.58793783, 0.5555703, 0.58793783), (0.58793783, 0.5555703, 0.58793783), (0.5, 0.70710677, 0.5), (0.3928475, 0.7071068, 0.58793783), (0.46193975, 0.55557024, 0.6913417), (0.46193975, 0.55557024, 0.6913417), (0.3928475, 0.7071068, 0.58793783), (0.27059805, 0.70710677, 0.6532815), (0.31818965, 0.55557024, 0.76817775), (0.31818965, 0.55557024, 0.76817775), (0.27059805, 0.70710677, 0.6532815), (0.13794969, 0.70710677, 0.69351995), (0.16221167, 0.55557024, 0.81549317), (0.16221167, 0.55557024, 0.81549317), (0.13794969, 0.70710677, 0.69351995), (4.3297806e-17, 0.7071068, 0.7071068), (5.091283e-17, 0.55557024, 0.8314696), (5.091283e-17, 0.55557024, 0.8314696), (4.3297806e-17, 0.7071068, 0.7071068), (-0.13794969, 0.70710677, 0.69351995), (-0.16221167, 0.55557024, 0.81549317), (-0.16221167, 0.55557024, 0.81549317), (-0.13794969, 0.70710677, 0.69351995), (-0.27059805, 0.70710677, 0.6532815), (-0.31818965, 0.55557024, 0.76817775), (-0.31818965, 0.55557024, 0.76817775), (-0.27059805, 0.70710677, 0.6532815), (-0.3928475, 0.7071068, 0.58793783), (-0.46193975, 0.55557024, 0.6913417), (-0.46193975, 0.55557024, 0.6913417), (-0.3928475, 0.7071068, 0.58793783), (-0.5, 0.70710677, 0.5), (-0.58793783, 0.5555703, 0.58793783), (-0.58793783, 0.5555703, 0.58793783), (-0.5, 0.70710677, 0.5), (-0.58793783, 0.7071068, 0.3928475), (-0.6913417, 0.55557024, 0.46193975), (-0.6913417, 0.55557024, 0.46193975), (-0.58793783, 0.7071068, 0.3928475), (-0.6532815, 0.70710677, 0.27059805), (-0.76817775, 0.55557024, 0.31818965), (-0.76817775, 0.55557024, 0.31818965), (-0.6532815, 0.70710677, 0.27059805), (-0.69351995, 0.70710677, 0.13794969), (-0.81549317, 0.55557024, 0.16221167), (-0.81549317, 0.55557024, 0.16221167), (-0.69351995, 0.70710677, 0.13794969), (-0.7071068, 0.7071068, 8.659561e-17), (-0.8314696, 0.55557024, 1.0182566e-16), (-0.8314696, 0.55557024, 1.0182566e-16), (-0.7071068, 0.7071068, 8.659561e-17), (-0.69351995, 0.70710677, -0.13794969), (-0.81549317, 0.55557024, -0.16221167), (-0.81549317, 0.55557024, -0.16221167), (-0.69351995, 0.70710677, -0.13794969), (-0.6532815, 0.70710677, -0.27059805), (-0.76817775, 0.55557024, -0.31818965), (-0.76817775, 0.55557024, -0.31818965), (-0.6532815, 0.70710677, -0.27059805), (-0.58793783, 0.7071068, -0.3928475), (-0.6913417, 0.55557024, -0.46193975), (-0.6913417, 0.55557024, -0.46193975), (-0.58793783, 0.7071068, -0.3928475), (-0.5, 0.70710677, -0.5), (-0.58793783, 0.5555703, -0.58793783), (-0.58793783, 0.5555703, -0.58793783), (-0.5, 0.70710677, -0.5), (-0.3928475, 0.7071068, -0.58793783), (-0.46193975, 0.55557024, -0.6913417), (-0.46193975, 0.55557024, -0.6913417), (-0.3928475, 0.7071068, -0.58793783), (-0.27059805, 0.70710677, -0.6532815), (-0.31818965, 0.55557024, -0.76817775), (-0.31818965, 0.55557024, -0.76817775), (-0.27059805, 0.70710677, -0.6532815), (-0.13794969, 0.70710677, -0.69351995), (-0.16221167, 0.55557024, -0.81549317), (-0.16221167, 0.55557024, -0.81549317), (-0.13794969, 0.70710677, -0.69351995), (-1.2989342e-16, 0.7071068, -0.7071068), (-1.5273849e-16, 0.55557024, -0.8314696), (-1.5273849e-16, 0.55557024, -0.8314696), (-1.2989342e-16, 0.7071068, -0.7071068), (0.13794969, 0.70710677, -0.69351995), (0.16221167, 0.55557024, -0.81549317), (0.16221167, 0.55557024, -0.81549317), (0.13794969, 0.70710677, -0.69351995), (0.27059805, 0.70710677, -0.6532815), (0.31818965, 0.55557024, -0.76817775), (0.31818965, 0.55557024, -0.76817775), (0.27059805, 0.70710677, -0.6532815), (0.3928475, 0.7071068, -0.58793783), (0.46193975, 0.55557024, -0.6913417), (0.46193975, 0.55557024, -0.6913417), (0.3928475, 0.7071068, -0.58793783), (0.5, 0.70710677, -0.5), (0.58793783, 0.5555703, -0.58793783), (0.58793783, 0.5555703, -0.58793783), (0.5, 0.70710677, -0.5), (0.58793783, 0.7071068, -0.3928475), (0.6913417, 0.55557024, -0.46193975), (0.6913417, 0.55557024, -0.46193975), (0.58793783, 0.7071068, -0.3928475), (0.6532815, 0.70710677, -0.27059805), (0.76817775, 0.55557024, -0.31818965), (0.76817775, 0.55557024, -0.31818965), (0.6532815, 0.70710677, -0.27059805), (0.69351995, 0.70710677, -0.13794969), (0.81549317, 0.55557024, -0.16221167), (0.81549317, 0.55557024, -0.16221167), (0.69351995, 0.70710677, -0.13794969), (0.7071068, 0.7071068, 0), (0.8314696, 0.55557024, 0), (0.7071068, 0.7071068, 0), (0.55557024, 0.8314696, 0), (0.5448951, 0.8314696, 0.108386375), (0.69351995, 0.70710677, 0.13794969), (0.69351995, 0.70710677, 0.13794969), (0.5448951, 0.8314696, 0.108386375), (0.51328, 0.8314696, 0.21260752), (0.6532815, 0.70710677, 0.27059805), (0.6532815, 0.70710677, 0.27059805), (0.51328, 0.8314696, 0.21260752), (0.46193978, 0.83146966, 0.3086583), (0.58793783, 0.7071068, 0.3928475), (0.58793783, 0.7071068, 0.3928475), (0.46193978, 0.83146966, 0.3086583), (0.3928475, 0.83146966, 0.3928475), (0.5, 0.70710677, 0.5), (0.5, 0.70710677, 0.5), (0.3928475, 0.83146966, 0.3928475), (0.3086583, 0.83146966, 0.46193978), (0.3928475, 0.7071068, 0.58793783), (0.3928475, 0.7071068, 0.58793783), (0.3086583, 0.83146966, 0.46193978), (0.21260752, 0.8314696, 0.51328), (0.27059805, 0.70710677, 0.6532815), (0.27059805, 0.70710677, 0.6532815), (0.21260752, 0.8314696, 0.51328), (0.108386375, 0.8314696, 0.5448951), (0.13794969, 0.70710677, 0.69351995), (0.13794969, 0.70710677, 0.69351995), (0.108386375, 0.8314696, 0.5448951), (3.4018865e-17, 0.8314696, 0.55557024), (4.3297806e-17, 0.7071068, 0.7071068), (4.3297806e-17, 0.7071068, 0.7071068), (3.4018865e-17, 0.8314696, 0.55557024), (-0.108386375, 0.8314696, 0.5448951), (-0.13794969, 0.70710677, 0.69351995), (-0.13794969, 0.70710677, 0.69351995), (-0.108386375, 0.8314696, 0.5448951), (-0.21260752, 0.8314696, 0.51328), (-0.27059805, 0.70710677, 0.6532815), (-0.27059805, 0.70710677, 0.6532815), (-0.21260752, 0.8314696, 0.51328), (-0.3086583, 0.83146966, 0.46193978), (-0.3928475, 0.7071068, 0.58793783), (-0.3928475, 0.7071068, 0.58793783), (-0.3086583, 0.83146966, 0.46193978), (-0.3928475, 0.83146966, 0.3928475), (-0.5, 0.70710677, 0.5), (-0.5, 0.70710677, 0.5), (-0.3928475, 0.83146966, 0.3928475), (-0.46193978, 0.83146966, 0.3086583), (-0.58793783, 0.7071068, 0.3928475), (-0.58793783, 0.7071068, 0.3928475), (-0.46193978, 0.83146966, 0.3086583), (-0.51328, 0.8314696, 0.21260752), (-0.6532815, 0.70710677, 0.27059805), (-0.6532815, 0.70710677, 0.27059805), (-0.51328, 0.8314696, 0.21260752), (-0.5448951, 0.8314696, 0.108386375), (-0.69351995, 0.70710677, 0.13794969), (-0.69351995, 0.70710677, 0.13794969), (-0.5448951, 0.8314696, 0.108386375), (-0.55557024, 0.8314696, 6.803773e-17), (-0.7071068, 0.7071068, 8.659561e-17), (-0.7071068, 0.7071068, 8.659561e-17), (-0.55557024, 0.8314696, 6.803773e-17), (-0.5448951, 0.8314696, -0.108386375), (-0.69351995, 0.70710677, -0.13794969), (-0.69351995, 0.70710677, -0.13794969), (-0.5448951, 0.8314696, -0.108386375), (-0.51328, 0.8314696, -0.21260752), (-0.6532815, 0.70710677, -0.27059805), (-0.6532815, 0.70710677, -0.27059805), (-0.51328, 0.8314696, -0.21260752), (-0.46193978, 0.83146966, -0.3086583), (-0.58793783, 0.7071068, -0.3928475), (-0.58793783, 0.7071068, -0.3928475), (-0.46193978, 0.83146966, -0.3086583), (-0.3928475, 0.83146966, -0.3928475), (-0.5, 0.70710677, -0.5), (-0.5, 0.70710677, -0.5), (-0.3928475, 0.83146966, -0.3928475), (-0.3086583, 0.83146966, -0.46193978), (-0.3928475, 0.7071068, -0.58793783), (-0.3928475, 0.7071068, -0.58793783), (-0.3086583, 0.83146966, -0.46193978), (-0.21260752, 0.8314696, -0.51328), (-0.27059805, 0.70710677, -0.6532815), (-0.27059805, 0.70710677, -0.6532815), (-0.21260752, 0.8314696, -0.51328), (-0.108386375, 0.8314696, -0.5448951), (-0.13794969, 0.70710677, -0.69351995), (-0.13794969, 0.70710677, -0.69351995), (-0.108386375, 0.8314696, -0.5448951), (-1.020566e-16, 0.8314696, -0.55557024), (-1.2989342e-16, 0.7071068, -0.7071068), (-1.2989342e-16, 0.7071068, -0.7071068), (-1.020566e-16, 0.8314696, -0.55557024), (0.108386375, 0.8314696, -0.5448951), (0.13794969, 0.70710677, -0.69351995), (0.13794969, 0.70710677, -0.69351995), (0.108386375, 0.8314696, -0.5448951), (0.21260752, 0.8314696, -0.51328), (0.27059805, 0.70710677, -0.6532815), (0.27059805, 0.70710677, -0.6532815), (0.21260752, 0.8314696, -0.51328), (0.3086583, 0.83146966, -0.46193978), (0.3928475, 0.7071068, -0.58793783), (0.3928475, 0.7071068, -0.58793783), (0.3086583, 0.83146966, -0.46193978), (0.3928475, 0.83146966, -0.3928475), (0.5, 0.70710677, -0.5), (0.5, 0.70710677, -0.5), (0.3928475, 0.83146966, -0.3928475), (0.46193978, 0.83146966, -0.3086583), (0.58793783, 0.7071068, -0.3928475), (0.58793783, 0.7071068, -0.3928475), (0.46193978, 0.83146966, -0.3086583), (0.51328, 0.8314696, -0.21260752), (0.6532815, 0.70710677, -0.27059805), (0.6532815, 0.70710677, -0.27059805), (0.51328, 0.8314696, -0.21260752), (0.5448951, 0.8314696, -0.108386375), (0.69351995, 0.70710677, -0.13794969), (0.69351995, 0.70710677, -0.13794969), (0.5448951, 0.8314696, -0.108386375), (0.55557024, 0.8314696, 0), (0.7071068, 0.7071068, 0), (0.55557024, 0.8314696, 0), (0.38268346, 0.92387956, 0), (0.3753303, 0.92387956, 0.07465784), (0.5448951, 0.8314696, 0.108386375), (0.5448951, 0.8314696, 0.108386375), (0.3753303, 0.92387956, 0.07465784), (0.3535534, 0.92387956, 0.14644663), (0.51328, 0.8314696, 0.21260752), (0.51328, 0.8314696, 0.21260752), (0.3535534, 0.92387956, 0.14644663), (0.31818968, 0.92387956, 0.21260753), (0.46193978, 0.83146966, 0.3086583), (0.46193978, 0.83146966, 0.3086583), (0.31818968, 0.92387956, 0.21260753), (0.27059808, 0.92387956, 0.27059808), (0.3928475, 0.83146966, 0.3928475), (0.3928475, 0.83146966, 0.3928475), (0.27059808, 0.92387956, 0.27059808), (0.21260753, 0.92387956, 0.31818968), (0.3086583, 0.83146966, 0.46193978), (0.3086583, 0.83146966, 0.46193978), (0.21260753, 0.92387956, 0.31818968), (0.14644663, 0.92387956, 0.3535534), (0.21260752, 0.8314696, 0.51328), (0.21260752, 0.8314696, 0.51328), (0.14644663, 0.92387956, 0.3535534), (0.074657835, 0.9238795, 0.37533027), (0.108386375, 0.8314696, 0.5448951), (0.108386375, 0.8314696, 0.5448951), (0.074657835, 0.9238795, 0.37533027), (2.3432604e-17, 0.92387956, 0.38268346), (3.4018865e-17, 0.8314696, 0.55557024), (3.4018865e-17, 0.8314696, 0.55557024), (2.3432604e-17, 0.92387956, 0.38268346), (-0.074657835, 0.9238795, 0.37533027), (-0.108386375, 0.8314696, 0.5448951), (-0.108386375, 0.8314696, 0.5448951), (-0.074657835, 0.9238795, 0.37533027), (-0.14644663, 0.92387956, 0.3535534), (-0.21260752, 0.8314696, 0.51328), (-0.21260752, 0.8314696, 0.51328), (-0.14644663, 0.92387956, 0.3535534), (-0.21260753, 0.92387956, 0.31818968), (-0.3086583, 0.83146966, 0.46193978), (-0.3086583, 0.83146966, 0.46193978), (-0.21260753, 0.92387956, 0.31818968), (-0.27059808, 0.92387956, 0.27059808), (-0.3928475, 0.83146966, 0.3928475), (-0.3928475, 0.83146966, 0.3928475), (-0.27059808, 0.92387956, 0.27059808), (-0.31818968, 0.92387956, 0.21260753), (-0.46193978, 0.83146966, 0.3086583), (-0.46193978, 0.83146966, 0.3086583), (-0.31818968, 0.92387956, 0.21260753), (-0.3535534, 0.92387956, 0.14644663), (-0.51328, 0.8314696, 0.21260752), (-0.51328, 0.8314696, 0.21260752), (-0.3535534, 0.92387956, 0.14644663), (-0.3753303, 0.92387956, 0.07465784), (-0.5448951, 0.8314696, 0.108386375), (-0.5448951, 0.8314696, 0.108386375), (-0.3753303, 0.92387956, 0.07465784), (-0.38268346, 0.92387956, 4.6865208e-17), (-0.55557024, 0.8314696, 6.803773e-17), (-0.55557024, 0.8314696, 6.803773e-17), (-0.38268346, 0.92387956, 4.6865208e-17), (-0.3753303, 0.92387956, -0.07465784), (-0.5448951, 0.8314696, -0.108386375), (-0.5448951, 0.8314696, -0.108386375), (-0.3753303, 0.92387956, -0.07465784), (-0.3535534, 0.92387956, -0.14644663), (-0.51328, 0.8314696, -0.21260752), (-0.51328, 0.8314696, -0.21260752), (-0.3535534, 0.92387956, -0.14644663), (-0.31818968, 0.92387956, -0.21260753), (-0.46193978, 0.83146966, -0.3086583), (-0.46193978, 0.83146966, -0.3086583), (-0.31818968, 0.92387956, -0.21260753), (-0.27059808, 0.92387956, -0.27059808), (-0.3928475, 0.83146966, -0.3928475), (-0.3928475, 0.83146966, -0.3928475), (-0.27059808, 0.92387956, -0.27059808), (-0.21260753, 0.92387956, -0.31818968), (-0.3086583, 0.83146966, -0.46193978), (-0.3086583, 0.83146966, -0.46193978), (-0.21260753, 0.92387956, -0.31818968), (-0.14644663, 0.92387956, -0.3535534), (-0.21260752, 0.8314696, -0.51328), (-0.21260752, 0.8314696, -0.51328), (-0.14644663, 0.92387956, -0.3535534), (-0.074657835, 0.9238795, -0.37533027), (-0.108386375, 0.8314696, -0.5448951), (-0.108386375, 0.8314696, -0.5448951), (-0.074657835, 0.9238795, -0.37533027), (-7.029781e-17, 0.92387956, -0.38268346), (-1.020566e-16, 0.8314696, -0.55557024), (-1.020566e-16, 0.8314696, -0.55557024), (-7.029781e-17, 0.92387956, -0.38268346), (0.074657835, 0.9238795, -0.37533027), (0.108386375, 0.8314696, -0.5448951), (0.108386375, 0.8314696, -0.5448951), (0.074657835, 0.9238795, -0.37533027), (0.14644663, 0.92387956, -0.3535534), (0.21260752, 0.8314696, -0.51328), (0.21260752, 0.8314696, -0.51328), (0.14644663, 0.92387956, -0.3535534), (0.21260753, 0.92387956, -0.31818968), (0.3086583, 0.83146966, -0.46193978), (0.3086583, 0.83146966, -0.46193978), (0.21260753, 0.92387956, -0.31818968), (0.27059808, 0.92387956, -0.27059808), (0.3928475, 0.83146966, -0.3928475), (0.3928475, 0.83146966, -0.3928475), (0.27059808, 0.92387956, -0.27059808), (0.31818968, 0.92387956, -0.21260753), (0.46193978, 0.83146966, -0.3086583), (0.46193978, 0.83146966, -0.3086583), (0.31818968, 0.92387956, -0.21260753), (0.3535534, 0.92387956, -0.14644663), (0.51328, 0.8314696, -0.21260752), (0.51328, 0.8314696, -0.21260752), (0.3535534, 0.92387956, -0.14644663), (0.3753303, 0.92387956, -0.07465784), (0.5448951, 0.8314696, -0.108386375), (0.5448951, 0.8314696, -0.108386375), (0.3753303, 0.92387956, -0.07465784), (0.38268346, 0.92387956, 0), (0.55557024, 0.8314696, 0), (0.38268346, 0.92387956, 0), (0.19509034, 0.9807853, 0), (0.19134173, 0.9807853, 0.038060237), (0.3753303, 0.92387956, 0.07465784), (0.3753303, 0.92387956, 0.07465784), (0.19134173, 0.9807853, 0.038060237), (0.18023998, 0.9807853, 0.07465784), (0.3535534, 0.92387956, 0.14644663), (0.3535534, 0.92387956, 0.14644663), (0.18023998, 0.9807853, 0.07465784), (0.16221169, 0.9807853, 0.10838638), (0.31818968, 0.92387956, 0.21260753), (0.31818968, 0.92387956, 0.21260753), (0.16221169, 0.9807853, 0.10838638), (0.1379497, 0.9807853, 0.1379497), (0.27059808, 0.92387956, 0.27059808), (0.27059808, 0.92387956, 0.27059808), (0.1379497, 0.9807853, 0.1379497), (0.10838638, 0.9807853, 0.16221169), (0.21260753, 0.92387956, 0.31818968), (0.21260753, 0.92387956, 0.31818968), (0.10838638, 0.9807853, 0.16221169), (0.07465784, 0.9807853, 0.18023998), (0.14644663, 0.92387956, 0.3535534), (0.14644663, 0.92387956, 0.3535534), (0.07465784, 0.9807853, 0.18023998), (0.038060237, 0.9807853, 0.19134173), (0.074657835, 0.9238795, 0.37533027), (0.074657835, 0.9238795, 0.37533027), (0.038060237, 0.9807853, 0.19134173), (1.1945838e-17, 0.9807853, 0.19509034), (2.3432604e-17, 0.92387956, 0.38268346), (2.3432604e-17, 0.92387956, 0.38268346), (1.1945838e-17, 0.9807853, 0.19509034), (-0.038060237, 0.9807853, 0.19134173), (-0.074657835, 0.9238795, 0.37533027), (-0.074657835, 0.9238795, 0.37533027), (-0.038060237, 0.9807853, 0.19134173), (-0.07465784, 0.9807853, 0.18023998), (-0.14644663, 0.92387956, 0.3535534), (-0.14644663, 0.92387956, 0.3535534), (-0.07465784, 0.9807853, 0.18023998), (-0.10838638, 0.9807853, 0.16221169), (-0.21260753, 0.92387956, 0.31818968), (-0.21260753, 0.92387956, 0.31818968), (-0.10838638, 0.9807853, 0.16221169), (-0.1379497, 0.9807853, 0.1379497), (-0.27059808, 0.92387956, 0.27059808), (-0.27059808, 0.92387956, 0.27059808), (-0.1379497, 0.9807853, 0.1379497), (-0.16221169, 0.9807853, 0.10838638), (-0.31818968, 0.92387956, 0.21260753), (-0.31818968, 0.92387956, 0.21260753), (-0.16221169, 0.9807853, 0.10838638), (-0.18023998, 0.9807853, 0.07465784), (-0.3535534, 0.92387956, 0.14644663), (-0.3535534, 0.92387956, 0.14644663), (-0.18023998, 0.9807853, 0.07465784), (-0.19134173, 0.9807853, 0.038060237), (-0.3753303, 0.92387956, 0.07465784), (-0.3753303, 0.92387956, 0.07465784), (-0.19134173, 0.9807853, 0.038060237), (-0.19509034, 0.9807853, 2.3891676e-17), (-0.38268346, 0.92387956, 4.6865208e-17), (-0.38268346, 0.92387956, 4.6865208e-17), (-0.19509034, 0.9807853, 2.3891676e-17), (-0.19134173, 0.9807853, -0.038060237), (-0.3753303, 0.92387956, -0.07465784), (-0.3753303, 0.92387956, -0.07465784), (-0.19134173, 0.9807853, -0.038060237), (-0.18023998, 0.9807853, -0.07465784), (-0.3535534, 0.92387956, -0.14644663), (-0.3535534, 0.92387956, -0.14644663), (-0.18023998, 0.9807853, -0.07465784), (-0.16221169, 0.9807853, -0.10838638), (-0.31818968, 0.92387956, -0.21260753), (-0.31818968, 0.92387956, -0.21260753), (-0.16221169, 0.9807853, -0.10838638), (-0.1379497, 0.9807853, -0.1379497), (-0.27059808, 0.92387956, -0.27059808), (-0.27059808, 0.92387956, -0.27059808), (-0.1379497, 0.9807853, -0.1379497), (-0.10838638, 0.9807853, -0.16221169), (-0.21260753, 0.92387956, -0.31818968), (-0.21260753, 0.92387956, -0.31818968), (-0.10838638, 0.9807853, -0.16221169), (-0.07465784, 0.9807853, -0.18023998), (-0.14644663, 0.92387956, -0.3535534), (-0.14644663, 0.92387956, -0.3535534), (-0.07465784, 0.9807853, -0.18023998), (-0.038060237, 0.9807853, -0.19134173), (-0.074657835, 0.9238795, -0.37533027), (-0.074657835, 0.9238795, -0.37533027), (-0.038060237, 0.9807853, -0.19134173), (-3.5837514e-17, 0.9807853, -0.19509034), (-7.029781e-17, 0.92387956, -0.38268346), (-7.029781e-17, 0.92387956, -0.38268346), (-3.5837514e-17, 0.9807853, -0.19509034), (0.038060237, 0.9807853, -0.19134173), (0.074657835, 0.9238795, -0.37533027), (0.074657835, 0.9238795, -0.37533027), (0.038060237, 0.9807853, -0.19134173), (0.07465784, 0.9807853, -0.18023998), (0.14644663, 0.92387956, -0.3535534), (0.14644663, 0.92387956, -0.3535534), (0.07465784, 0.9807853, -0.18023998), (0.10838638, 0.9807853, -0.16221169), (0.21260753, 0.92387956, -0.31818968), (0.21260753, 0.92387956, -0.31818968), (0.10838638, 0.9807853, -0.16221169), (0.1379497, 0.9807853, -0.1379497), (0.27059808, 0.92387956, -0.27059808), (0.27059808, 0.92387956, -0.27059808), (0.1379497, 0.9807853, -0.1379497), (0.16221169, 0.9807853, -0.10838638), (0.31818968, 0.92387956, -0.21260753), (0.31818968, 0.92387956, -0.21260753), (0.16221169, 0.9807853, -0.10838638), (0.18023998, 0.9807853, -0.07465784), (0.3535534, 0.92387956, -0.14644663), (0.3535534, 0.92387956, -0.14644663), (0.18023998, 0.9807853, -0.07465784), (0.19134173, 0.9807853, -0.038060237), (0.3753303, 0.92387956, -0.07465784), (0.3753303, 0.92387956, -0.07465784), (0.19134173, 0.9807853, -0.038060237), (0.19509034, 0.9807853, 0), (0.38268346, 0.92387956, 0), (0.19509034, 0.9807853, 0), (0, 1, 0), (0, 1, 0), (0.19134173, 0.9807853, 0.038060237), (0.19134173, 0.9807853, 0.038060237), (0, 1, 0), (0, 1, 0), (0.18023998, 0.9807853, 0.07465784), (0.18023998, 0.9807853, 0.07465784), (0, 1, 0), (0, 1, 0), (0.16221169, 0.9807853, 0.10838638), (0.16221169, 0.9807853, 0.10838638), (0, 1, 0), (0, 1, 0), (0.1379497, 0.9807853, 0.1379497), (0.1379497, 0.9807853, 0.1379497), (0, 1, 0), (0, 1, 0), (0.10838638, 0.9807853, 0.16221169), (0.10838638, 0.9807853, 0.16221169), (0, 1, 0), (0, 1, 0), (0.07465784, 0.9807853, 0.18023998), (0.07465784, 0.9807853, 0.18023998), (0, 1, 0), (0, 1, 0), (0.038060237, 0.9807853, 0.19134173), (0.038060237, 0.9807853, 0.19134173), (0, 1, 0), (0, 1, 0), (1.1945838e-17, 0.9807853, 0.19509034), (1.1945838e-17, 0.9807853, 0.19509034), (0, 1, 0), (0, 1, 0), (-0.038060237, 0.9807853, 0.19134173), (-0.038060237, 0.9807853, 0.19134173), (0, 1, 0), (0, 1, 0), (-0.07465784, 0.9807853, 0.18023998), (-0.07465784, 0.9807853, 0.18023998), (0, 1, 0), (0, 1, 0), (-0.10838638, 0.9807853, 0.16221169), (-0.10838638, 0.9807853, 0.16221169), (0, 1, 0), (0, 1, 0), (-0.1379497, 0.9807853, 0.1379497), (-0.1379497, 0.9807853, 0.1379497), (0, 1, 0), (0, 1, 0), (-0.16221169, 0.9807853, 0.10838638), (-0.16221169, 0.9807853, 0.10838638), (0, 1, 0), (0, 1, 0), (-0.18023998, 0.9807853, 0.07465784), (-0.18023998, 0.9807853, 0.07465784), (0, 1, 0), (0, 1, 0), (-0.19134173, 0.9807853, 0.038060237), (-0.19134173, 0.9807853, 0.038060237), (0, 1, 0), (0, 1, 0), (-0.19509034, 0.9807853, 2.3891676e-17), (-0.19509034, 0.9807853, 2.3891676e-17), (0, 1, 0), (0, 1, 0), (-0.19134173, 0.9807853, -0.038060237), (-0.19134173, 0.9807853, -0.038060237), (0, 1, 0), (0, 1, 0), (-0.18023998, 0.9807853, -0.07465784), (-0.18023998, 0.9807853, -0.07465784), (0, 1, 0), (0, 1, 0), (-0.16221169, 0.9807853, -0.10838638), (-0.16221169, 0.9807853, -0.10838638), (0, 1, 0), (0, 1, 0), (-0.1379497, 0.9807853, -0.1379497), (-0.1379497, 0.9807853, -0.1379497), (0, 1, 0), (0, 1, 0), (-0.10838638, 0.9807853, -0.16221169), (-0.10838638, 0.9807853, -0.16221169), (0, 1, 0), (0, 1, 0), (-0.07465784, 0.9807853, -0.18023998), (-0.07465784, 0.9807853, -0.18023998), (0, 1, 0), (0, 1, 0), (-0.038060237, 0.9807853, -0.19134173), (-0.038060237, 0.9807853, -0.19134173), (0, 1, 0), (0, 1, 0), (-3.5837514e-17, 0.9807853, -0.19509034), (-3.5837514e-17, 0.9807853, -0.19509034), (0, 1, 0), (0, 1, 0), (0.038060237, 0.9807853, -0.19134173), (0.038060237, 0.9807853, -0.19134173), (0, 1, 0), (0, 1, 0), (0.07465784, 0.9807853, -0.18023998), (0.07465784, 0.9807853, -0.18023998), (0, 1, 0), (0, 1, 0), (0.10838638, 0.9807853, -0.16221169), (0.10838638, 0.9807853, -0.16221169), (0, 1, 0), (0, 1, 0), (0.1379497, 0.9807853, -0.1379497), (0.1379497, 0.9807853, -0.1379497), (0, 1, 0), (0, 1, 0), (0.16221169, 0.9807853, -0.10838638), (0.16221169, 0.9807853, -0.10838638), (0, 1, 0), (0, 1, 0), (0.18023998, 0.9807853, -0.07465784), (0.18023998, 0.9807853, -0.07465784), (0, 1, 0), (0, 1, 0), (0.19134173, 0.9807853, -0.038060237), (0.19134173, 0.9807853, -0.038060237), (0, 1, 0), (0, 1, 0), (0.19509034, 0.9807853, 0), (0, 1, 0), (-0.19509034, 0.9807853, 0), (-0.19134173, 0.9807853, -0.038060237), (0, 1, 0), (0, 1, 0), (-0.19134173, 0.9807853, -0.038060237), (-0.18023998, 0.9807853, -0.07465784), (0, 1, 0), (0, 1, 0), (-0.18023998, 0.9807853, -0.07465784), (-0.16221169, 0.9807853, -0.10838638), (0, 1, 0), (0, 1, 0), (-0.16221169, 0.9807853, -0.10838638), (-0.1379497, 0.9807853, -0.1379497), (0, 1, 0), (0, 1, 0), (-0.1379497, 0.9807853, -0.1379497), (-0.10838638, 0.9807853, -0.16221169), (0, 1, 0), (0, 1, 0), (-0.10838638, 0.9807853, -0.16221169), (-0.07465784, 0.9807853, -0.18023998), (0, 1, 0), (0, 1, 0), (-0.07465784, 0.9807853, -0.18023998), (-0.038060237, 0.9807853, -0.19134173), (0, 1, 0), (0, 1, 0), (-0.038060237, 0.9807853, -0.19134173), (-1.1945838e-17, 0.9807853, -0.19509034), (0, 1, 0), (0, 1, 0), (-1.1945838e-17, 0.9807853, -0.19509034), (0.038060237, 0.9807853, -0.19134173), (0, 1, 0), (0, 1, 0), (0.038060237, 0.9807853, -0.19134173), (0.07465784, 0.9807853, -0.18023998), (0, 1, 0), (0, 1, 0), (0.07465784, 0.9807853, -0.18023998), (0.10838638, 0.9807853, -0.16221169), (0, 1, 0), (0, 1, 0), (0.10838638, 0.9807853, -0.16221169), (0.1379497, 0.9807853, -0.1379497), (0, 1, 0), (0, 1, 0), (0.1379497, 0.9807853, -0.1379497), (0.16221169, 0.9807853, -0.10838638), (0, 1, 0), (0, 1, 0), (0.16221169, 0.9807853, -0.10838638), (0.18023998, 0.9807853, -0.07465784), (0, 1, 0), (0, 1, 0), (0.18023998, 0.9807853, -0.07465784), (0.19134173, 0.9807853, -0.038060237), (0, 1, 0), (0, 1, 0), (0.19134173, 0.9807853, -0.038060237), (0.19509034, 0.9807853, -2.3891676e-17), (0, 1, 0), (0, 1, 0), (0.19509034, 0.9807853, -2.3891676e-17), (0.19134173, 0.9807853, 0.038060237), (0, 1, 0), (0, 1, 0), (0.19134173, 0.9807853, 0.038060237), (0.18023998, 0.9807853, 0.07465784), (0, 1, 0), (0, 1, 0), (0.18023998, 0.9807853, 0.07465784), (0.16221169, 0.9807853, 0.10838638), (0, 1, 0), (0, 1, 0), (0.16221169, 0.9807853, 0.10838638), (0.1379497, 0.9807853, 0.1379497), (0, 1, 0), (0, 1, 0), (0.1379497, 0.9807853, 0.1379497), (0.10838638, 0.9807853, 0.16221169), (0, 1, 0), (0, 1, 0), (0.10838638, 0.9807853, 0.16221169), (0.07465784, 0.9807853, 0.18023998), (0, 1, 0), (0, 1, 0), (0.07465784, 0.9807853, 0.18023998), (0.038060237, 0.9807853, 0.19134173), (0, 1, 0), (0, 1, 0), (0.038060237, 0.9807853, 0.19134173), (3.5837514e-17, 0.9807853, 0.19509034), (0, 1, 0), (0, 1, 0), (3.5837514e-17, 0.9807853, 0.19509034), (-0.038060237, 0.9807853, 0.19134173), (0, 1, 0), (0, 1, 0), (-0.038060237, 0.9807853, 0.19134173), (-0.07465784, 0.9807853, 0.18023998), (0, 1, 0), (0, 1, 0), (-0.07465784, 0.9807853, 0.18023998), (-0.10838638, 0.9807853, 0.16221169), (0, 1, 0), (0, 1, 0), (-0.10838638, 0.9807853, 0.16221169), (-0.1379497, 0.9807853, 0.1379497), (0, 1, 0), (0, 1, 0), (-0.1379497, 0.9807853, 0.1379497), (-0.16221169, 0.9807853, 0.10838638), (0, 1, 0), (0, 1, 0), (-0.16221169, 0.9807853, 0.10838638), (-0.18023998, 0.9807853, 0.07465784), (0, 1, 0), (0, 1, 0), (-0.18023998, 0.9807853, 0.07465784), (-0.19134173, 0.9807853, 0.038060237), (0, 1, 0), (0, 1, 0), (-0.19134173, 0.9807853, 0.038060237), (-0.19509034, 0.9807853, 0), (0, 1, 0), (-0.19509034, 0.9807853, 0), (-0.38268346, 0.92387956, 0), (-0.3753303, 0.92387956, -0.07465784), (-0.19134173, 0.9807853, -0.038060237), (-0.19134173, 0.9807853, -0.038060237), (-0.3753303, 0.92387956, -0.07465784), (-0.3535534, 0.92387956, -0.14644663), (-0.18023998, 0.9807853, -0.07465784), (-0.18023998, 0.9807853, -0.07465784), (-0.3535534, 0.92387956, -0.14644663), (-0.31818968, 0.92387956, -0.21260753), (-0.16221169, 0.9807853, -0.10838638), (-0.16221169, 0.9807853, -0.10838638), (-0.31818968, 0.92387956, -0.21260753), (-0.27059808, 0.92387956, -0.27059808), (-0.1379497, 0.9807853, -0.1379497), (-0.1379497, 0.9807853, -0.1379497), (-0.27059808, 0.92387956, -0.27059808), (-0.21260753, 0.92387956, -0.31818968), (-0.10838638, 0.9807853, -0.16221169), (-0.10838638, 0.9807853, -0.16221169), (-0.21260753, 0.92387956, -0.31818968), (-0.14644663, 0.92387956, -0.3535534), (-0.07465784, 0.9807853, -0.18023998), (-0.07465784, 0.9807853, -0.18023998), (-0.14644663, 0.92387956, -0.3535534), (-0.074657835, 0.9238795, -0.37533027), (-0.038060237, 0.9807853, -0.19134173), (-0.038060237, 0.9807853, -0.19134173), (-0.074657835, 0.9238795, -0.37533027), (-2.3432604e-17, 0.92387956, -0.38268346), (-1.1945838e-17, 0.9807853, -0.19509034), (-1.1945838e-17, 0.9807853, -0.19509034), (-2.3432604e-17, 0.92387956, -0.38268346), (0.074657835, 0.9238795, -0.37533027), (0.038060237, 0.9807853, -0.19134173), (0.038060237, 0.9807853, -0.19134173), (0.074657835, 0.9238795, -0.37533027), (0.14644663, 0.92387956, -0.3535534), (0.07465784, 0.9807853, -0.18023998), (0.07465784, 0.9807853, -0.18023998), (0.14644663, 0.92387956, -0.3535534), (0.21260753, 0.92387956, -0.31818968), (0.10838638, 0.9807853, -0.16221169), (0.10838638, 0.9807853, -0.16221169), (0.21260753, 0.92387956, -0.31818968), (0.27059808, 0.92387956, -0.27059808), (0.1379497, 0.9807853, -0.1379497), (0.1379497, 0.9807853, -0.1379497), (0.27059808, 0.92387956, -0.27059808), (0.31818968, 0.92387956, -0.21260753), (0.16221169, 0.9807853, -0.10838638), (0.16221169, 0.9807853, -0.10838638), (0.31818968, 0.92387956, -0.21260753), (0.3535534, 0.92387956, -0.14644663), (0.18023998, 0.9807853, -0.07465784), (0.18023998, 0.9807853, -0.07465784), (0.3535534, 0.92387956, -0.14644663), (0.3753303, 0.92387956, -0.07465784), (0.19134173, 0.9807853, -0.038060237), (0.19134173, 0.9807853, -0.038060237), (0.3753303, 0.92387956, -0.07465784), (0.38268346, 0.92387956, -4.6865208e-17), (0.19509034, 0.9807853, -2.3891676e-17), (0.19509034, 0.9807853, -2.3891676e-17), (0.38268346, 0.92387956, -4.6865208e-17), (0.3753303, 0.92387956, 0.07465784), (0.19134173, 0.9807853, 0.038060237), (0.19134173, 0.9807853, 0.038060237), (0.3753303, 0.92387956, 0.07465784), (0.3535534, 0.92387956, 0.14644663), (0.18023998, 0.9807853, 0.07465784), (0.18023998, 0.9807853, 0.07465784), (0.3535534, 0.92387956, 0.14644663), (0.31818968, 0.92387956, 0.21260753), (0.16221169, 0.9807853, 0.10838638), (0.16221169, 0.9807853, 0.10838638), (0.31818968, 0.92387956, 0.21260753), (0.27059808, 0.92387956, 0.27059808), (0.1379497, 0.9807853, 0.1379497), (0.1379497, 0.9807853, 0.1379497), (0.27059808, 0.92387956, 0.27059808), (0.21260753, 0.92387956, 0.31818968), (0.10838638, 0.9807853, 0.16221169), (0.10838638, 0.9807853, 0.16221169), (0.21260753, 0.92387956, 0.31818968), (0.14644663, 0.92387956, 0.3535534), (0.07465784, 0.9807853, 0.18023998), (0.07465784, 0.9807853, 0.18023998), (0.14644663, 0.92387956, 0.3535534), (0.074657835, 0.9238795, 0.37533027), (0.038060237, 0.9807853, 0.19134173), (0.038060237, 0.9807853, 0.19134173), (0.074657835, 0.9238795, 0.37533027), (7.029781e-17, 0.92387956, 0.38268346), (3.5837514e-17, 0.9807853, 0.19509034), (3.5837514e-17, 0.9807853, 0.19509034), (7.029781e-17, 0.92387956, 0.38268346), (-0.074657835, 0.9238795, 0.37533027), (-0.038060237, 0.9807853, 0.19134173), (-0.038060237, 0.9807853, 0.19134173), (-0.074657835, 0.9238795, 0.37533027), (-0.14644663, 0.92387956, 0.3535534), (-0.07465784, 0.9807853, 0.18023998), (-0.07465784, 0.9807853, 0.18023998), (-0.14644663, 0.92387956, 0.3535534), (-0.21260753, 0.92387956, 0.31818968), (-0.10838638, 0.9807853, 0.16221169), (-0.10838638, 0.9807853, 0.16221169), (-0.21260753, 0.92387956, 0.31818968), (-0.27059808, 0.92387956, 0.27059808), (-0.1379497, 0.9807853, 0.1379497), (-0.1379497, 0.9807853, 0.1379497), (-0.27059808, 0.92387956, 0.27059808), (-0.31818968, 0.92387956, 0.21260753), (-0.16221169, 0.9807853, 0.10838638), (-0.16221169, 0.9807853, 0.10838638), (-0.31818968, 0.92387956, 0.21260753), (-0.3535534, 0.92387956, 0.14644663), (-0.18023998, 0.9807853, 0.07465784), (-0.18023998, 0.9807853, 0.07465784), (-0.3535534, 0.92387956, 0.14644663), (-0.3753303, 0.92387956, 0.07465784), (-0.19134173, 0.9807853, 0.038060237), (-0.19134173, 0.9807853, 0.038060237), (-0.3753303, 0.92387956, 0.07465784), (-0.38268346, 0.92387956, 0), (-0.19509034, 0.9807853, 0), (-0.38268346, 0.92387956, 0), (-0.55557024, 0.8314696, 0), (-0.5448951, 0.8314696, -0.108386375), (-0.3753303, 0.92387956, -0.07465784), (-0.3753303, 0.92387956, -0.07465784), (-0.5448951, 0.8314696, -0.108386375), (-0.51328, 0.8314696, -0.21260752), (-0.3535534, 0.92387956, -0.14644663), (-0.3535534, 0.92387956, -0.14644663), (-0.51328, 0.8314696, -0.21260752), (-0.46193978, 0.83146966, -0.3086583), (-0.31818968, 0.92387956, -0.21260753), (-0.31818968, 0.92387956, -0.21260753), (-0.46193978, 0.83146966, -0.3086583), (-0.3928475, 0.83146966, -0.3928475), (-0.27059808, 0.92387956, -0.27059808), (-0.27059808, 0.92387956, -0.27059808), (-0.3928475, 0.83146966, -0.3928475), (-0.3086583, 0.83146966, -0.46193978), (-0.21260753, 0.92387956, -0.31818968), (-0.21260753, 0.92387956, -0.31818968), (-0.3086583, 0.83146966, -0.46193978), (-0.21260752, 0.8314696, -0.51328), (-0.14644663, 0.92387956, -0.3535534), (-0.14644663, 0.92387956, -0.3535534), (-0.21260752, 0.8314696, -0.51328), (-0.108386375, 0.8314696, -0.5448951), (-0.074657835, 0.9238795, -0.37533027), (-0.074657835, 0.9238795, -0.37533027), (-0.108386375, 0.8314696, -0.5448951), (-3.4018865e-17, 0.8314696, -0.55557024), (-2.3432604e-17, 0.92387956, -0.38268346), (-2.3432604e-17, 0.92387956, -0.38268346), (-3.4018865e-17, 0.8314696, -0.55557024), (0.108386375, 0.8314696, -0.5448951), (0.074657835, 0.9238795, -0.37533027), (0.074657835, 0.9238795, -0.37533027), (0.108386375, 0.8314696, -0.5448951), (0.21260752, 0.8314696, -0.51328), (0.14644663, 0.92387956, -0.3535534), (0.14644663, 0.92387956, -0.3535534), (0.21260752, 0.8314696, -0.51328), (0.3086583, 0.83146966, -0.46193978), (0.21260753, 0.92387956, -0.31818968), (0.21260753, 0.92387956, -0.31818968), (0.3086583, 0.83146966, -0.46193978), (0.3928475, 0.83146966, -0.3928475), (0.27059808, 0.92387956, -0.27059808), (0.27059808, 0.92387956, -0.27059808), (0.3928475, 0.83146966, -0.3928475), (0.46193978, 0.83146966, -0.3086583), (0.31818968, 0.92387956, -0.21260753), (0.31818968, 0.92387956, -0.21260753), (0.46193978, 0.83146966, -0.3086583), (0.51328, 0.8314696, -0.21260752), (0.3535534, 0.92387956, -0.14644663), (0.3535534, 0.92387956, -0.14644663), (0.51328, 0.8314696, -0.21260752), (0.5448951, 0.8314696, -0.108386375), (0.3753303, 0.92387956, -0.07465784), (0.3753303, 0.92387956, -0.07465784), (0.5448951, 0.8314696, -0.108386375), (0.55557024, 0.8314696, -6.803773e-17), (0.38268346, 0.92387956, -4.6865208e-17), (0.38268346, 0.92387956, -4.6865208e-17), (0.55557024, 0.8314696, -6.803773e-17), (0.5448951, 0.8314696, 0.108386375), (0.3753303, 0.92387956, 0.07465784), (0.3753303, 0.92387956, 0.07465784), (0.5448951, 0.8314696, 0.108386375), (0.51328, 0.8314696, 0.21260752), (0.3535534, 0.92387956, 0.14644663), (0.3535534, 0.92387956, 0.14644663), (0.51328, 0.8314696, 0.21260752), (0.46193978, 0.83146966, 0.3086583), (0.31818968, 0.92387956, 0.21260753), (0.31818968, 0.92387956, 0.21260753), (0.46193978, 0.83146966, 0.3086583), (0.3928475, 0.83146966, 0.3928475), (0.27059808, 0.92387956, 0.27059808), (0.27059808, 0.92387956, 0.27059808), (0.3928475, 0.83146966, 0.3928475), (0.3086583, 0.83146966, 0.46193978), (0.21260753, 0.92387956, 0.31818968), (0.21260753, 0.92387956, 0.31818968), (0.3086583, 0.83146966, 0.46193978), (0.21260752, 0.8314696, 0.51328), (0.14644663, 0.92387956, 0.3535534), (0.14644663, 0.92387956, 0.3535534), (0.21260752, 0.8314696, 0.51328), (0.108386375, 0.8314696, 0.5448951), (0.074657835, 0.9238795, 0.37533027), (0.074657835, 0.9238795, 0.37533027), (0.108386375, 0.8314696, 0.5448951), (1.020566e-16, 0.8314696, 0.55557024), (7.029781e-17, 0.92387956, 0.38268346), (7.029781e-17, 0.92387956, 0.38268346), (1.020566e-16, 0.8314696, 0.55557024), (-0.108386375, 0.8314696, 0.5448951), (-0.074657835, 0.9238795, 0.37533027), (-0.074657835, 0.9238795, 0.37533027), (-0.108386375, 0.8314696, 0.5448951), (-0.21260752, 0.8314696, 0.51328), (-0.14644663, 0.92387956, 0.3535534), (-0.14644663, 0.92387956, 0.3535534), (-0.21260752, 0.8314696, 0.51328), (-0.3086583, 0.83146966, 0.46193978), (-0.21260753, 0.92387956, 0.31818968), (-0.21260753, 0.92387956, 0.31818968), (-0.3086583, 0.83146966, 0.46193978), (-0.3928475, 0.83146966, 0.3928475), (-0.27059808, 0.92387956, 0.27059808), (-0.27059808, 0.92387956, 0.27059808), (-0.3928475, 0.83146966, 0.3928475), (-0.46193978, 0.83146966, 0.3086583), (-0.31818968, 0.92387956, 0.21260753), (-0.31818968, 0.92387956, 0.21260753), (-0.46193978, 0.83146966, 0.3086583), (-0.51328, 0.8314696, 0.21260752), (-0.3535534, 0.92387956, 0.14644663), (-0.3535534, 0.92387956, 0.14644663), (-0.51328, 0.8314696, 0.21260752), (-0.5448951, 0.8314696, 0.108386375), (-0.3753303, 0.92387956, 0.07465784), (-0.3753303, 0.92387956, 0.07465784), (-0.5448951, 0.8314696, 0.108386375), (-0.55557024, 0.8314696, 0), (-0.38268346, 0.92387956, 0), (-0.55557024, 0.8314696, 0), (-0.7071068, 0.7071068, 0), (-0.69351995, 0.70710677, -0.13794969), (-0.5448951, 0.8314696, -0.108386375), (-0.5448951, 0.8314696, -0.108386375), (-0.69351995, 0.70710677, -0.13794969), (-0.6532815, 0.70710677, -0.27059805), (-0.51328, 0.8314696, -0.21260752), (-0.51328, 0.8314696, -0.21260752), (-0.6532815, 0.70710677, -0.27059805), (-0.58793783, 0.7071068, -0.3928475), (-0.46193978, 0.83146966, -0.3086583), (-0.46193978, 0.83146966, -0.3086583), (-0.58793783, 0.7071068, -0.3928475), (-0.5, 0.70710677, -0.5), (-0.3928475, 0.83146966, -0.3928475), (-0.3928475, 0.83146966, -0.3928475), (-0.5, 0.70710677, -0.5), (-0.3928475, 0.7071068, -0.58793783), (-0.3086583, 0.83146966, -0.46193978), (-0.3086583, 0.83146966, -0.46193978), (-0.3928475, 0.7071068, -0.58793783), (-0.27059805, 0.70710677, -0.6532815), (-0.21260752, 0.8314696, -0.51328), (-0.21260752, 0.8314696, -0.51328), (-0.27059805, 0.70710677, -0.6532815), (-0.13794969, 0.70710677, -0.69351995), (-0.108386375, 0.8314696, -0.5448951), (-0.108386375, 0.8314696, -0.5448951), (-0.13794969, 0.70710677, -0.69351995), (-4.3297806e-17, 0.7071068, -0.7071068), (-3.4018865e-17, 0.8314696, -0.55557024), (-3.4018865e-17, 0.8314696, -0.55557024), (-4.3297806e-17, 0.7071068, -0.7071068), (0.13794969, 0.70710677, -0.69351995), (0.108386375, 0.8314696, -0.5448951), (0.108386375, 0.8314696, -0.5448951), (0.13794969, 0.70710677, -0.69351995), (0.27059805, 0.70710677, -0.6532815), (0.21260752, 0.8314696, -0.51328), (0.21260752, 0.8314696, -0.51328), (0.27059805, 0.70710677, -0.6532815), (0.3928475, 0.7071068, -0.58793783), (0.3086583, 0.83146966, -0.46193978), (0.3086583, 0.83146966, -0.46193978), (0.3928475, 0.7071068, -0.58793783), (0.5, 0.70710677, -0.5), (0.3928475, 0.83146966, -0.3928475), (0.3928475, 0.83146966, -0.3928475), (0.5, 0.70710677, -0.5), (0.58793783, 0.7071068, -0.3928475), (0.46193978, 0.83146966, -0.3086583), (0.46193978, 0.83146966, -0.3086583), (0.58793783, 0.7071068, -0.3928475), (0.6532815, 0.70710677, -0.27059805), (0.51328, 0.8314696, -0.21260752), (0.51328, 0.8314696, -0.21260752), (0.6532815, 0.70710677, -0.27059805), (0.69351995, 0.70710677, -0.13794969), (0.5448951, 0.8314696, -0.108386375), (0.5448951, 0.8314696, -0.108386375), (0.69351995, 0.70710677, -0.13794969), (0.7071068, 0.7071068, -8.659561e-17), (0.55557024, 0.8314696, -6.803773e-17), (0.55557024, 0.8314696, -6.803773e-17), (0.7071068, 0.7071068, -8.659561e-17), (0.69351995, 0.70710677, 0.13794969), (0.5448951, 0.8314696, 0.108386375), (0.5448951, 0.8314696, 0.108386375), (0.69351995, 0.70710677, 0.13794969), (0.6532815, 0.70710677, 0.27059805), (0.51328, 0.8314696, 0.21260752), (0.51328, 0.8314696, 0.21260752), (0.6532815, 0.70710677, 0.27059805), (0.58793783, 0.7071068, 0.3928475), (0.46193978, 0.83146966, 0.3086583), (0.46193978, 0.83146966, 0.3086583), (0.58793783, 0.7071068, 0.3928475), (0.5, 0.70710677, 0.5), (0.3928475, 0.83146966, 0.3928475), (0.3928475, 0.83146966, 0.3928475), (0.5, 0.70710677, 0.5), (0.3928475, 0.7071068, 0.58793783), (0.3086583, 0.83146966, 0.46193978), (0.3086583, 0.83146966, 0.46193978), (0.3928475, 0.7071068, 0.58793783), (0.27059805, 0.70710677, 0.6532815), (0.21260752, 0.8314696, 0.51328), (0.21260752, 0.8314696, 0.51328), (0.27059805, 0.70710677, 0.6532815), (0.13794969, 0.70710677, 0.69351995), (0.108386375, 0.8314696, 0.5448951), (0.108386375, 0.8314696, 0.5448951), (0.13794969, 0.70710677, 0.69351995), (1.2989342e-16, 0.7071068, 0.7071068), (1.020566e-16, 0.8314696, 0.55557024), (1.020566e-16, 0.8314696, 0.55557024), (1.2989342e-16, 0.7071068, 0.7071068), (-0.13794969, 0.70710677, 0.69351995), (-0.108386375, 0.8314696, 0.5448951), (-0.108386375, 0.8314696, 0.5448951), (-0.13794969, 0.70710677, 0.69351995), (-0.27059805, 0.70710677, 0.6532815), (-0.21260752, 0.8314696, 0.51328), (-0.21260752, 0.8314696, 0.51328), (-0.27059805, 0.70710677, 0.6532815), (-0.3928475, 0.7071068, 0.58793783), (-0.3086583, 0.83146966, 0.46193978), (-0.3086583, 0.83146966, 0.46193978), (-0.3928475, 0.7071068, 0.58793783), (-0.5, 0.70710677, 0.5), (-0.3928475, 0.83146966, 0.3928475), (-0.3928475, 0.83146966, 0.3928475), (-0.5, 0.70710677, 0.5), (-0.58793783, 0.7071068, 0.3928475), (-0.46193978, 0.83146966, 0.3086583), (-0.46193978, 0.83146966, 0.3086583), (-0.58793783, 0.7071068, 0.3928475), (-0.6532815, 0.70710677, 0.27059805), (-0.51328, 0.8314696, 0.21260752), (-0.51328, 0.8314696, 0.21260752), (-0.6532815, 0.70710677, 0.27059805), (-0.69351995, 0.70710677, 0.13794969), (-0.5448951, 0.8314696, 0.108386375), (-0.5448951, 0.8314696, 0.108386375), (-0.69351995, 0.70710677, 0.13794969), (-0.7071068, 0.7071068, 0), (-0.55557024, 0.8314696, 0), (-0.7071068, 0.7071068, 0), (-0.8314696, 0.55557024, 0), (-0.81549317, 0.55557024, -0.16221167), (-0.69351995, 0.70710677, -0.13794969), (-0.69351995, 0.70710677, -0.13794969), (-0.81549317, 0.55557024, -0.16221167), (-0.76817775, 0.55557024, -0.31818965), (-0.6532815, 0.70710677, -0.27059805), (-0.6532815, 0.70710677, -0.27059805), (-0.76817775, 0.55557024, -0.31818965), (-0.6913417, 0.55557024, -0.46193975), (-0.58793783, 0.7071068, -0.3928475), (-0.58793783, 0.7071068, -0.3928475), (-0.6913417, 0.55557024, -0.46193975), (-0.58793783, 0.5555703, -0.58793783), (-0.5, 0.70710677, -0.5), (-0.5, 0.70710677, -0.5), (-0.58793783, 0.5555703, -0.58793783), (-0.46193975, 0.55557024, -0.6913417), (-0.3928475, 0.7071068, -0.58793783), (-0.3928475, 0.7071068, -0.58793783), (-0.46193975, 0.55557024, -0.6913417), (-0.31818965, 0.55557024, -0.76817775), (-0.27059805, 0.70710677, -0.6532815), (-0.27059805, 0.70710677, -0.6532815), (-0.31818965, 0.55557024, -0.76817775), (-0.16221167, 0.55557024, -0.81549317), (-0.13794969, 0.70710677, -0.69351995), (-0.13794969, 0.70710677, -0.69351995), (-0.16221167, 0.55557024, -0.81549317), (-5.091283e-17, 0.55557024, -0.8314696), (-4.3297806e-17, 0.7071068, -0.7071068), (-4.3297806e-17, 0.7071068, -0.7071068), (-5.091283e-17, 0.55557024, -0.8314696), (0.16221167, 0.55557024, -0.81549317), (0.13794969, 0.70710677, -0.69351995), (0.13794969, 0.70710677, -0.69351995), (0.16221167, 0.55557024, -0.81549317), (0.31818965, 0.55557024, -0.76817775), (0.27059805, 0.70710677, -0.6532815), (0.27059805, 0.70710677, -0.6532815), (0.31818965, 0.55557024, -0.76817775), (0.46193975, 0.55557024, -0.6913417), (0.3928475, 0.7071068, -0.58793783), (0.3928475, 0.7071068, -0.58793783), (0.46193975, 0.55557024, -0.6913417), (0.58793783, 0.5555703, -0.58793783), (0.5, 0.70710677, -0.5), (0.5, 0.70710677, -0.5), (0.58793783, 0.5555703, -0.58793783), (0.6913417, 0.55557024, -0.46193975), (0.58793783, 0.7071068, -0.3928475), (0.58793783, 0.7071068, -0.3928475), (0.6913417, 0.55557024, -0.46193975), (0.76817775, 0.55557024, -0.31818965), (0.6532815, 0.70710677, -0.27059805), (0.6532815, 0.70710677, -0.27059805), (0.76817775, 0.55557024, -0.31818965), (0.81549317, 0.55557024, -0.16221167), (0.69351995, 0.70710677, -0.13794969), (0.69351995, 0.70710677, -0.13794969), (0.81549317, 0.55557024, -0.16221167), (0.8314696, 0.55557024, -1.0182566e-16), (0.7071068, 0.7071068, -8.659561e-17), (0.7071068, 0.7071068, -8.659561e-17), (0.8314696, 0.55557024, -1.0182566e-16), (0.81549317, 0.55557024, 0.16221167), (0.69351995, 0.70710677, 0.13794969), (0.69351995, 0.70710677, 0.13794969), (0.81549317, 0.55557024, 0.16221167), (0.76817775, 0.55557024, 0.31818965), (0.6532815, 0.70710677, 0.27059805), (0.6532815, 0.70710677, 0.27059805), (0.76817775, 0.55557024, 0.31818965), (0.6913417, 0.55557024, 0.46193975), (0.58793783, 0.7071068, 0.3928475), (0.58793783, 0.7071068, 0.3928475), (0.6913417, 0.55557024, 0.46193975), (0.58793783, 0.5555703, 0.58793783), (0.5, 0.70710677, 0.5), (0.5, 0.70710677, 0.5), (0.58793783, 0.5555703, 0.58793783), (0.46193975, 0.55557024, 0.6913417), (0.3928475, 0.7071068, 0.58793783), (0.3928475, 0.7071068, 0.58793783), (0.46193975, 0.55557024, 0.6913417), (0.31818965, 0.55557024, 0.76817775), (0.27059805, 0.70710677, 0.6532815), (0.27059805, 0.70710677, 0.6532815), (0.31818965, 0.55557024, 0.76817775), (0.16221167, 0.55557024, 0.81549317), (0.13794969, 0.70710677, 0.69351995), (0.13794969, 0.70710677, 0.69351995), (0.16221167, 0.55557024, 0.81549317), (1.5273849e-16, 0.55557024, 0.8314696), (1.2989342e-16, 0.7071068, 0.7071068), (1.2989342e-16, 0.7071068, 0.7071068), (1.5273849e-16, 0.55557024, 0.8314696), (-0.16221167, 0.55557024, 0.81549317), (-0.13794969, 0.70710677, 0.69351995), (-0.13794969, 0.70710677, 0.69351995), (-0.16221167, 0.55557024, 0.81549317), (-0.31818965, 0.55557024, 0.76817775), (-0.27059805, 0.70710677, 0.6532815), (-0.27059805, 0.70710677, 0.6532815), (-0.31818965, 0.55557024, 0.76817775), (-0.46193975, 0.55557024, 0.6913417), (-0.3928475, 0.7071068, 0.58793783), (-0.3928475, 0.7071068, 0.58793783), (-0.46193975, 0.55557024, 0.6913417), (-0.58793783, 0.5555703, 0.58793783), (-0.5, 0.70710677, 0.5), (-0.5, 0.70710677, 0.5), (-0.58793783, 0.5555703, 0.58793783), (-0.6913417, 0.55557024, 0.46193975), (-0.58793783, 0.7071068, 0.3928475), (-0.58793783, 0.7071068, 0.3928475), (-0.6913417, 0.55557024, 0.46193975), (-0.76817775, 0.55557024, 0.31818965), (-0.6532815, 0.70710677, 0.27059805), (-0.6532815, 0.70710677, 0.27059805), (-0.76817775, 0.55557024, 0.31818965), (-0.81549317, 0.55557024, 0.16221167), (-0.69351995, 0.70710677, 0.13794969), (-0.69351995, 0.70710677, 0.13794969), (-0.81549317, 0.55557024, 0.16221167), (-0.8314696, 0.55557024, 0), (-0.7071068, 0.7071068, 0), (-0.8314696, 0.55557024, 0), (-0.92387956, 0.38268346, 0), (-0.90612745, 0.38268343, -0.18023996), (-0.81549317, 0.55557024, -0.16221167), (-0.81549317, 0.55557024, -0.16221167), (-0.90612745, 0.38268343, -0.18023996), (-0.8535534, 0.38268343, -0.35355338), (-0.76817775, 0.55557024, -0.31818965), (-0.76817775, 0.55557024, -0.31818965), (-0.8535534, 0.38268343, -0.35355338), (-0.76817775, 0.38268343, -0.51328), (-0.6913417, 0.55557024, -0.46193975), (-0.6913417, 0.55557024, -0.46193975), (-0.76817775, 0.38268343, -0.51328), (-0.6532815, 0.38268343, -0.6532815), (-0.58793783, 0.5555703, -0.58793783), (-0.58793783, 0.5555703, -0.58793783), (-0.6532815, 0.38268343, -0.6532815), (-0.51328, 0.38268343, -0.76817775), (-0.46193975, 0.55557024, -0.6913417), (-0.46193975, 0.55557024, -0.6913417), (-0.51328, 0.38268343, -0.76817775), (-0.35355338, 0.38268343, -0.8535534), (-0.31818965, 0.55557024, -0.76817775), (-0.31818965, 0.55557024, -0.76817775), (-0.35355338, 0.38268343, -0.8535534), (-0.18023996, 0.38268343, -0.90612745), (-0.16221167, 0.55557024, -0.81549317), (-0.16221167, 0.55557024, -0.81549317), (-0.18023996, 0.38268343, -0.90612745), (-5.657131e-17, 0.38268346, -0.92387956), (-5.091283e-17, 0.55557024, -0.8314696), (-5.091283e-17, 0.55557024, -0.8314696), (-5.657131e-17, 0.38268346, -0.92387956), (0.18023996, 0.38268343, -0.90612745), (0.16221167, 0.55557024, -0.81549317), (0.16221167, 0.55557024, -0.81549317), (0.18023996, 0.38268343, -0.90612745), (0.35355338, 0.38268343, -0.8535534), (0.31818965, 0.55557024, -0.76817775), (0.31818965, 0.55557024, -0.76817775), (0.35355338, 0.38268343, -0.8535534), (0.51328, 0.38268343, -0.76817775), (0.46193975, 0.55557024, -0.6913417), (0.46193975, 0.55557024, -0.6913417), (0.51328, 0.38268343, -0.76817775), (0.6532815, 0.38268343, -0.6532815), (0.58793783, 0.5555703, -0.58793783), (0.58793783, 0.5555703, -0.58793783), (0.6532815, 0.38268343, -0.6532815), (0.76817775, 0.38268343, -0.51328), (0.6913417, 0.55557024, -0.46193975), (0.6913417, 0.55557024, -0.46193975), (0.76817775, 0.38268343, -0.51328), (0.8535534, 0.38268343, -0.35355338), (0.76817775, 0.55557024, -0.31818965), (0.76817775, 0.55557024, -0.31818965), (0.8535534, 0.38268343, -0.35355338), (0.90612745, 0.38268343, -0.18023996), (0.81549317, 0.55557024, -0.16221167), (0.81549317, 0.55557024, -0.16221167), (0.90612745, 0.38268343, -0.18023996), (0.92387956, 0.38268346, -1.1314262e-16), (0.8314696, 0.55557024, -1.0182566e-16), (0.8314696, 0.55557024, -1.0182566e-16), (0.92387956, 0.38268346, -1.1314262e-16), (0.90612745, 0.38268343, 0.18023996), (0.81549317, 0.55557024, 0.16221167), (0.81549317, 0.55557024, 0.16221167), (0.90612745, 0.38268343, 0.18023996), (0.8535534, 0.38268343, 0.35355338), (0.76817775, 0.55557024, 0.31818965), (0.76817775, 0.55557024, 0.31818965), (0.8535534, 0.38268343, 0.35355338), (0.76817775, 0.38268343, 0.51328), (0.6913417, 0.55557024, 0.46193975), (0.6913417, 0.55557024, 0.46193975), (0.76817775, 0.38268343, 0.51328), (0.6532815, 0.38268343, 0.6532815), (0.58793783, 0.5555703, 0.58793783), (0.58793783, 0.5555703, 0.58793783), (0.6532815, 0.38268343, 0.6532815), (0.51328, 0.38268343, 0.76817775), (0.46193975, 0.55557024, 0.6913417), (0.46193975, 0.55557024, 0.6913417), (0.51328, 0.38268343, 0.76817775), (0.35355338, 0.38268343, 0.8535534), (0.31818965, 0.55557024, 0.76817775), (0.31818965, 0.55557024, 0.76817775), (0.35355338, 0.38268343, 0.8535534), (0.18023996, 0.38268343, 0.90612745), (0.16221167, 0.55557024, 0.81549317), (0.16221167, 0.55557024, 0.81549317), (0.18023996, 0.38268343, 0.90612745), (1.6971393e-16, 0.38268346, 0.92387956), (1.5273849e-16, 0.55557024, 0.8314696), (1.5273849e-16, 0.55557024, 0.8314696), (1.6971393e-16, 0.38268346, 0.92387956), (-0.18023996, 0.38268343, 0.90612745), (-0.16221167, 0.55557024, 0.81549317), (-0.16221167, 0.55557024, 0.81549317), (-0.18023996, 0.38268343, 0.90612745), (-0.35355338, 0.38268343, 0.8535534), (-0.31818965, 0.55557024, 0.76817775), (-0.31818965, 0.55557024, 0.76817775), (-0.35355338, 0.38268343, 0.8535534), (-0.51328, 0.38268343, 0.76817775), (-0.46193975, 0.55557024, 0.6913417), (-0.46193975, 0.55557024, 0.6913417), (-0.51328, 0.38268343, 0.76817775), (-0.6532815, 0.38268343, 0.6532815), (-0.58793783, 0.5555703, 0.58793783), (-0.58793783, 0.5555703, 0.58793783), (-0.6532815, 0.38268343, 0.6532815), (-0.76817775, 0.38268343, 0.51328), (-0.6913417, 0.55557024, 0.46193975), (-0.6913417, 0.55557024, 0.46193975), (-0.76817775, 0.38268343, 0.51328), (-0.8535534, 0.38268343, 0.35355338), (-0.76817775, 0.55557024, 0.31818965), (-0.76817775, 0.55557024, 0.31818965), (-0.8535534, 0.38268343, 0.35355338), (-0.90612745, 0.38268343, 0.18023996), (-0.81549317, 0.55557024, 0.16221167), (-0.81549317, 0.55557024, 0.16221167), (-0.90612745, 0.38268343, 0.18023996), (-0.92387956, 0.38268346, 0), (-0.8314696, 0.55557024, 0), (-0.92387956, 0.38268346, 0), (-0.9807853, 0.19509034, 0), (-0.96193975, 0.19509032, -0.19134171), (-0.90612745, 0.38268343, -0.18023996), (-0.90612745, 0.38268343, -0.18023996), (-0.96193975, 0.19509032, -0.19134171), (-0.90612745, 0.19509032, -0.37533027), (-0.8535534, 0.38268343, -0.35355338), (-0.8535534, 0.38268343, -0.35355338), (-0.90612745, 0.19509032, -0.37533027), (-0.81549317, 0.19509032, -0.5448951), (-0.76817775, 0.38268343, -0.51328), (-0.76817775, 0.38268343, -0.51328), (-0.81549317, 0.19509032, -0.5448951), (-0.69351995, 0.19509032, -0.69351995), (-0.6532815, 0.38268343, -0.6532815), (-0.6532815, 0.38268343, -0.6532815), (-0.69351995, 0.19509032, -0.69351995), (-0.5448951, 0.19509032, -0.81549317), (-0.51328, 0.38268343, -0.76817775), (-0.51328, 0.38268343, -0.76817775), (-0.5448951, 0.19509032, -0.81549317), (-0.37533027, 0.19509032, -0.90612745), (-0.35355338, 0.38268343, -0.8535534), (-0.35355338, 0.38268343, -0.8535534), (-0.37533027, 0.19509032, -0.90612745), (-0.19134173, 0.19509034, -0.9619398), (-0.18023996, 0.38268343, -0.90612745), (-0.18023996, 0.38268343, -0.90612745), (-0.19134173, 0.19509034, -0.9619398), (-6.005579e-17, 0.19509034, -0.9807853), (-5.657131e-17, 0.38268346, -0.92387956), (-5.657131e-17, 0.38268346, -0.92387956), (-6.005579e-17, 0.19509034, -0.9807853), (0.19134173, 0.19509034, -0.9619398), (0.18023996, 0.38268343, -0.90612745), (0.18023996, 0.38268343, -0.90612745), (0.19134173, 0.19509034, -0.9619398), (0.37533027, 0.19509032, -0.90612745), (0.35355338, 0.38268343, -0.8535534), (0.35355338, 0.38268343, -0.8535534), (0.37533027, 0.19509032, -0.90612745), (0.5448951, 0.19509032, -0.81549317), (0.51328, 0.38268343, -0.76817775), (0.51328, 0.38268343, -0.76817775), (0.5448951, 0.19509032, -0.81549317), (0.69351995, 0.19509032, -0.69351995), (0.6532815, 0.38268343, -0.6532815), (0.6532815, 0.38268343, -0.6532815), (0.69351995, 0.19509032, -0.69351995), (0.81549317, 0.19509032, -0.5448951), (0.76817775, 0.38268343, -0.51328), (0.76817775, 0.38268343, -0.51328), (0.81549317, 0.19509032, -0.5448951), (0.90612745, 0.19509032, -0.37533027), (0.8535534, 0.38268343, -0.35355338), (0.8535534, 0.38268343, -0.35355338), (0.90612745, 0.19509032, -0.37533027), (0.96193975, 0.19509032, -0.19134171), (0.90612745, 0.38268343, -0.18023996), (0.90612745, 0.38268343, -0.18023996), (0.96193975, 0.19509032, -0.19134171), (0.9807853, 0.19509034, -1.2011157e-16), (0.92387956, 0.38268346, -1.1314262e-16), (0.92387956, 0.38268346, -1.1314262e-16), (0.9807853, 0.19509034, -1.2011157e-16), (0.96193975, 0.19509032, 0.19134171), (0.90612745, 0.38268343, 0.18023996), (0.90612745, 0.38268343, 0.18023996), (0.96193975, 0.19509032, 0.19134171), (0.90612745, 0.19509032, 0.37533027), (0.8535534, 0.38268343, 0.35355338), (0.8535534, 0.38268343, 0.35355338), (0.90612745, 0.19509032, 0.37533027), (0.81549317, 0.19509032, 0.5448951), (0.76817775, 0.38268343, 0.51328), (0.76817775, 0.38268343, 0.51328), (0.81549317, 0.19509032, 0.5448951), (0.69351995, 0.19509032, 0.69351995), (0.6532815, 0.38268343, 0.6532815), (0.6532815, 0.38268343, 0.6532815), (0.69351995, 0.19509032, 0.69351995), (0.5448951, 0.19509032, 0.81549317), (0.51328, 0.38268343, 0.76817775), (0.51328, 0.38268343, 0.76817775), (0.5448951, 0.19509032, 0.81549317), (0.37533027, 0.19509032, 0.90612745), (0.35355338, 0.38268343, 0.8535534), (0.35355338, 0.38268343, 0.8535534), (0.37533027, 0.19509032, 0.90612745), (0.19134173, 0.19509034, 0.9619398), (0.18023996, 0.38268343, 0.90612745), (0.18023996, 0.38268343, 0.90612745), (0.19134173, 0.19509034, 0.9619398), (1.8016735e-16, 0.19509034, 0.9807853), (1.6971393e-16, 0.38268346, 0.92387956), (1.6971393e-16, 0.38268346, 0.92387956), (1.8016735e-16, 0.19509034, 0.9807853), (-0.19134173, 0.19509034, 0.9619398), (-0.18023996, 0.38268343, 0.90612745), (-0.18023996, 0.38268343, 0.90612745), (-0.19134173, 0.19509034, 0.9619398), (-0.37533027, 0.19509032, 0.90612745), (-0.35355338, 0.38268343, 0.8535534), (-0.35355338, 0.38268343, 0.8535534), (-0.37533027, 0.19509032, 0.90612745), (-0.5448951, 0.19509032, 0.81549317), (-0.51328, 0.38268343, 0.76817775), (-0.51328, 0.38268343, 0.76817775), (-0.5448951, 0.19509032, 0.81549317), (-0.69351995, 0.19509032, 0.69351995), (-0.6532815, 0.38268343, 0.6532815), (-0.6532815, 0.38268343, 0.6532815), (-0.69351995, 0.19509032, 0.69351995), (-0.81549317, 0.19509032, 0.5448951), (-0.76817775, 0.38268343, 0.51328), (-0.76817775, 0.38268343, 0.51328), (-0.81549317, 0.19509032, 0.5448951), (-0.90612745, 0.19509032, 0.37533027), (-0.8535534, 0.38268343, 0.35355338), (-0.8535534, 0.38268343, 0.35355338), (-0.90612745, 0.19509032, 0.37533027), (-0.96193975, 0.19509032, 0.19134171), (-0.90612745, 0.38268343, 0.18023996), (-0.90612745, 0.38268343, 0.18023996), (-0.96193975, 0.19509032, 0.19134171), (-0.9807853, 0.19509034, 0), (-0.92387956, 0.38268346, 0), (-0.9807853, 0.19509034, 0), (-1, 1.2246469e-16, 0), (-0.9807853, 1.224647e-16, -0.19509034), (-0.96193975, 0.19509032, -0.19134171), (-0.96193975, 0.19509032, -0.19134171), (-0.9807853, 1.224647e-16, -0.19509034), (-0.92387956, 1.224647e-16, -0.38268346), (-0.90612745, 0.19509032, -0.37533027), (-0.90612745, 0.19509032, -0.37533027), (-0.92387956, 1.224647e-16, -0.38268346), (-0.8314696, 1.2246469e-16, -0.55557024), (-0.81549317, 0.19509032, -0.5448951), (-0.81549317, 0.19509032, -0.5448951), (-0.8314696, 1.2246469e-16, -0.55557024), (-0.7071068, 1.224647e-16, -0.7071068), (-0.69351995, 0.19509032, -0.69351995), (-0.69351995, 0.19509032, -0.69351995), (-0.7071068, 1.224647e-16, -0.7071068), (-0.55557024, 1.2246469e-16, -0.8314696), (-0.5448951, 0.19509032, -0.81549317), (-0.5448951, 0.19509032, -0.81549317), (-0.55557024, 1.2246469e-16, -0.8314696), (-0.38268346, 1.224647e-16, -0.92387956), (-0.37533027, 0.19509032, -0.90612745), (-0.37533027, 0.19509032, -0.90612745), (-0.38268346, 1.224647e-16, -0.92387956), (-0.19509034, 1.224647e-16, -0.9807853), (-0.19134173, 0.19509034, -0.9619398), (-0.19134173, 0.19509034, -0.9619398), (-0.19509034, 1.224647e-16, -0.9807853), (-6.123234e-17, 1.2246469e-16, -1), (-6.005579e-17, 0.19509034, -0.9807853), (-6.005579e-17, 0.19509034, -0.9807853), (-6.123234e-17, 1.2246469e-16, -1), (0.19509034, 1.224647e-16, -0.9807853), (0.19134173, 0.19509034, -0.9619398), (0.19134173, 0.19509034, -0.9619398), (0.19509034, 1.224647e-16, -0.9807853), (0.38268346, 1.224647e-16, -0.92387956), (0.37533027, 0.19509032, -0.90612745), (0.37533027, 0.19509032, -0.90612745), (0.38268346, 1.224647e-16, -0.92387956), (0.55557024, 1.2246469e-16, -0.8314696), (0.5448951, 0.19509032, -0.81549317), (0.5448951, 0.19509032, -0.81549317), (0.55557024, 1.2246469e-16, -0.8314696), (0.7071068, 1.224647e-16, -0.7071068), (0.69351995, 0.19509032, -0.69351995), (0.69351995, 0.19509032, -0.69351995), (0.7071068, 1.224647e-16, -0.7071068), (0.8314696, 1.2246469e-16, -0.55557024), (0.81549317, 0.19509032, -0.5448951), (0.81549317, 0.19509032, -0.5448951), (0.8314696, 1.2246469e-16, -0.55557024), (0.92387956, 1.224647e-16, -0.38268346), (0.90612745, 0.19509032, -0.37533027), (0.90612745, 0.19509032, -0.37533027), (0.92387956, 1.224647e-16, -0.38268346), (0.9807853, 1.224647e-16, -0.19509034), (0.96193975, 0.19509032, -0.19134171), (0.96193975, 0.19509032, -0.19134171), (0.9807853, 1.224647e-16, -0.19509034), (1, 1.2246469e-16, -1.2246469e-16), (0.9807853, 0.19509034, -1.2011157e-16), (0.9807853, 0.19509034, -1.2011157e-16), (1, 1.2246469e-16, -1.2246469e-16), (0.9807853, 1.224647e-16, 0.19509034), (0.96193975, 0.19509032, 0.19134171), (0.96193975, 0.19509032, 0.19134171), (0.9807853, 1.224647e-16, 0.19509034), (0.92387956, 1.224647e-16, 0.38268346), (0.90612745, 0.19509032, 0.37533027), (0.90612745, 0.19509032, 0.37533027), (0.92387956, 1.224647e-16, 0.38268346), (0.8314696, 1.2246469e-16, 0.55557024), (0.81549317, 0.19509032, 0.5448951), (0.81549317, 0.19509032, 0.5448951), (0.8314696, 1.2246469e-16, 0.55557024), (0.7071068, 1.224647e-16, 0.7071068), (0.69351995, 0.19509032, 0.69351995), (0.69351995, 0.19509032, 0.69351995), (0.7071068, 1.224647e-16, 0.7071068), (0.55557024, 1.2246469e-16, 0.8314696), (0.5448951, 0.19509032, 0.81549317), (0.5448951, 0.19509032, 0.81549317), (0.55557024, 1.2246469e-16, 0.8314696), (0.38268346, 1.224647e-16, 0.92387956), (0.37533027, 0.19509032, 0.90612745), (0.37533027, 0.19509032, 0.90612745), (0.38268346, 1.224647e-16, 0.92387956), (0.19509034, 1.224647e-16, 0.9807853), (0.19134173, 0.19509034, 0.9619398), (0.19134173, 0.19509034, 0.9619398), (0.19509034, 1.224647e-16, 0.9807853), (1.8369701e-16, 1.2246469e-16, 1), (1.8016735e-16, 0.19509034, 0.9807853), (1.8016735e-16, 0.19509034, 0.9807853), (1.8369701e-16, 1.2246469e-16, 1), (-0.19509034, 1.224647e-16, 0.9807853), (-0.19134173, 0.19509034, 0.9619398), (-0.19134173, 0.19509034, 0.9619398), (-0.19509034, 1.224647e-16, 0.9807853), (-0.38268346, 1.224647e-16, 0.92387956), (-0.37533027, 0.19509032, 0.90612745), (-0.37533027, 0.19509032, 0.90612745), (-0.38268346, 1.224647e-16, 0.92387956), (-0.55557024, 1.2246469e-16, 0.8314696), (-0.5448951, 0.19509032, 0.81549317), (-0.5448951, 0.19509032, 0.81549317), (-0.55557024, 1.2246469e-16, 0.8314696), (-0.7071068, 1.224647e-16, 0.7071068), (-0.69351995, 0.19509032, 0.69351995), (-0.69351995, 0.19509032, 0.69351995), (-0.7071068, 1.224647e-16, 0.7071068), (-0.8314696, 1.2246469e-16, 0.55557024), (-0.81549317, 0.19509032, 0.5448951), (-0.81549317, 0.19509032, 0.5448951), (-0.8314696, 1.2246469e-16, 0.55557024), (-0.92387956, 1.224647e-16, 0.38268346), (-0.90612745, 0.19509032, 0.37533027), (-0.90612745, 0.19509032, 0.37533027), (-0.92387956, 1.224647e-16, 0.38268346), (-0.9807853, 1.224647e-16, 0.19509034), (-0.96193975, 0.19509032, 0.19134171), (-0.96193975, 0.19509032, 0.19134171), (-0.9807853, 1.224647e-16, 0.19509034), (-1, 1.2246469e-16, 0), (-0.9807853, 0.19509034, 0), (-1, 1.2246469e-16, 0), (-0.9807853, -0.19509034, 0), (-0.96193975, -0.19509032, -0.19134171), (-0.9807853, 1.224647e-16, -0.19509034), (-0.9807853, 1.224647e-16, -0.19509034), (-0.96193975, -0.19509032, -0.19134171), (-0.90612745, -0.19509032, -0.37533027), (-0.92387956, 1.224647e-16, -0.38268346), (-0.92387956, 1.224647e-16, -0.38268346), (-0.90612745, -0.19509032, -0.37533027), (-0.81549317, -0.19509032, -0.5448951), (-0.8314696, 1.2246469e-16, -0.55557024), (-0.8314696, 1.2246469e-16, -0.55557024), (-0.81549317, -0.19509032, -0.5448951), (-0.69351995, -0.19509032, -0.69351995), (-0.7071068, 1.224647e-16, -0.7071068), (-0.7071068, 1.224647e-16, -0.7071068), (-0.69351995, -0.19509032, -0.69351995), (-0.5448951, -0.19509032, -0.81549317), (-0.55557024, 1.2246469e-16, -0.8314696), (-0.55557024, 1.2246469e-16, -0.8314696), (-0.5448951, -0.19509032, -0.81549317), (-0.37533027, -0.19509032, -0.90612745), (-0.38268346, 1.224647e-16, -0.92387956), (-0.38268346, 1.224647e-16, -0.92387956), (-0.37533027, -0.19509032, -0.90612745), (-0.19134173, -0.19509034, -0.9619398), (-0.19509034, 1.224647e-16, -0.9807853), (-0.19509034, 1.224647e-16, -0.9807853), (-0.19134173, -0.19509034, -0.9619398), (-6.005579e-17, -0.19509034, -0.9807853), (-6.123234e-17, 1.2246469e-16, -1), (-6.123234e-17, 1.2246469e-16, -1), (-6.005579e-17, -0.19509034, -0.9807853), (0.19134173, -0.19509034, -0.9619398), (0.19509034, 1.224647e-16, -0.9807853), (0.19509034, 1.224647e-16, -0.9807853), (0.19134173, -0.19509034, -0.9619398), (0.37533027, -0.19509032, -0.90612745), (0.38268346, 1.224647e-16, -0.92387956), (0.38268346, 1.224647e-16, -0.92387956), (0.37533027, -0.19509032, -0.90612745), (0.5448951, -0.19509032, -0.81549317), (0.55557024, 1.2246469e-16, -0.8314696), (0.55557024, 1.2246469e-16, -0.8314696), (0.5448951, -0.19509032, -0.81549317), (0.69351995, -0.19509032, -0.69351995), (0.7071068, 1.224647e-16, -0.7071068), (0.7071068, 1.224647e-16, -0.7071068), (0.69351995, -0.19509032, -0.69351995), (0.81549317, -0.19509032, -0.5448951), (0.8314696, 1.2246469e-16, -0.55557024), (0.8314696, 1.2246469e-16, -0.55557024), (0.81549317, -0.19509032, -0.5448951), (0.90612745, -0.19509032, -0.37533027), (0.92387956, 1.224647e-16, -0.38268346), (0.92387956, 1.224647e-16, -0.38268346), (0.90612745, -0.19509032, -0.37533027), (0.96193975, -0.19509032, -0.19134171), (0.9807853, 1.224647e-16, -0.19509034), (0.9807853, 1.224647e-16, -0.19509034), (0.96193975, -0.19509032, -0.19134171), (0.9807853, -0.19509034, -1.2011157e-16), (1, 1.2246469e-16, -1.2246469e-16), (1, 1.2246469e-16, -1.2246469e-16), (0.9807853, -0.19509034, -1.2011157e-16), (0.96193975, -0.19509032, 0.19134171), (0.9807853, 1.224647e-16, 0.19509034), (0.9807853, 1.224647e-16, 0.19509034), (0.96193975, -0.19509032, 0.19134171), (0.90612745, -0.19509032, 0.37533027), (0.92387956, 1.224647e-16, 0.38268346), (0.92387956, 1.224647e-16, 0.38268346), (0.90612745, -0.19509032, 0.37533027), (0.81549317, -0.19509032, 0.5448951), (0.8314696, 1.2246469e-16, 0.55557024), (0.8314696, 1.2246469e-16, 0.55557024), (0.81549317, -0.19509032, 0.5448951), (0.69351995, -0.19509032, 0.69351995), (0.7071068, 1.224647e-16, 0.7071068), (0.7071068, 1.224647e-16, 0.7071068), (0.69351995, -0.19509032, 0.69351995), (0.5448951, -0.19509032, 0.81549317), (0.55557024, 1.2246469e-16, 0.8314696), (0.55557024, 1.2246469e-16, 0.8314696), (0.5448951, -0.19509032, 0.81549317), (0.37533027, -0.19509032, 0.90612745), (0.38268346, 1.224647e-16, 0.92387956), (0.38268346, 1.224647e-16, 0.92387956), (0.37533027, -0.19509032, 0.90612745), (0.19134173, -0.19509034, 0.9619398), (0.19509034, 1.224647e-16, 0.9807853), (0.19509034, 1.224647e-16, 0.9807853), (0.19134173, -0.19509034, 0.9619398), (1.8016735e-16, -0.19509034, 0.9807853), (1.8369701e-16, 1.2246469e-16, 1), (1.8369701e-16, 1.2246469e-16, 1), (1.8016735e-16, -0.19509034, 0.9807853), (-0.19134173, -0.19509034, 0.9619398), (-0.19509034, 1.224647e-16, 0.9807853), (-0.19509034, 1.224647e-16, 0.9807853), (-0.19134173, -0.19509034, 0.9619398), (-0.37533027, -0.19509032, 0.90612745), (-0.38268346, 1.224647e-16, 0.92387956), (-0.38268346, 1.224647e-16, 0.92387956), (-0.37533027, -0.19509032, 0.90612745), (-0.5448951, -0.19509032, 0.81549317), (-0.55557024, 1.2246469e-16, 0.8314696), (-0.55557024, 1.2246469e-16, 0.8314696), (-0.5448951, -0.19509032, 0.81549317), (-0.69351995, -0.19509032, 0.69351995), (-0.7071068, 1.224647e-16, 0.7071068), (-0.7071068, 1.224647e-16, 0.7071068), (-0.69351995, -0.19509032, 0.69351995), (-0.81549317, -0.19509032, 0.5448951), (-0.8314696, 1.2246469e-16, 0.55557024), (-0.8314696, 1.2246469e-16, 0.55557024), (-0.81549317, -0.19509032, 0.5448951), (-0.90612745, -0.19509032, 0.37533027), (-0.92387956, 1.224647e-16, 0.38268346), (-0.92387956, 1.224647e-16, 0.38268346), (-0.90612745, -0.19509032, 0.37533027), (-0.96193975, -0.19509032, 0.19134171), (-0.9807853, 1.224647e-16, 0.19509034), (-0.9807853, 1.224647e-16, 0.19509034), (-0.96193975, -0.19509032, 0.19134171), (-0.9807853, -0.19509034, 0), (-1, 1.2246469e-16, 0), (-0.9807853, -0.19509034, 0), (-0.92387956, -0.38268346, 0), (-0.90612745, -0.38268343, -0.18023996), (-0.96193975, -0.19509032, -0.19134171), (-0.96193975, -0.19509032, -0.19134171), (-0.90612745, -0.38268343, -0.18023996), (-0.8535534, -0.38268343, -0.35355338), (-0.90612745, -0.19509032, -0.37533027), (-0.90612745, -0.19509032, -0.37533027), (-0.8535534, -0.38268343, -0.35355338), (-0.76817775, -0.38268343, -0.51328), (-0.81549317, -0.19509032, -0.5448951), (-0.81549317, -0.19509032, -0.5448951), (-0.76817775, -0.38268343, -0.51328), (-0.6532815, -0.38268343, -0.6532815), (-0.69351995, -0.19509032, -0.69351995), (-0.69351995, -0.19509032, -0.69351995), (-0.6532815, -0.38268343, -0.6532815), (-0.51328, -0.38268343, -0.76817775), (-0.5448951, -0.19509032, -0.81549317), (-0.5448951, -0.19509032, -0.81549317), (-0.51328, -0.38268343, -0.76817775), (-0.35355338, -0.38268343, -0.8535534), (-0.37533027, -0.19509032, -0.90612745), (-0.37533027, -0.19509032, -0.90612745), (-0.35355338, -0.38268343, -0.8535534), (-0.18023996, -0.38268343, -0.90612745), (-0.19134173, -0.19509034, -0.9619398), (-0.19134173, -0.19509034, -0.9619398), (-0.18023996, -0.38268343, -0.90612745), (-5.657131e-17, -0.38268346, -0.92387956), (-6.005579e-17, -0.19509034, -0.9807853), (-6.005579e-17, -0.19509034, -0.9807853), (-5.657131e-17, -0.38268346, -0.92387956), (0.18023996, -0.38268343, -0.90612745), (0.19134173, -0.19509034, -0.9619398), (0.19134173, -0.19509034, -0.9619398), (0.18023996, -0.38268343, -0.90612745), (0.35355338, -0.38268343, -0.8535534), (0.37533027, -0.19509032, -0.90612745), (0.37533027, -0.19509032, -0.90612745), (0.35355338, -0.38268343, -0.8535534), (0.51328, -0.38268343, -0.76817775), (0.5448951, -0.19509032, -0.81549317), (0.5448951, -0.19509032, -0.81549317), (0.51328, -0.38268343, -0.76817775), (0.6532815, -0.38268343, -0.6532815), (0.69351995, -0.19509032, -0.69351995), (0.69351995, -0.19509032, -0.69351995), (0.6532815, -0.38268343, -0.6532815), (0.76817775, -0.38268343, -0.51328), (0.81549317, -0.19509032, -0.5448951), (0.81549317, -0.19509032, -0.5448951), (0.76817775, -0.38268343, -0.51328), (0.8535534, -0.38268343, -0.35355338), (0.90612745, -0.19509032, -0.37533027), (0.90612745, -0.19509032, -0.37533027), (0.8535534, -0.38268343, -0.35355338), (0.90612745, -0.38268343, -0.18023996), (0.96193975, -0.19509032, -0.19134171), (0.96193975, -0.19509032, -0.19134171), (0.90612745, -0.38268343, -0.18023996), (0.92387956, -0.38268346, -1.1314262e-16), (0.9807853, -0.19509034, -1.2011157e-16), (0.9807853, -0.19509034, -1.2011157e-16), (0.92387956, -0.38268346, -1.1314262e-16), (0.90612745, -0.38268343, 0.18023996), (0.96193975, -0.19509032, 0.19134171), (0.96193975, -0.19509032, 0.19134171), (0.90612745, -0.38268343, 0.18023996), (0.8535534, -0.38268343, 0.35355338), (0.90612745, -0.19509032, 0.37533027), (0.90612745, -0.19509032, 0.37533027), (0.8535534, -0.38268343, 0.35355338), (0.76817775, -0.38268343, 0.51328), (0.81549317, -0.19509032, 0.5448951), (0.81549317, -0.19509032, 0.5448951), (0.76817775, -0.38268343, 0.51328), (0.6532815, -0.38268343, 0.6532815), (0.69351995, -0.19509032, 0.69351995), (0.69351995, -0.19509032, 0.69351995), (0.6532815, -0.38268343, 0.6532815), (0.51328, -0.38268343, 0.76817775), (0.5448951, -0.19509032, 0.81549317), (0.5448951, -0.19509032, 0.81549317), (0.51328, -0.38268343, 0.76817775), (0.35355338, -0.38268343, 0.8535534), (0.37533027, -0.19509032, 0.90612745), (0.37533027, -0.19509032, 0.90612745), (0.35355338, -0.38268343, 0.8535534), (0.18023996, -0.38268343, 0.90612745), (0.19134173, -0.19509034, 0.9619398), (0.19134173, -0.19509034, 0.9619398), (0.18023996, -0.38268343, 0.90612745), (1.6971393e-16, -0.38268346, 0.92387956), (1.8016735e-16, -0.19509034, 0.9807853), (1.8016735e-16, -0.19509034, 0.9807853), (1.6971393e-16, -0.38268346, 0.92387956), (-0.18023996, -0.38268343, 0.90612745), (-0.19134173, -0.19509034, 0.9619398), (-0.19134173, -0.19509034, 0.9619398), (-0.18023996, -0.38268343, 0.90612745), (-0.35355338, -0.38268343, 0.8535534), (-0.37533027, -0.19509032, 0.90612745), (-0.37533027, -0.19509032, 0.90612745), (-0.35355338, -0.38268343, 0.8535534), (-0.51328, -0.38268343, 0.76817775), (-0.5448951, -0.19509032, 0.81549317), (-0.5448951, -0.19509032, 0.81549317), (-0.51328, -0.38268343, 0.76817775), (-0.6532815, -0.38268343, 0.6532815), (-0.69351995, -0.19509032, 0.69351995), (-0.69351995, -0.19509032, 0.69351995), (-0.6532815, -0.38268343, 0.6532815), (-0.76817775, -0.38268343, 0.51328), (-0.81549317, -0.19509032, 0.5448951), (-0.81549317, -0.19509032, 0.5448951), (-0.76817775, -0.38268343, 0.51328), (-0.8535534, -0.38268343, 0.35355338), (-0.90612745, -0.19509032, 0.37533027), (-0.90612745, -0.19509032, 0.37533027), (-0.8535534, -0.38268343, 0.35355338), (-0.90612745, -0.38268343, 0.18023996), (-0.96193975, -0.19509032, 0.19134171), (-0.96193975, -0.19509032, 0.19134171), (-0.90612745, -0.38268343, 0.18023996), (-0.92387956, -0.38268346, 0), (-0.9807853, -0.19509034, 0), (-0.92387956, -0.38268346, 0), (-0.8314696, -0.55557024, 0), (-0.81549317, -0.55557024, -0.16221167), (-0.90612745, -0.38268343, -0.18023996), (-0.90612745, -0.38268343, -0.18023996), (-0.81549317, -0.55557024, -0.16221167), (-0.76817775, -0.55557024, -0.31818965), (-0.8535534, -0.38268343, -0.35355338), (-0.8535534, -0.38268343, -0.35355338), (-0.76817775, -0.55557024, -0.31818965), (-0.6913417, -0.55557024, -0.46193975), (-0.76817775, -0.38268343, -0.51328), (-0.76817775, -0.38268343, -0.51328), (-0.6913417, -0.55557024, -0.46193975), (-0.58793783, -0.5555703, -0.58793783), (-0.6532815, -0.38268343, -0.6532815), (-0.6532815, -0.38268343, -0.6532815), (-0.58793783, -0.5555703, -0.58793783), (-0.46193975, -0.55557024, -0.6913417), (-0.51328, -0.38268343, -0.76817775), (-0.51328, -0.38268343, -0.76817775), (-0.46193975, -0.55557024, -0.6913417), (-0.31818965, -0.55557024, -0.76817775), (-0.35355338, -0.38268343, -0.8535534), (-0.35355338, -0.38268343, -0.8535534), (-0.31818965, -0.55557024, -0.76817775), (-0.16221167, -0.55557024, -0.81549317), (-0.18023996, -0.38268343, -0.90612745), (-0.18023996, -0.38268343, -0.90612745), (-0.16221167, -0.55557024, -0.81549317), (-5.091283e-17, -0.55557024, -0.8314696), (-5.657131e-17, -0.38268346, -0.92387956), (-5.657131e-17, -0.38268346, -0.92387956), (-5.091283e-17, -0.55557024, -0.8314696), (0.16221167, -0.55557024, -0.81549317), (0.18023996, -0.38268343, -0.90612745), (0.18023996, -0.38268343, -0.90612745), (0.16221167, -0.55557024, -0.81549317), (0.31818965, -0.55557024, -0.76817775), (0.35355338, -0.38268343, -0.8535534), (0.35355338, -0.38268343, -0.8535534), (0.31818965, -0.55557024, -0.76817775), (0.46193975, -0.55557024, -0.6913417), (0.51328, -0.38268343, -0.76817775), (0.51328, -0.38268343, -0.76817775), (0.46193975, -0.55557024, -0.6913417), (0.58793783, -0.5555703, -0.58793783), (0.6532815, -0.38268343, -0.6532815), (0.6532815, -0.38268343, -0.6532815), (0.58793783, -0.5555703, -0.58793783), (0.6913417, -0.55557024, -0.46193975), (0.76817775, -0.38268343, -0.51328), (0.76817775, -0.38268343, -0.51328), (0.6913417, -0.55557024, -0.46193975), (0.76817775, -0.55557024, -0.31818965), (0.8535534, -0.38268343, -0.35355338), (0.8535534, -0.38268343, -0.35355338), (0.76817775, -0.55557024, -0.31818965), (0.81549317, -0.55557024, -0.16221167), (0.90612745, -0.38268343, -0.18023996), (0.90612745, -0.38268343, -0.18023996), (0.81549317, -0.55557024, -0.16221167), (0.8314696, -0.55557024, -1.0182566e-16), (0.92387956, -0.38268346, -1.1314262e-16), (0.92387956, -0.38268346, -1.1314262e-16), (0.8314696, -0.55557024, -1.0182566e-16), (0.81549317, -0.55557024, 0.16221167), (0.90612745, -0.38268343, 0.18023996), (0.90612745, -0.38268343, 0.18023996), (0.81549317, -0.55557024, 0.16221167), (0.76817775, -0.55557024, 0.31818965), (0.8535534, -0.38268343, 0.35355338), (0.8535534, -0.38268343, 0.35355338), (0.76817775, -0.55557024, 0.31818965), (0.6913417, -0.55557024, 0.46193975), (0.76817775, -0.38268343, 0.51328), (0.76817775, -0.38268343, 0.51328), (0.6913417, -0.55557024, 0.46193975), (0.58793783, -0.5555703, 0.58793783), (0.6532815, -0.38268343, 0.6532815), (0.6532815, -0.38268343, 0.6532815), (0.58793783, -0.5555703, 0.58793783), (0.46193975, -0.55557024, 0.6913417), (0.51328, -0.38268343, 0.76817775), (0.51328, -0.38268343, 0.76817775), (0.46193975, -0.55557024, 0.6913417), (0.31818965, -0.55557024, 0.76817775), (0.35355338, -0.38268343, 0.8535534), (0.35355338, -0.38268343, 0.8535534), (0.31818965, -0.55557024, 0.76817775), (0.16221167, -0.55557024, 0.81549317), (0.18023996, -0.38268343, 0.90612745), (0.18023996, -0.38268343, 0.90612745), (0.16221167, -0.55557024, 0.81549317), (1.5273849e-16, -0.55557024, 0.8314696), (1.6971393e-16, -0.38268346, 0.92387956), (1.6971393e-16, -0.38268346, 0.92387956), (1.5273849e-16, -0.55557024, 0.8314696), (-0.16221167, -0.55557024, 0.81549317), (-0.18023996, -0.38268343, 0.90612745), (-0.18023996, -0.38268343, 0.90612745), (-0.16221167, -0.55557024, 0.81549317), (-0.31818965, -0.55557024, 0.76817775), (-0.35355338, -0.38268343, 0.8535534), (-0.35355338, -0.38268343, 0.8535534), (-0.31818965, -0.55557024, 0.76817775), (-0.46193975, -0.55557024, 0.6913417), (-0.51328, -0.38268343, 0.76817775), (-0.51328, -0.38268343, 0.76817775), (-0.46193975, -0.55557024, 0.6913417), (-0.58793783, -0.5555703, 0.58793783), (-0.6532815, -0.38268343, 0.6532815), (-0.6532815, -0.38268343, 0.6532815), (-0.58793783, -0.5555703, 0.58793783), (-0.6913417, -0.55557024, 0.46193975), (-0.76817775, -0.38268343, 0.51328), (-0.76817775, -0.38268343, 0.51328), (-0.6913417, -0.55557024, 0.46193975), (-0.76817775, -0.55557024, 0.31818965), (-0.8535534, -0.38268343, 0.35355338), (-0.8535534, -0.38268343, 0.35355338), (-0.76817775, -0.55557024, 0.31818965), (-0.81549317, -0.55557024, 0.16221167), (-0.90612745, -0.38268343, 0.18023996), (-0.90612745, -0.38268343, 0.18023996), (-0.81549317, -0.55557024, 0.16221167), (-0.8314696, -0.55557024, 0), (-0.92387956, -0.38268346, 0), (-0.8314696, -0.55557024, 0), (-0.7071068, -0.7071068, 0), (-0.69351995, -0.70710677, -0.13794969), (-0.81549317, -0.55557024, -0.16221167), (-0.81549317, -0.55557024, -0.16221167), (-0.69351995, -0.70710677, -0.13794969), (-0.6532815, -0.70710677, -0.27059805), (-0.76817775, -0.55557024, -0.31818965), (-0.76817775, -0.55557024, -0.31818965), (-0.6532815, -0.70710677, -0.27059805), (-0.58793783, -0.7071068, -0.3928475), (-0.6913417, -0.55557024, -0.46193975), (-0.6913417, -0.55557024, -0.46193975), (-0.58793783, -0.7071068, -0.3928475), (-0.5, -0.70710677, -0.5), (-0.58793783, -0.5555703, -0.58793783), (-0.58793783, -0.5555703, -0.58793783), (-0.5, -0.70710677, -0.5), (-0.3928475, -0.7071068, -0.58793783), (-0.46193975, -0.55557024, -0.6913417), (-0.46193975, -0.55557024, -0.6913417), (-0.3928475, -0.7071068, -0.58793783), (-0.27059805, -0.70710677, -0.6532815), (-0.31818965, -0.55557024, -0.76817775), (-0.31818965, -0.55557024, -0.76817775), (-0.27059805, -0.70710677, -0.6532815), (-0.13794969, -0.70710677, -0.69351995), (-0.16221167, -0.55557024, -0.81549317), (-0.16221167, -0.55557024, -0.81549317), (-0.13794969, -0.70710677, -0.69351995), (-4.3297806e-17, -0.7071068, -0.7071068), (-5.091283e-17, -0.55557024, -0.8314696), (-5.091283e-17, -0.55557024, -0.8314696), (-4.3297806e-17, -0.7071068, -0.7071068), (0.13794969, -0.70710677, -0.69351995), (0.16221167, -0.55557024, -0.81549317), (0.16221167, -0.55557024, -0.81549317), (0.13794969, -0.70710677, -0.69351995), (0.27059805, -0.70710677, -0.6532815), (0.31818965, -0.55557024, -0.76817775), (0.31818965, -0.55557024, -0.76817775), (0.27059805, -0.70710677, -0.6532815), (0.3928475, -0.7071068, -0.58793783), (0.46193975, -0.55557024, -0.6913417), (0.46193975, -0.55557024, -0.6913417), (0.3928475, -0.7071068, -0.58793783), (0.5, -0.70710677, -0.5), (0.58793783, -0.5555703, -0.58793783), (0.58793783, -0.5555703, -0.58793783), (0.5, -0.70710677, -0.5), (0.58793783, -0.7071068, -0.3928475), (0.6913417, -0.55557024, -0.46193975), (0.6913417, -0.55557024, -0.46193975), (0.58793783, -0.7071068, -0.3928475), (0.6532815, -0.70710677, -0.27059805), (0.76817775, -0.55557024, -0.31818965), (0.76817775, -0.55557024, -0.31818965), (0.6532815, -0.70710677, -0.27059805), (0.69351995, -0.70710677, -0.13794969), (0.81549317, -0.55557024, -0.16221167), (0.81549317, -0.55557024, -0.16221167), (0.69351995, -0.70710677, -0.13794969), (0.7071068, -0.7071068, -8.659561e-17), (0.8314696, -0.55557024, -1.0182566e-16), (0.8314696, -0.55557024, -1.0182566e-16), (0.7071068, -0.7071068, -8.659561e-17), (0.69351995, -0.70710677, 0.13794969), (0.81549317, -0.55557024, 0.16221167), (0.81549317, -0.55557024, 0.16221167), (0.69351995, -0.70710677, 0.13794969), (0.6532815, -0.70710677, 0.27059805), (0.76817775, -0.55557024, 0.31818965), (0.76817775, -0.55557024, 0.31818965), (0.6532815, -0.70710677, 0.27059805), (0.58793783, -0.7071068, 0.3928475), (0.6913417, -0.55557024, 0.46193975), (0.6913417, -0.55557024, 0.46193975), (0.58793783, -0.7071068, 0.3928475), (0.5, -0.70710677, 0.5), (0.58793783, -0.5555703, 0.58793783), (0.58793783, -0.5555703, 0.58793783), (0.5, -0.70710677, 0.5), (0.3928475, -0.7071068, 0.58793783), (0.46193975, -0.55557024, 0.6913417), (0.46193975, -0.55557024, 0.6913417), (0.3928475, -0.7071068, 0.58793783), (0.27059805, -0.70710677, 0.6532815), (0.31818965, -0.55557024, 0.76817775), (0.31818965, -0.55557024, 0.76817775), (0.27059805, -0.70710677, 0.6532815), (0.13794969, -0.70710677, 0.69351995), (0.16221167, -0.55557024, 0.81549317), (0.16221167, -0.55557024, 0.81549317), (0.13794969, -0.70710677, 0.69351995), (1.2989342e-16, -0.7071068, 0.7071068), (1.5273849e-16, -0.55557024, 0.8314696), (1.5273849e-16, -0.55557024, 0.8314696), (1.2989342e-16, -0.7071068, 0.7071068), (-0.13794969, -0.70710677, 0.69351995), (-0.16221167, -0.55557024, 0.81549317), (-0.16221167, -0.55557024, 0.81549317), (-0.13794969, -0.70710677, 0.69351995), (-0.27059805, -0.70710677, 0.6532815), (-0.31818965, -0.55557024, 0.76817775), (-0.31818965, -0.55557024, 0.76817775), (-0.27059805, -0.70710677, 0.6532815), (-0.3928475, -0.7071068, 0.58793783), (-0.46193975, -0.55557024, 0.6913417), (-0.46193975, -0.55557024, 0.6913417), (-0.3928475, -0.7071068, 0.58793783), (-0.5, -0.70710677, 0.5), (-0.58793783, -0.5555703, 0.58793783), (-0.58793783, -0.5555703, 0.58793783), (-0.5, -0.70710677, 0.5), (-0.58793783, -0.7071068, 0.3928475), (-0.6913417, -0.55557024, 0.46193975), (-0.6913417, -0.55557024, 0.46193975), (-0.58793783, -0.7071068, 0.3928475), (-0.6532815, -0.70710677, 0.27059805), (-0.76817775, -0.55557024, 0.31818965), (-0.76817775, -0.55557024, 0.31818965), (-0.6532815, -0.70710677, 0.27059805), (-0.69351995, -0.70710677, 0.13794969), (-0.81549317, -0.55557024, 0.16221167), (-0.81549317, -0.55557024, 0.16221167), (-0.69351995, -0.70710677, 0.13794969), (-0.7071068, -0.7071068, 0), (-0.8314696, -0.55557024, 0), (-0.7071068, -0.7071068, 0), (-0.55557024, -0.8314696, 0), (-0.5448951, -0.8314696, -0.108386375), (-0.69351995, -0.70710677, -0.13794969), (-0.69351995, -0.70710677, -0.13794969), (-0.5448951, -0.8314696, -0.108386375), (-0.51328, -0.8314696, -0.21260752), (-0.6532815, -0.70710677, -0.27059805), (-0.6532815, -0.70710677, -0.27059805), (-0.51328, -0.8314696, -0.21260752), (-0.46193978, -0.83146966, -0.3086583), (-0.58793783, -0.7071068, -0.3928475), (-0.58793783, -0.7071068, -0.3928475), (-0.46193978, -0.83146966, -0.3086583), (-0.3928475, -0.83146966, -0.3928475), (-0.5, -0.70710677, -0.5), (-0.5, -0.70710677, -0.5), (-0.3928475, -0.83146966, -0.3928475), (-0.3086583, -0.83146966, -0.46193978), (-0.3928475, -0.7071068, -0.58793783), (-0.3928475, -0.7071068, -0.58793783), (-0.3086583, -0.83146966, -0.46193978), (-0.21260752, -0.8314696, -0.51328), (-0.27059805, -0.70710677, -0.6532815), (-0.27059805, -0.70710677, -0.6532815), (-0.21260752, -0.8314696, -0.51328), (-0.108386375, -0.8314696, -0.5448951), (-0.13794969, -0.70710677, -0.69351995), (-0.13794969, -0.70710677, -0.69351995), (-0.108386375, -0.8314696, -0.5448951), (-3.4018865e-17, -0.8314696, -0.55557024), (-4.3297806e-17, -0.7071068, -0.7071068), (-4.3297806e-17, -0.7071068, -0.7071068), (-3.4018865e-17, -0.8314696, -0.55557024), (0.108386375, -0.8314696, -0.5448951), (0.13794969, -0.70710677, -0.69351995), (0.13794969, -0.70710677, -0.69351995), (0.108386375, -0.8314696, -0.5448951), (0.21260752, -0.8314696, -0.51328), (0.27059805, -0.70710677, -0.6532815), (0.27059805, -0.70710677, -0.6532815), (0.21260752, -0.8314696, -0.51328), (0.3086583, -0.83146966, -0.46193978), (0.3928475, -0.7071068, -0.58793783), (0.3928475, -0.7071068, -0.58793783), (0.3086583, -0.83146966, -0.46193978), (0.3928475, -0.83146966, -0.3928475), (0.5, -0.70710677, -0.5), (0.5, -0.70710677, -0.5), (0.3928475, -0.83146966, -0.3928475), (0.46193978, -0.83146966, -0.3086583), (0.58793783, -0.7071068, -0.3928475), (0.58793783, -0.7071068, -0.3928475), (0.46193978, -0.83146966, -0.3086583), (0.51328, -0.8314696, -0.21260752), (0.6532815, -0.70710677, -0.27059805), (0.6532815, -0.70710677, -0.27059805), (0.51328, -0.8314696, -0.21260752), (0.5448951, -0.8314696, -0.108386375), (0.69351995, -0.70710677, -0.13794969), (0.69351995, -0.70710677, -0.13794969), (0.5448951, -0.8314696, -0.108386375), (0.55557024, -0.8314696, -6.803773e-17), (0.7071068, -0.7071068, -8.659561e-17), (0.7071068, -0.7071068, -8.659561e-17), (0.55557024, -0.8314696, -6.803773e-17), (0.5448951, -0.8314696, 0.108386375), (0.69351995, -0.70710677, 0.13794969), (0.69351995, -0.70710677, 0.13794969), (0.5448951, -0.8314696, 0.108386375), (0.51328, -0.8314696, 0.21260752), (0.6532815, -0.70710677, 0.27059805), (0.6532815, -0.70710677, 0.27059805), (0.51328, -0.8314696, 0.21260752), (0.46193978, -0.83146966, 0.3086583), (0.58793783, -0.7071068, 0.3928475), (0.58793783, -0.7071068, 0.3928475), (0.46193978, -0.83146966, 0.3086583), (0.3928475, -0.83146966, 0.3928475), (0.5, -0.70710677, 0.5), (0.5, -0.70710677, 0.5), (0.3928475, -0.83146966, 0.3928475), (0.3086583, -0.83146966, 0.46193978), (0.3928475, -0.7071068, 0.58793783), (0.3928475, -0.7071068, 0.58793783), (0.3086583, -0.83146966, 0.46193978), (0.21260752, -0.8314696, 0.51328), (0.27059805, -0.70710677, 0.6532815), (0.27059805, -0.70710677, 0.6532815), (0.21260752, -0.8314696, 0.51328), (0.108386375, -0.8314696, 0.5448951), (0.13794969, -0.70710677, 0.69351995), (0.13794969, -0.70710677, 0.69351995), (0.108386375, -0.8314696, 0.5448951), (1.020566e-16, -0.8314696, 0.55557024), (1.2989342e-16, -0.7071068, 0.7071068), (1.2989342e-16, -0.7071068, 0.7071068), (1.020566e-16, -0.8314696, 0.55557024), (-0.108386375, -0.8314696, 0.5448951), (-0.13794969, -0.70710677, 0.69351995), (-0.13794969, -0.70710677, 0.69351995), (-0.108386375, -0.8314696, 0.5448951), (-0.21260752, -0.8314696, 0.51328), (-0.27059805, -0.70710677, 0.6532815), (-0.27059805, -0.70710677, 0.6532815), (-0.21260752, -0.8314696, 0.51328), (-0.3086583, -0.83146966, 0.46193978), (-0.3928475, -0.7071068, 0.58793783), (-0.3928475, -0.7071068, 0.58793783), (-0.3086583, -0.83146966, 0.46193978), (-0.3928475, -0.83146966, 0.3928475), (-0.5, -0.70710677, 0.5), (-0.5, -0.70710677, 0.5), (-0.3928475, -0.83146966, 0.3928475), (-0.46193978, -0.83146966, 0.3086583), (-0.58793783, -0.7071068, 0.3928475), (-0.58793783, -0.7071068, 0.3928475), (-0.46193978, -0.83146966, 0.3086583), (-0.51328, -0.8314696, 0.21260752), (-0.6532815, -0.70710677, 0.27059805), (-0.6532815, -0.70710677, 0.27059805), (-0.51328, -0.8314696, 0.21260752), (-0.5448951, -0.8314696, 0.108386375), (-0.69351995, -0.70710677, 0.13794969), (-0.69351995, -0.70710677, 0.13794969), (-0.5448951, -0.8314696, 0.108386375), (-0.55557024, -0.8314696, 0), (-0.7071068, -0.7071068, 0), (-0.55557024, -0.8314696, 0), (-0.38268346, -0.92387956, 0), (-0.3753303, -0.92387956, -0.07465784), (-0.5448951, -0.8314696, -0.108386375), (-0.5448951, -0.8314696, -0.108386375), (-0.3753303, -0.92387956, -0.07465784), (-0.3535534, -0.92387956, -0.14644663), (-0.51328, -0.8314696, -0.21260752), (-0.51328, -0.8314696, -0.21260752), (-0.3535534, -0.92387956, -0.14644663), (-0.31818968, -0.92387956, -0.21260753), (-0.46193978, -0.83146966, -0.3086583), (-0.46193978, -0.83146966, -0.3086583), (-0.31818968, -0.92387956, -0.21260753), (-0.27059808, -0.92387956, -0.27059808), (-0.3928475, -0.83146966, -0.3928475), (-0.3928475, -0.83146966, -0.3928475), (-0.27059808, -0.92387956, -0.27059808), (-0.21260753, -0.92387956, -0.31818968), (-0.3086583, -0.83146966, -0.46193978), (-0.3086583, -0.83146966, -0.46193978), (-0.21260753, -0.92387956, -0.31818968), (-0.14644663, -0.92387956, -0.3535534), (-0.21260752, -0.8314696, -0.51328), (-0.21260752, -0.8314696, -0.51328), (-0.14644663, -0.92387956, -0.3535534), (-0.074657835, -0.9238795, -0.37533027), (-0.108386375, -0.8314696, -0.5448951), (-0.108386375, -0.8314696, -0.5448951), (-0.074657835, -0.9238795, -0.37533027), (-2.3432604e-17, -0.92387956, -0.38268346), (-3.4018865e-17, -0.8314696, -0.55557024), (-3.4018865e-17, -0.8314696, -0.55557024), (-2.3432604e-17, -0.92387956, -0.38268346), (0.074657835, -0.9238795, -0.37533027), (0.108386375, -0.8314696, -0.5448951), (0.108386375, -0.8314696, -0.5448951), (0.074657835, -0.9238795, -0.37533027), (0.14644663, -0.92387956, -0.3535534), (0.21260752, -0.8314696, -0.51328), (0.21260752, -0.8314696, -0.51328), (0.14644663, -0.92387956, -0.3535534), (0.21260753, -0.92387956, -0.31818968), (0.3086583, -0.83146966, -0.46193978), (0.3086583, -0.83146966, -0.46193978), (0.21260753, -0.92387956, -0.31818968), (0.27059808, -0.92387956, -0.27059808), (0.3928475, -0.83146966, -0.3928475), (0.3928475, -0.83146966, -0.3928475), (0.27059808, -0.92387956, -0.27059808), (0.31818968, -0.92387956, -0.21260753), (0.46193978, -0.83146966, -0.3086583), (0.46193978, -0.83146966, -0.3086583), (0.31818968, -0.92387956, -0.21260753), (0.3535534, -0.92387956, -0.14644663), (0.51328, -0.8314696, -0.21260752), (0.51328, -0.8314696, -0.21260752), (0.3535534, -0.92387956, -0.14644663), (0.3753303, -0.92387956, -0.07465784), (0.5448951, -0.8314696, -0.108386375), (0.5448951, -0.8314696, -0.108386375), (0.3753303, -0.92387956, -0.07465784), (0.38268346, -0.92387956, -4.6865208e-17), (0.55557024, -0.8314696, -6.803773e-17), (0.55557024, -0.8314696, -6.803773e-17), (0.38268346, -0.92387956, -4.6865208e-17), (0.3753303, -0.92387956, 0.07465784), (0.5448951, -0.8314696, 0.108386375), (0.5448951, -0.8314696, 0.108386375), (0.3753303, -0.92387956, 0.07465784), (0.3535534, -0.92387956, 0.14644663), (0.51328, -0.8314696, 0.21260752), (0.51328, -0.8314696, 0.21260752), (0.3535534, -0.92387956, 0.14644663), (0.31818968, -0.92387956, 0.21260753), (0.46193978, -0.83146966, 0.3086583), (0.46193978, -0.83146966, 0.3086583), (0.31818968, -0.92387956, 0.21260753), (0.27059808, -0.92387956, 0.27059808), (0.3928475, -0.83146966, 0.3928475), (0.3928475, -0.83146966, 0.3928475), (0.27059808, -0.92387956, 0.27059808), (0.21260753, -0.92387956, 0.31818968), (0.3086583, -0.83146966, 0.46193978), (0.3086583, -0.83146966, 0.46193978), (0.21260753, -0.92387956, 0.31818968), (0.14644663, -0.92387956, 0.3535534), (0.21260752, -0.8314696, 0.51328), (0.21260752, -0.8314696, 0.51328), (0.14644663, -0.92387956, 0.3535534), (0.074657835, -0.9238795, 0.37533027), (0.108386375, -0.8314696, 0.5448951), (0.108386375, -0.8314696, 0.5448951), (0.074657835, -0.9238795, 0.37533027), (7.029781e-17, -0.92387956, 0.38268346), (1.020566e-16, -0.8314696, 0.55557024), (1.020566e-16, -0.8314696, 0.55557024), (7.029781e-17, -0.92387956, 0.38268346), (-0.074657835, -0.9238795, 0.37533027), (-0.108386375, -0.8314696, 0.5448951), (-0.108386375, -0.8314696, 0.5448951), (-0.074657835, -0.9238795, 0.37533027), (-0.14644663, -0.92387956, 0.3535534), (-0.21260752, -0.8314696, 0.51328), (-0.21260752, -0.8314696, 0.51328), (-0.14644663, -0.92387956, 0.3535534), (-0.21260753, -0.92387956, 0.31818968), (-0.3086583, -0.83146966, 0.46193978), (-0.3086583, -0.83146966, 0.46193978), (-0.21260753, -0.92387956, 0.31818968), (-0.27059808, -0.92387956, 0.27059808), (-0.3928475, -0.83146966, 0.3928475), (-0.3928475, -0.83146966, 0.3928475), (-0.27059808, -0.92387956, 0.27059808), (-0.31818968, -0.92387956, 0.21260753), (-0.46193978, -0.83146966, 0.3086583), (-0.46193978, -0.83146966, 0.3086583), (-0.31818968, -0.92387956, 0.21260753), (-0.3535534, -0.92387956, 0.14644663), (-0.51328, -0.8314696, 0.21260752), (-0.51328, -0.8314696, 0.21260752), (-0.3535534, -0.92387956, 0.14644663), (-0.3753303, -0.92387956, 0.07465784), (-0.5448951, -0.8314696, 0.108386375), (-0.5448951, -0.8314696, 0.108386375), (-0.3753303, -0.92387956, 0.07465784), (-0.38268346, -0.92387956, 0), (-0.55557024, -0.8314696, 0), (-0.38268346, -0.92387956, 0), (-0.19509034, -0.9807853, 0), (-0.19134173, -0.9807853, -0.038060237), (-0.3753303, -0.92387956, -0.07465784), (-0.3753303, -0.92387956, -0.07465784), (-0.19134173, -0.9807853, -0.038060237), (-0.18023998, -0.9807853, -0.07465784), (-0.3535534, -0.92387956, -0.14644663), (-0.3535534, -0.92387956, -0.14644663), (-0.18023998, -0.9807853, -0.07465784), (-0.16221169, -0.9807853, -0.10838638), (-0.31818968, -0.92387956, -0.21260753), (-0.31818968, -0.92387956, -0.21260753), (-0.16221169, -0.9807853, -0.10838638), (-0.1379497, -0.9807853, -0.1379497), (-0.27059808, -0.92387956, -0.27059808), (-0.27059808, -0.92387956, -0.27059808), (-0.1379497, -0.9807853, -0.1379497), (-0.10838638, -0.9807853, -0.16221169), (-0.21260753, -0.92387956, -0.31818968), (-0.21260753, -0.92387956, -0.31818968), (-0.10838638, -0.9807853, -0.16221169), (-0.07465784, -0.9807853, -0.18023998), (-0.14644663, -0.92387956, -0.3535534), (-0.14644663, -0.92387956, -0.3535534), (-0.07465784, -0.9807853, -0.18023998), (-0.038060237, -0.9807853, -0.19134173), (-0.074657835, -0.9238795, -0.37533027), (-0.074657835, -0.9238795, -0.37533027), (-0.038060237, -0.9807853, -0.19134173), (-1.1945838e-17, -0.9807853, -0.19509034), (-2.3432604e-17, -0.92387956, -0.38268346), (-2.3432604e-17, -0.92387956, -0.38268346), (-1.1945838e-17, -0.9807853, -0.19509034), (0.038060237, -0.9807853, -0.19134173), (0.074657835, -0.9238795, -0.37533027), (0.074657835, -0.9238795, -0.37533027), (0.038060237, -0.9807853, -0.19134173), (0.07465784, -0.9807853, -0.18023998), (0.14644663, -0.92387956, -0.3535534), (0.14644663, -0.92387956, -0.3535534), (0.07465784, -0.9807853, -0.18023998), (0.10838638, -0.9807853, -0.16221169), (0.21260753, -0.92387956, -0.31818968), (0.21260753, -0.92387956, -0.31818968), (0.10838638, -0.9807853, -0.16221169), (0.1379497, -0.9807853, -0.1379497), (0.27059808, -0.92387956, -0.27059808), (0.27059808, -0.92387956, -0.27059808), (0.1379497, -0.9807853, -0.1379497), (0.16221169, -0.9807853, -0.10838638), (0.31818968, -0.92387956, -0.21260753), (0.31818968, -0.92387956, -0.21260753), (0.16221169, -0.9807853, -0.10838638), (0.18023998, -0.9807853, -0.07465784), (0.3535534, -0.92387956, -0.14644663), (0.3535534, -0.92387956, -0.14644663), (0.18023998, -0.9807853, -0.07465784), (0.19134173, -0.9807853, -0.038060237), (0.3753303, -0.92387956, -0.07465784), (0.3753303, -0.92387956, -0.07465784), (0.19134173, -0.9807853, -0.038060237), (0.19509034, -0.9807853, -2.3891676e-17), (0.38268346, -0.92387956, -4.6865208e-17), (0.38268346, -0.92387956, -4.6865208e-17), (0.19509034, -0.9807853, -2.3891676e-17), (0.19134173, -0.9807853, 0.038060237), (0.3753303, -0.92387956, 0.07465784), (0.3753303, -0.92387956, 0.07465784), (0.19134173, -0.9807853, 0.038060237), (0.18023998, -0.9807853, 0.07465784), (0.3535534, -0.92387956, 0.14644663), (0.3535534, -0.92387956, 0.14644663), (0.18023998, -0.9807853, 0.07465784), (0.16221169, -0.9807853, 0.10838638), (0.31818968, -0.92387956, 0.21260753), (0.31818968, -0.92387956, 0.21260753), (0.16221169, -0.9807853, 0.10838638), (0.1379497, -0.9807853, 0.1379497), (0.27059808, -0.92387956, 0.27059808), (0.27059808, -0.92387956, 0.27059808), (0.1379497, -0.9807853, 0.1379497), (0.10838638, -0.9807853, 0.16221169), (0.21260753, -0.92387956, 0.31818968), (0.21260753, -0.92387956, 0.31818968), (0.10838638, -0.9807853, 0.16221169), (0.07465784, -0.9807853, 0.18023998), (0.14644663, -0.92387956, 0.3535534), (0.14644663, -0.92387956, 0.3535534), (0.07465784, -0.9807853, 0.18023998), (0.038060237, -0.9807853, 0.19134173), (0.074657835, -0.9238795, 0.37533027), (0.074657835, -0.9238795, 0.37533027), (0.038060237, -0.9807853, 0.19134173), (3.5837514e-17, -0.9807853, 0.19509034), (7.029781e-17, -0.92387956, 0.38268346), (7.029781e-17, -0.92387956, 0.38268346), (3.5837514e-17, -0.9807853, 0.19509034), (-0.038060237, -0.9807853, 0.19134173), (-0.074657835, -0.9238795, 0.37533027), (-0.074657835, -0.9238795, 0.37533027), (-0.038060237, -0.9807853, 0.19134173), (-0.07465784, -0.9807853, 0.18023998), (-0.14644663, -0.92387956, 0.3535534), (-0.14644663, -0.92387956, 0.3535534), (-0.07465784, -0.9807853, 0.18023998), (-0.10838638, -0.9807853, 0.16221169), (-0.21260753, -0.92387956, 0.31818968), (-0.21260753, -0.92387956, 0.31818968), (-0.10838638, -0.9807853, 0.16221169), (-0.1379497, -0.9807853, 0.1379497), (-0.27059808, -0.92387956, 0.27059808), (-0.27059808, -0.92387956, 0.27059808), (-0.1379497, -0.9807853, 0.1379497), (-0.16221169, -0.9807853, 0.10838638), (-0.31818968, -0.92387956, 0.21260753), (-0.31818968, -0.92387956, 0.21260753), (-0.16221169, -0.9807853, 0.10838638), (-0.18023998, -0.9807853, 0.07465784), (-0.3535534, -0.92387956, 0.14644663), (-0.3535534, -0.92387956, 0.14644663), (-0.18023998, -0.9807853, 0.07465784), (-0.19134173, -0.9807853, 0.038060237), (-0.3753303, -0.92387956, 0.07465784), (-0.3753303, -0.92387956, 0.07465784), (-0.19134173, -0.9807853, 0.038060237), (-0.19509034, -0.9807853, 0), (-0.38268346, -0.92387956, 0), (-0.19509034, -0.9807853, 0), (0, -1, 0), (0, -1, 0), (-0.19134173, -0.9807853, -0.038060237), (-0.19134173, -0.9807853, -0.038060237), (0, -1, 0), (0, -1, 0), (-0.18023998, -0.9807853, -0.07465784), (-0.18023998, -0.9807853, -0.07465784), (0, -1, 0), (0, -1, 0), (-0.16221169, -0.9807853, -0.10838638), (-0.16221169, -0.9807853, -0.10838638), (0, -1, 0), (0, -1, 0), (-0.1379497, -0.9807853, -0.1379497), (-0.1379497, -0.9807853, -0.1379497), (0, -1, 0), (0, -1, 0), (-0.10838638, -0.9807853, -0.16221169), (-0.10838638, -0.9807853, -0.16221169), (0, -1, 0), (0, -1, 0), (-0.07465784, -0.9807853, -0.18023998), (-0.07465784, -0.9807853, -0.18023998), (0, -1, 0), (0, -1, 0), (-0.038060237, -0.9807853, -0.19134173), (-0.038060237, -0.9807853, -0.19134173), (0, -1, 0), (0, -1, 0), (-1.1945838e-17, -0.9807853, -0.19509034), (-1.1945838e-17, -0.9807853, -0.19509034), (0, -1, 0), (0, -1, 0), (0.038060237, -0.9807853, -0.19134173), (0.038060237, -0.9807853, -0.19134173), (0, -1, 0), (0, -1, 0), (0.07465784, -0.9807853, -0.18023998), (0.07465784, -0.9807853, -0.18023998), (0, -1, 0), (0, -1, 0), (0.10838638, -0.9807853, -0.16221169), (0.10838638, -0.9807853, -0.16221169), (0, -1, 0), (0, -1, 0), (0.1379497, -0.9807853, -0.1379497), (0.1379497, -0.9807853, -0.1379497), (0, -1, 0), (0, -1, 0), (0.16221169, -0.9807853, -0.10838638), (0.16221169, -0.9807853, -0.10838638), (0, -1, 0), (0, -1, 0), (0.18023998, -0.9807853, -0.07465784), (0.18023998, -0.9807853, -0.07465784), (0, -1, 0), (0, -1, 0), (0.19134173, -0.9807853, -0.038060237), (0.19134173, -0.9807853, -0.038060237), (0, -1, 0), (0, -1, 0), (0.19509034, -0.9807853, -2.3891676e-17), (0.19509034, -0.9807853, -2.3891676e-17), (0, -1, 0), (0, -1, 0), (0.19134173, -0.9807853, 0.038060237), (0.19134173, -0.9807853, 0.038060237), (0, -1, 0), (0, -1, 0), (0.18023998, -0.9807853, 0.07465784), (0.18023998, -0.9807853, 0.07465784), (0, -1, 0), (0, -1, 0), (0.16221169, -0.9807853, 0.10838638), (0.16221169, -0.9807853, 0.10838638), (0, -1, 0), (0, -1, 0), (0.1379497, -0.9807853, 0.1379497), (0.1379497, -0.9807853, 0.1379497), (0, -1, 0), (0, -1, 0), (0.10838638, -0.9807853, 0.16221169), (0.10838638, -0.9807853, 0.16221169), (0, -1, 0), (0, -1, 0), (0.07465784, -0.9807853, 0.18023998), (0.07465784, -0.9807853, 0.18023998), (0, -1, 0), (0, -1, 0), (0.038060237, -0.9807853, 0.19134173), (0.038060237, -0.9807853, 0.19134173), (0, -1, 0), (0, -1, 0), (3.5837514e-17, -0.9807853, 0.19509034), (3.5837514e-17, -0.9807853, 0.19509034), (0, -1, 0), (0, -1, 0), (-0.038060237, -0.9807853, 0.19134173), (-0.038060237, -0.9807853, 0.19134173), (0, -1, 0), (0, -1, 0), (-0.07465784, -0.9807853, 0.18023998), (-0.07465784, -0.9807853, 0.18023998), (0, -1, 0), (0, -1, 0), (-0.10838638, -0.9807853, 0.16221169), (-0.10838638, -0.9807853, 0.16221169), (0, -1, 0), (0, -1, 0), (-0.1379497, -0.9807853, 0.1379497), (-0.1379497, -0.9807853, 0.1379497), (0, -1, 0), (0, -1, 0), (-0.16221169, -0.9807853, 0.10838638), (-0.16221169, -0.9807853, 0.10838638), (0, -1, 0), (0, -1, 0), (-0.18023998, -0.9807853, 0.07465784), (-0.18023998, -0.9807853, 0.07465784), (0, -1, 0), (0, -1, 0), (-0.19134173, -0.9807853, 0.038060237), (-0.19134173, -0.9807853, 0.038060237), (0, -1, 0), (0, -1, 0), (-0.19509034, -0.9807853, 0)] ( interpolation = "faceVarying" ) point3f[] points = [(50, -25, 0), (49.03926, -25, 9.754517), (46.193974, -25, 19.13417), (41.57348, -25, 27.778513), (35.35534, -25, 35.35534), (27.778513, -25, 41.57348), (19.13417, -25, 46.193974), (9.754517, -25, 49.03926), (3.061617e-15, -25, 50), (-9.754517, -25, 49.03926), (-19.13417, -25, 46.193974), (-27.778513, -25, 41.57348), (-35.35534, -25, 35.35534), (-41.57348, -25, 27.778513), (-46.193974, -25, 19.13417), (-49.03926, -25, 9.754517), (-50, -25, 6.123234e-15), (-49.03926, -25, -9.754517), (-46.193974, -25, -19.13417), (-41.57348, -25, -27.778513), (-35.35534, -25, -35.35534), (-27.778513, -25, -41.57348), (-19.13417, -25, -46.193974), (-9.754517, -25, -49.03926), (-9.184851e-15, -25, -50), (9.754517, -25, -49.03926), (19.13417, -25, -46.193974), (27.778513, -25, -41.57348), (35.35534, -25, -35.35534), (41.57348, -25, -27.778513), (46.193974, -25, -19.13417), (49.03926, -25, -9.754517), (54.87726, -24.51963, 0), (53.82281, -24.51963, 10.706021), (50.699974, -24.51963, 21.000618), (45.628773, -24.51963, 30.488173), (38.80408, -24.51963, 38.80408), (30.488173, -24.51963, 45.628773), (21.000618, -24.51963, 50.699974), (10.706021, -24.51963, 53.82281), (3.3602631e-15, -24.51963, 54.87726), (-10.706021, -24.51963, 53.82281), (-21.000618, -24.51963, 50.699974), (-30.488173, -24.51963, 45.628773), (-38.80408, -24.51963, 38.80408), (-45.628773, -24.51963, 30.488173), (-50.699974, -24.51963, 21.000618), (-53.82281, -24.51963, 10.706021), (-54.87726, -24.51963, 6.7205263e-15), (-53.82281, -24.51963, -10.706021), (-50.699974, -24.51963, -21.000618), (-45.628773, -24.51963, -30.488173), (-38.80408, -24.51963, -38.80408), (-30.488173, -24.51963, -45.628773), (-21.000618, -24.51963, -50.699974), (-10.706021, -24.51963, -53.82281), (-1.0080789e-14, -24.51963, -54.87726), (10.706021, -24.51963, -53.82281), (21.000618, -24.51963, -50.699974), (30.488173, -24.51963, -45.628773), (38.80408, -24.51963, -38.80408), (45.628773, -24.51963, -30.488173), (50.699974, -24.51963, -21.000618), (53.82281, -24.51963, -10.706021), (59.56709, -23.096987, 0), (58.422523, -23.096987, 11.620962), (55.032814, -23.096987, 22.795338), (49.52822, -23.096987, 33.0937), (42.12029, -23.096987, 42.12029), (33.0937, -23.096987, 49.52822), (22.795338, -23.096987, 55.032814), (11.620962, -23.096987, 58.422523), (3.647432e-15, -23.096987, 59.56709), (-11.620962, -23.096987, 58.422523), (-22.795338, -23.096987, 55.032814), (-33.0937, -23.096987, 49.52822), (-42.12029, -23.096987, 42.12029), (-49.52822, -23.096987, 33.0937), (-55.032814, -23.096987, 22.795338), (-58.422523, -23.096987, 11.620962), (-59.56709, -23.096987, 7.294864e-15), (-58.422523, -23.096987, -11.620962), (-55.032814, -23.096987, -22.795338), (-49.52822, -23.096987, -33.0937), (-42.12029, -23.096987, -42.12029), (-33.0937, -23.096987, -49.52822), (-22.795338, -23.096987, -55.032814), (-11.620962, -23.096987, -58.422523), (-1.0942296e-14, -23.096987, -59.56709), (11.620962, -23.096987, -58.422523), (22.795338, -23.096987, -55.032814), (33.0937, -23.096987, -49.52822), (42.12029, -23.096987, -42.12029), (49.52822, -23.096987, -33.0937), (55.032814, -23.096987, -22.795338), (58.422523, -23.096987, -11.620962), (63.88925, -20.78674, 0), (62.66164, -20.78674, 12.464175), (59.025974, -20.78674, 24.44936), (53.12197, -20.78674, 35.49497), (45.176525, -20.78674, 45.176525), (35.49497, -20.78674, 53.12197), (24.44936, -20.78674, 59.025974), (12.464175, -20.78674, 62.66164), (3.9120886e-15, -20.78674, 63.88925), (-12.464175, -20.78674, 62.66164), (-24.44936, -20.78674, 59.025974), (-35.49497, -20.78674, 53.12197), (-45.176525, -20.78674, 45.176525), (-53.12197, -20.78674, 35.49497), (-59.025974, -20.78674, 24.44936), (-62.66164, -20.78674, 12.464175), (-63.88925, -20.78674, 7.824177e-15), (-62.66164, -20.78674, -12.464175), (-59.025974, -20.78674, -24.44936), (-53.12197, -20.78674, -35.49497), (-45.176525, -20.78674, -45.176525), (-35.49497, -20.78674, -53.12197), (-24.44936, -20.78674, -59.025974), (-12.464175, -20.78674, -62.66164), (-1.1736267e-14, -20.78674, -63.88925), (12.464175, -20.78674, -62.66164), (24.44936, -20.78674, -59.025974), (35.49497, -20.78674, -53.12197), (45.176525, -20.78674, -45.176525), (53.12197, -20.78674, -35.49497), (59.025974, -20.78674, -24.44936), (62.66164, -20.78674, -12.464175), (67.67767, -17.67767, 0), (66.377266, -17.67767, 13.2032585), (62.526012, -17.67767, 25.899124), (56.271927, -17.67767, 37.599697), (47.85534, -17.67767, 47.85534), (37.599697, -17.67767, 56.271927), (25.899124, -17.67767, 62.526012), (13.2032585, -17.67767, 66.377266), (4.144062e-15, -17.67767, 67.67767), (-13.2032585, -17.67767, 66.377266), (-25.899124, -17.67767, 62.526012), (-37.599697, -17.67767, 56.271927), (-47.85534, -17.67767, 47.85534), (-56.271927, -17.67767, 37.599697), (-62.526012, -17.67767, 25.899124), (-66.377266, -17.67767, 13.2032585), (-67.67767, -17.67767, 8.288124e-15), (-66.377266, -17.67767, -13.2032585), (-62.526012, -17.67767, -25.899124), (-56.271927, -17.67767, -37.599697), (-47.85534, -17.67767, -47.85534), (-37.599697, -17.67767, -56.271927), (-25.899124, -17.67767, -62.526012), (-13.2032585, -17.67767, -66.377266), (-1.24321855e-14, -17.67767, -67.67767), (13.2032585, -17.67767, -66.377266), (25.899124, -17.67767, -62.526012), (37.599697, -17.67767, -56.271927), (47.85534, -17.67767, -47.85534), (56.271927, -17.67767, -37.599697), (62.526012, -17.67767, -25.899124), (66.377266, -17.67767, -13.2032585), (70.786736, -13.8892565, 0), (69.42659, -13.8892565, 13.809808), (65.39842, -13.8892565, 27.088913), (58.857025, -13.8892565, 39.327003), (50.05378, -13.8892565, 50.05378), (39.327003, -13.8892565, 58.857025), (27.088913, -13.8892565, 65.39842), (13.809808, -13.8892565, 69.42659), (4.334438e-15, -13.8892565, 70.786736), (-13.809808, -13.8892565, 69.42659), (-27.088913, -13.8892565, 65.39842), (-39.327003, -13.8892565, 58.857025), (-50.05378, -13.8892565, 50.05378), (-58.857025, -13.8892565, 39.327003), (-65.39842, -13.8892565, 27.088913), (-69.42659, -13.8892565, 13.809808), (-70.786736, -13.8892565, 8.668876e-15), (-69.42659, -13.8892565, -13.809808), (-65.39842, -13.8892565, -27.088913), (-58.857025, -13.8892565, -39.327003), (-50.05378, -13.8892565, -50.05378), (-39.327003, -13.8892565, -58.857025), (-27.088913, -13.8892565, -65.39842), (-13.809808, -13.8892565, -69.42659), (-1.30033135e-14, -13.8892565, -70.786736), (13.809808, -13.8892565, -69.42659), (27.088913, -13.8892565, -65.39842), (39.327003, -13.8892565, -58.857025), (50.05378, -13.8892565, -50.05378), (58.857025, -13.8892565, -39.327003), (65.39842, -13.8892565, -27.088913), (69.42659, -13.8892565, -13.809808), (73.09699, -9.567085, 0), (71.69245, -9.567085, 14.260515), (67.532814, -9.567085, 27.973005), (60.777927, -9.567085, 40.61051), (51.687378, -9.567085, 51.687378), (40.61051, -9.567085, 60.777927), (27.973005, -9.567085, 67.532814), (14.260515, -9.567085, 71.69245), (4.4759e-15, -9.567085, 73.09699), (-14.260515, -9.567085, 71.69245), (-27.973005, -9.567085, 67.532814), (-40.61051, -9.567085, 60.777927), (-51.687378, -9.567085, 51.687378), (-60.777927, -9.567085, 40.61051), (-67.532814, -9.567085, 27.973005), (-71.69245, -9.567085, 14.260515), (-73.09699, -9.567085, 8.9518e-15), (-71.69245, -9.567085, -14.260515), (-67.532814, -9.567085, -27.973005), (-60.777927, -9.567085, -40.61051), (-51.687378, -9.567085, -51.687378), (-40.61051, -9.567085, -60.777927), (-27.973005, -9.567085, -67.532814), (-14.260515, -9.567085, -71.69245), (-1.3427698e-14, -9.567085, -73.09699), (14.260515, -9.567085, -71.69245), (27.973005, -9.567085, -67.532814), (40.61051, -9.567085, -60.777927), (51.687378, -9.567085, -51.687378), (60.777927, -9.567085, -40.61051), (67.532814, -9.567085, -27.973005), (71.69245, -9.567085, -14.260515), (74.51964, -4.8772583, 0), (73.08776, -4.8772583, 14.538058), (68.84716, -4.8772583, 28.517427), (61.96081, -4.8772583, 41.40089), (52.693336, -4.8772583, 52.693336), (41.40089, -4.8772583, 61.96081), (28.517427, -4.8772583, 68.84716), (14.538058, -4.8772583, 73.08776), (4.5630114e-15, -4.8772583, 74.51964), (-14.538058, -4.8772583, 73.08776), (-28.517427, -4.8772583, 68.84716), (-41.40089, -4.8772583, 61.96081), (-52.693336, -4.8772583, 52.693336), (-61.96081, -4.8772583, 41.40089), (-68.84716, -4.8772583, 28.517427), (-73.08776, -4.8772583, 14.538058), (-74.51964, -4.8772583, 9.126023e-15), (-73.08776, -4.8772583, -14.538058), (-68.84716, -4.8772583, -28.517427), (-61.96081, -4.8772583, -41.40089), (-52.693336, -4.8772583, -52.693336), (-41.40089, -4.8772583, -61.96081), (-28.517427, -4.8772583, -68.84716), (-14.538058, -4.8772583, -73.08776), (-1.3689034e-14, -4.8772583, -74.51964), (14.538058, -4.8772583, -73.08776), (28.517427, -4.8772583, -68.84716), (41.40089, -4.8772583, -61.96081), (52.693336, -4.8772583, -52.693336), (61.96081, -4.8772583, -41.40089), (68.84716, -4.8772583, -28.517427), (73.08776, -4.8772583, -14.538058), (75, 0, 0), (73.5589, 0, 14.631774), (69.29096, 0, 28.701258), (62.36022, 0, 41.667767), (53.033005, 0, 53.033005), (41.667767, 0, 62.36022), (28.701258, 0, 69.29096), (14.631774, 0, 73.5589), (4.5924254e-15, 0, 75), (-14.631774, 0, 73.5589), (-28.701258, 0, 69.29096), (-41.667767, 0, 62.36022), (-53.033005, 0, 53.033005), (-62.36022, 0, 41.667767), (-69.29096, 0, 28.701258), (-73.5589, 0, 14.631774), (-75, 0, 9.184851e-15), (-73.5589, 0, -14.631774), (-69.29096, 0, -28.701258), (-62.36022, 0, -41.667767), (-53.033005, 0, -53.033005), (-41.667767, 0, -62.36022), (-28.701258, 0, -69.29096), (-14.631774, 0, -73.5589), (-1.3777277e-14, 0, -75), (14.631774, 0, -73.5589), (28.701258, 0, -69.29096), (41.667767, 0, -62.36022), (53.033005, 0, -53.033005), (62.36022, 0, -41.667767), (69.29096, 0, -28.701258), (73.5589, 0, -14.631774), (74.51964, 4.8772583, 0), (73.08776, 4.8772583, 14.538058), (68.84716, 4.8772583, 28.517427), (61.96081, 4.8772583, 41.40089), (52.693336, 4.8772583, 52.693336), (41.40089, 4.8772583, 61.96081), (28.517427, 4.8772583, 68.84716), (14.538058, 4.8772583, 73.08776), (4.5630114e-15, 4.8772583, 74.51964), (-14.538058, 4.8772583, 73.08776), (-28.517427, 4.8772583, 68.84716), (-41.40089, 4.8772583, 61.96081), (-52.693336, 4.8772583, 52.693336), (-61.96081, 4.8772583, 41.40089), (-68.84716, 4.8772583, 28.517427), (-73.08776, 4.8772583, 14.538058), (-74.51964, 4.8772583, 9.126023e-15), (-73.08776, 4.8772583, -14.538058), (-68.84716, 4.8772583, -28.517427), (-61.96081, 4.8772583, -41.40089), (-52.693336, 4.8772583, -52.693336), (-41.40089, 4.8772583, -61.96081), (-28.517427, 4.8772583, -68.84716), (-14.538058, 4.8772583, -73.08776), (-1.3689034e-14, 4.8772583, -74.51964), (14.538058, 4.8772583, -73.08776), (28.517427, 4.8772583, -68.84716), (41.40089, 4.8772583, -61.96081), (52.693336, 4.8772583, -52.693336), (61.96081, 4.8772583, -41.40089), (68.84716, 4.8772583, -28.517427), (73.08776, 4.8772583, -14.538058), (73.09699, 9.567085, 0), (71.69245, 9.567085, 14.260515), (67.532814, 9.567085, 27.973005), (60.777927, 9.567085, 40.61051), (51.687378, 9.567085, 51.687378), (40.61051, 9.567085, 60.777927), (27.973005, 9.567085, 67.532814), (14.260515, 9.567085, 71.69245), (4.4759e-15, 9.567085, 73.09699), (-14.260515, 9.567085, 71.69245), (-27.973005, 9.567085, 67.532814), (-40.61051, 9.567085, 60.777927), (-51.687378, 9.567085, 51.687378), (-60.777927, 9.567085, 40.61051), (-67.532814, 9.567085, 27.973005), (-71.69245, 9.567085, 14.260515), (-73.09699, 9.567085, 8.9518e-15), (-71.69245, 9.567085, -14.260515), (-67.532814, 9.567085, -27.973005), (-60.777927, 9.567085, -40.61051), (-51.687378, 9.567085, -51.687378), (-40.61051, 9.567085, -60.777927), (-27.973005, 9.567085, -67.532814), (-14.260515, 9.567085, -71.69245), (-1.3427698e-14, 9.567085, -73.09699), (14.260515, 9.567085, -71.69245), (27.973005, 9.567085, -67.532814), (40.61051, 9.567085, -60.777927), (51.687378, 9.567085, -51.687378), (60.777927, 9.567085, -40.61051), (67.532814, 9.567085, -27.973005), (71.69245, 9.567085, -14.260515), (70.786736, 13.8892565, 0), (69.42659, 13.8892565, 13.809808), (65.39842, 13.8892565, 27.088913), (58.857025, 13.8892565, 39.327003), (50.05378, 13.8892565, 50.05378), (39.327003, 13.8892565, 58.857025), (27.088913, 13.8892565, 65.39842), (13.809808, 13.8892565, 69.42659), (4.334438e-15, 13.8892565, 70.786736), (-13.809808, 13.8892565, 69.42659), (-27.088913, 13.8892565, 65.39842), (-39.327003, 13.8892565, 58.857025), (-50.05378, 13.8892565, 50.05378), (-58.857025, 13.8892565, 39.327003), (-65.39842, 13.8892565, 27.088913), (-69.42659, 13.8892565, 13.809808), (-70.786736, 13.8892565, 8.668876e-15), (-69.42659, 13.8892565, -13.809808), (-65.39842, 13.8892565, -27.088913), (-58.857025, 13.8892565, -39.327003), (-50.05378, 13.8892565, -50.05378), (-39.327003, 13.8892565, -58.857025), (-27.088913, 13.8892565, -65.39842), (-13.809808, 13.8892565, -69.42659), (-1.30033135e-14, 13.8892565, -70.786736), (13.809808, 13.8892565, -69.42659), (27.088913, 13.8892565, -65.39842), (39.327003, 13.8892565, -58.857025), (50.05378, 13.8892565, -50.05378), (58.857025, 13.8892565, -39.327003), (65.39842, 13.8892565, -27.088913), (69.42659, 13.8892565, -13.809808), (67.67767, 17.67767, 0), (66.377266, 17.67767, 13.2032585), (62.526012, 17.67767, 25.899124), (56.271927, 17.67767, 37.599697), (47.85534, 17.67767, 47.85534), (37.599697, 17.67767, 56.271927), (25.899124, 17.67767, 62.526012), (13.2032585, 17.67767, 66.377266), (4.144062e-15, 17.67767, 67.67767), (-13.2032585, 17.67767, 66.377266), (-25.899124, 17.67767, 62.526012), (-37.599697, 17.67767, 56.271927), (-47.85534, 17.67767, 47.85534), (-56.271927, 17.67767, 37.599697), (-62.526012, 17.67767, 25.899124), (-66.377266, 17.67767, 13.2032585), (-67.67767, 17.67767, 8.288124e-15), (-66.377266, 17.67767, -13.2032585), (-62.526012, 17.67767, -25.899124), (-56.271927, 17.67767, -37.599697), (-47.85534, 17.67767, -47.85534), (-37.599697, 17.67767, -56.271927), (-25.899124, 17.67767, -62.526012), (-13.2032585, 17.67767, -66.377266), (-1.24321855e-14, 17.67767, -67.67767), (13.2032585, 17.67767, -66.377266), (25.899124, 17.67767, -62.526012), (37.599697, 17.67767, -56.271927), (47.85534, 17.67767, -47.85534), (56.271927, 17.67767, -37.599697), (62.526012, 17.67767, -25.899124), (66.377266, 17.67767, -13.2032585), (63.88925, 20.78674, 0), (62.66164, 20.78674, 12.464175), (59.025974, 20.78674, 24.44936), (53.12197, 20.78674, 35.49497), (45.176525, 20.78674, 45.176525), (35.49497, 20.78674, 53.12197), (24.44936, 20.78674, 59.025974), (12.464175, 20.78674, 62.66164), (3.9120886e-15, 20.78674, 63.88925), (-12.464175, 20.78674, 62.66164), (-24.44936, 20.78674, 59.025974), (-35.49497, 20.78674, 53.12197), (-45.176525, 20.78674, 45.176525), (-53.12197, 20.78674, 35.49497), (-59.025974, 20.78674, 24.44936), (-62.66164, 20.78674, 12.464175), (-63.88925, 20.78674, 7.824177e-15), (-62.66164, 20.78674, -12.464175), (-59.025974, 20.78674, -24.44936), (-53.12197, 20.78674, -35.49497), (-45.176525, 20.78674, -45.176525), (-35.49497, 20.78674, -53.12197), (-24.44936, 20.78674, -59.025974), (-12.464175, 20.78674, -62.66164), (-1.1736267e-14, 20.78674, -63.88925), (12.464175, 20.78674, -62.66164), (24.44936, 20.78674, -59.025974), (35.49497, 20.78674, -53.12197), (45.176525, 20.78674, -45.176525), (53.12197, 20.78674, -35.49497), (59.025974, 20.78674, -24.44936), (62.66164, 20.78674, -12.464175), (59.56709, 23.096987, 0), (58.422523, 23.096987, 11.620962), (55.032814, 23.096987, 22.795338), (49.52822, 23.096987, 33.0937), (42.12029, 23.096987, 42.12029), (33.0937, 23.096987, 49.52822), (22.795338, 23.096987, 55.032814), (11.620962, 23.096987, 58.422523), (3.647432e-15, 23.096987, 59.56709), (-11.620962, 23.096987, 58.422523), (-22.795338, 23.096987, 55.032814), (-33.0937, 23.096987, 49.52822), (-42.12029, 23.096987, 42.12029), (-49.52822, 23.096987, 33.0937), (-55.032814, 23.096987, 22.795338), (-58.422523, 23.096987, 11.620962), (-59.56709, 23.096987, 7.294864e-15), (-58.422523, 23.096987, -11.620962), (-55.032814, 23.096987, -22.795338), (-49.52822, 23.096987, -33.0937), (-42.12029, 23.096987, -42.12029), (-33.0937, 23.096987, -49.52822), (-22.795338, 23.096987, -55.032814), (-11.620962, 23.096987, -58.422523), (-1.0942296e-14, 23.096987, -59.56709), (11.620962, 23.096987, -58.422523), (22.795338, 23.096987, -55.032814), (33.0937, 23.096987, -49.52822), (42.12029, 23.096987, -42.12029), (49.52822, 23.096987, -33.0937), (55.032814, 23.096987, -22.795338), (58.422523, 23.096987, -11.620962), (54.87726, 24.51963, 0), (53.82281, 24.51963, 10.706021), (50.699974, 24.51963, 21.000618), (45.628773, 24.51963, 30.488173), (38.80408, 24.51963, 38.80408), (30.488173, 24.51963, 45.628773), (21.000618, 24.51963, 50.699974), (10.706021, 24.51963, 53.82281), (3.3602631e-15, 24.51963, 54.87726), (-10.706021, 24.51963, 53.82281), (-21.000618, 24.51963, 50.699974), (-30.488173, 24.51963, 45.628773), (-38.80408, 24.51963, 38.80408), (-45.628773, 24.51963, 30.488173), (-50.699974, 24.51963, 21.000618), (-53.82281, 24.51963, 10.706021), (-54.87726, 24.51963, 6.7205263e-15), (-53.82281, 24.51963, -10.706021), (-50.699974, 24.51963, -21.000618), (-45.628773, 24.51963, -30.488173), (-38.80408, 24.51963, -38.80408), (-30.488173, 24.51963, -45.628773), (-21.000618, 24.51963, -50.699974), (-10.706021, 24.51963, -53.82281), (-1.0080789e-14, 24.51963, -54.87726), (10.706021, 24.51963, -53.82281), (21.000618, 24.51963, -50.699974), (30.488173, 24.51963, -45.628773), (38.80408, 24.51963, -38.80408), (45.628773, 24.51963, -30.488173), (50.699974, 24.51963, -21.000618), (53.82281, 24.51963, -10.706021), (50, 25, 0), (49.03926, 25, 9.754517), (46.193974, 25, 19.13417), (41.57348, 25, 27.778513), (35.35534, 25, 35.35534), (27.778513, 25, 41.57348), (19.13417, 25, 46.193974), (9.754517, 25, 49.03926), (3.061617e-15, 25, 50), (-9.754517, 25, 49.03926), (-19.13417, 25, 46.193974), (-27.778513, 25, 41.57348), (-35.35534, 25, 35.35534), (-41.57348, 25, 27.778513), (-46.193974, 25, 19.13417), (-49.03926, 25, 9.754517), (-50, 25, 6.123234e-15), (-49.03926, 25, -9.754517), (-46.193974, 25, -19.13417), (-41.57348, 25, -27.778513), (-35.35534, 25, -35.35534), (-27.778513, 25, -41.57348), (-19.13417, 25, -46.193974), (-9.754517, 25, -49.03926), (-9.184851e-15, 25, -50), (9.754517, 25, -49.03926), (19.13417, 25, -46.193974), (27.778513, 25, -41.57348), (35.35534, 25, -35.35534), (41.57348, 25, -27.778513), (46.193974, 25, -19.13417), (49.03926, 25, -9.754517), (45.12274, 24.51963, 0), (44.255722, 24.51963, 8.80301), (41.687977, 24.51963, 17.267727), (37.51819, 24.51963, 25.068851), (31.906595, 24.51963, 31.906595), (25.068851, 24.51963, 37.51819), (17.267727, 24.51963, 41.687977), (8.80301, 24.51963, 44.255722), (2.762971e-15, 24.51963, 45.12274), (-8.80301, 24.51963, 44.255722), (-17.267727, 24.51963, 41.687977), (-25.068851, 24.51963, 37.51819), (-31.906595, 24.51963, 31.906595), (-37.51819, 24.51963, 25.068851), (-41.687977, 24.51963, 17.267727), (-44.255722, 24.51963, 8.80301), (-45.12274, 24.51963, 5.525942e-15), (-44.255722, 24.51963, -8.80301), (-41.687977, 24.51963, -17.267727), (-37.51819, 24.51963, -25.068851), (-31.906595, 24.51963, -31.906595), (-25.068851, 24.51963, -37.51819), (-17.267727, 24.51963, -41.687977), (-8.80301, 24.51963, -44.255722), (-8.288914e-15, 24.51963, -45.12274), (8.80301, 24.51963, -44.255722), (17.267727, 24.51963, -41.687977), (25.068851, 24.51963, -37.51819), (31.906595, 24.51963, -31.906595), (37.51819, 24.51963, -25.068851), (41.687977, 24.51963, -17.267727), (44.255722, 24.51963, -8.80301), (40.432915, 23.096987, 0), (39.656006, 23.096987, 7.8880706), (37.355145, 23.096987, 15.473006), (33.61874, 23.096987, 22.463324), (28.590387, 23.096987, 28.590387), (22.463324, 23.096987, 33.61874), (15.473006, 23.096987, 37.355145), (7.8880706, 23.096987, 39.656006), (2.475802e-15, 23.096987, 40.432915), (-7.8880706, 23.096987, 39.656006), (-15.473006, 23.096987, 37.355145), (-22.463324, 23.096987, 33.61874), (-28.590387, 23.096987, 28.590387), (-33.61874, 23.096987, 22.463324), (-37.355145, 23.096987, 15.473006), (-39.656006, 23.096987, 7.8880706), (-40.432915, 23.096987, 4.951604e-15), (-39.656006, 23.096987, -7.8880706), (-37.355145, 23.096987, -15.473006), (-33.61874, 23.096987, -22.463324), (-28.590387, 23.096987, -28.590387), (-22.463324, 23.096987, -33.61874), (-15.473006, 23.096987, -37.355145), (-7.8880706, 23.096987, -39.656006), (-7.427406e-15, 23.096987, -40.432915), (7.8880706, 23.096987, -39.656006), (15.473006, 23.096987, -37.355145), (22.463324, 23.096987, -33.61874), (28.590387, 23.096987, -28.590387), (33.61874, 23.096987, -22.463324), (37.355145, 23.096987, -15.473006), (39.656006, 23.096987, -7.8880706), (36.110744, 20.78674, 0), (35.416885, 20.78674, 7.044857), (33.361977, 20.78674, 13.818984), (30.024988, 20.78674, 20.062056), (25.534153, 20.78674, 25.534153), (20.062056, 20.78674, 30.024988), (13.818984, 20.78674, 33.361977), (7.044857, 20.78674, 35.416885), (2.2111454e-15, 20.78674, 36.110744), (-7.044857, 20.78674, 35.416885), (-13.818984, 20.78674, 33.361977), (-20.062056, 20.78674, 30.024988), (-25.534153, 20.78674, 25.534153), (-30.024988, 20.78674, 20.062056), (-33.361977, 20.78674, 13.818984), (-35.416885, 20.78674, 7.044857), (-36.110744, 20.78674, 4.422291e-15), (-35.416885, 20.78674, -7.044857), (-33.361977, 20.78674, -13.818984), (-30.024988, 20.78674, -20.062056), (-25.534153, 20.78674, -25.534153), (-20.062056, 20.78674, -30.024988), (-13.818984, 20.78674, -33.361977), (-7.044857, 20.78674, -35.416885), (-6.633436e-15, 20.78674, -36.110744), (7.044857, 20.78674, -35.416885), (13.818984, 20.78674, -33.361977), (20.062056, 20.78674, -30.024988), (25.534153, 20.78674, -25.534153), (30.024988, 20.78674, -20.062056), (33.361977, 20.78674, -13.818984), (35.416885, 20.78674, -7.044857), (32.32233, 17.67767, 0), (31.701267, 17.67767, 6.3057737), (29.861938, 17.67767, 12.369221), (26.875036, 17.67767, 17.957325), (22.85534, 17.67767, 22.85534), (17.957325, 17.67767, 26.875036), (12.369221, 17.67767, 29.861938), (6.3057737, 17.67767, 31.701267), (1.9791719e-15, 17.67767, 32.32233), (-6.3057737, 17.67767, 31.701267), (-12.369221, 17.67767, 29.861938), (-17.957325, 17.67767, 26.875036), (-22.85534, 17.67767, 22.85534), (-26.875036, 17.67767, 17.957325), (-29.861938, 17.67767, 12.369221), (-31.701267, 17.67767, 6.3057737), (-32.32233, 17.67767, 3.9583438e-15), (-31.701267, 17.67767, -6.3057737), (-29.861938, 17.67767, -12.369221), (-26.875036, 17.67767, -17.957325), (-22.85534, 17.67767, -22.85534), (-17.957325, 17.67767, -26.875036), (-12.369221, 17.67767, -29.861938), (-6.3057737, 17.67767, -31.701267), (-5.9375155e-15, 17.67767, -32.32233), (6.3057737, 17.67767, -31.701267), (12.369221, 17.67767, -29.861938), (17.957325, 17.67767, -26.875036), (22.85534, 17.67767, -22.85534), (26.875036, 17.67767, -17.957325), (29.861938, 17.67767, -12.369221), (31.701267, 17.67767, -6.3057737), (29.213259, 13.8892565, 0), (28.651936, 13.8892565, 5.6992245), (26.989532, 13.8892565, 11.179431), (24.289938, 13.8892565, 16.230017), (20.656895, 13.8892565, 20.656895), (16.230017, 13.8892565, 24.289938), (11.179431, 13.8892565, 26.989532), (5.6992245, 13.8892565, 28.651936), (1.7887964e-15, 13.8892565, 29.213259), (-5.6992245, 13.8892565, 28.651936), (-11.179431, 13.8892565, 26.989532), (-16.230017, 13.8892565, 24.289938), (-20.656895, 13.8892565, 20.656895), (-24.289938, 13.8892565, 16.230017), (-26.989532, 13.8892565, 11.179431), (-28.651936, 13.8892565, 5.6992245), (-29.213259, 13.8892565, 3.5775927e-15), (-28.651936, 13.8892565, -5.6992245), (-26.989532, 13.8892565, -11.179431), (-24.289938, 13.8892565, -16.230017), (-20.656895, 13.8892565, -20.656895), (-16.230017, 13.8892565, -24.289938), (-11.179431, 13.8892565, -26.989532), (-5.6992245, 13.8892565, -28.651936), (-5.3663887e-15, 13.8892565, -29.213259), (5.6992245, 13.8892565, -28.651936), (11.179431, 13.8892565, -26.989532), (16.230017, 13.8892565, -24.289938), (20.656895, 13.8892565, -20.656895), (24.289938, 13.8892565, -16.230017), (26.989532, 13.8892565, -11.179431), (28.651936, 13.8892565, -5.6992245), (26.903013, 9.567085, 0), (26.38608, 9.567085, 5.248517), (24.85514, 9.567085, 10.295337), (22.369036, 9.567085, 14.946513), (19.023302, 9.567085, 19.023302), (14.946513, 9.567085, 22.369036), (10.295337, 9.567085, 24.85514), (5.248517, 9.567085, 26.38608), (1.6473343e-15, 9.567085, 26.903013), (-5.248517, 9.567085, 26.38608), (-10.295337, 9.567085, 24.85514), (-14.946513, 9.567085, 22.369036), (-19.023302, 9.567085, 19.023302), (-22.369036, 9.567085, 14.946513), (-24.85514, 9.567085, 10.295337), (-26.38608, 9.567085, 5.248517), (-26.903013, 9.567085, 3.2946687e-15), (-26.38608, 9.567085, -5.248517), (-24.85514, 9.567085, -10.295337), (-22.369036, 9.567085, -14.946513), (-19.023302, 9.567085, -19.023302), (-14.946513, 9.567085, -22.369036), (-10.295337, 9.567085, -24.85514), (-5.248517, 9.567085, -26.38608), (-4.942003e-15, 9.567085, -26.903013), (5.248517, 9.567085, -26.38608), (10.295337, 9.567085, -24.85514), (14.946513, 9.567085, -22.369036), (19.023302, 9.567085, -19.023302), (22.369036, 9.567085, -14.946513), (24.85514, 9.567085, -10.295337), (26.38608, 9.567085, -5.248517), (25.48037, 4.8772583, 0), (24.99077, 4.8772583, 4.9709735), (23.54079, 4.8772583, 9.750915), (21.186152, 4.8772583, 14.156135), (18.017342, 4.8772583, 18.017342), (14.156135, 4.8772583, 21.186152), (9.750915, 4.8772583, 23.54079), (4.9709735, 4.8772583, 24.99077), (1.5602226e-15, 4.8772583, 25.48037), (-4.9709735, 4.8772583, 24.99077), (-9.750915, 4.8772583, 23.54079), (-14.156135, 4.8772583, 21.186152), (-18.017342, 4.8772583, 18.017342), (-21.186152, 4.8772583, 14.156135), (-23.54079, 4.8772583, 9.750915), (-24.99077, 4.8772583, 4.9709735), (-25.48037, 4.8772583, 3.1204452e-15), (-24.99077, 4.8772583, -4.9709735), (-23.54079, 4.8772583, -9.750915), (-21.186152, 4.8772583, -14.156135), (-18.017342, 4.8772583, -18.017342), (-14.156135, 4.8772583, -21.186152), (-9.750915, 4.8772583, -23.54079), (-4.9709735, 4.8772583, -24.99077), (-4.6806676e-15, 4.8772583, -25.48037), (4.9709735, 4.8772583, -24.99077), (9.750915, 4.8772583, -23.54079), (14.156135, 4.8772583, -21.186152), (18.017342, 4.8772583, -18.017342), (21.186152, 4.8772583, -14.156135), (23.54079, 4.8772583, -9.750915), (24.99077, 4.8772583, -4.9709735), (25, 3.061617e-15, 0), (24.51963, 3.061617e-15, 4.8772583), (23.096987, 3.061617e-15, 9.567085), (20.78674, 3.061617e-15, 13.8892565), (17.67767, 3.061617e-15, 17.67767), (13.8892565, 3.061617e-15, 20.78674), (9.567085, 3.061617e-15, 23.096987), (4.8772583, 3.061617e-15, 24.51963), (1.5308086e-15, 3.061617e-15, 25), (-4.8772583, 3.061617e-15, 24.51963), (-9.567085, 3.061617e-15, 23.096987), (-13.8892565, 3.061617e-15, 20.78674), (-17.67767, 3.061617e-15, 17.67767), (-20.78674, 3.061617e-15, 13.8892565), (-23.096987, 3.061617e-15, 9.567085), (-24.51963, 3.061617e-15, 4.8772583), (-25, 3.061617e-15, 3.061617e-15), (-24.51963, 3.061617e-15, -4.8772583), (-23.096987, 3.061617e-15, -9.567085), (-20.78674, 3.061617e-15, -13.8892565), (-17.67767, 3.061617e-15, -17.67767), (-13.8892565, 3.061617e-15, -20.78674), (-9.567085, 3.061617e-15, -23.096987), (-4.8772583, 3.061617e-15, -24.51963), (-4.5924254e-15, 3.061617e-15, -25), (4.8772583, 3.061617e-15, -24.51963), (9.567085, 3.061617e-15, -23.096987), (13.8892565, 3.061617e-15, -20.78674), (17.67767, 3.061617e-15, -17.67767), (20.78674, 3.061617e-15, -13.8892565), (23.096987, 3.061617e-15, -9.567085), (24.51963, 3.061617e-15, -4.8772583), (25.48037, -4.8772583, 0), (24.99077, -4.8772583, 4.9709735), (23.54079, -4.8772583, 9.750915), (21.186152, -4.8772583, 14.156135), (18.017342, -4.8772583, 18.017342), (14.156135, -4.8772583, 21.186152), (9.750915, -4.8772583, 23.54079), (4.9709735, -4.8772583, 24.99077), (1.5602226e-15, -4.8772583, 25.48037), (-4.9709735, -4.8772583, 24.99077), (-9.750915, -4.8772583, 23.54079), (-14.156135, -4.8772583, 21.186152), (-18.017342, -4.8772583, 18.017342), (-21.186152, -4.8772583, 14.156135), (-23.54079, -4.8772583, 9.750915), (-24.99077, -4.8772583, 4.9709735), (-25.48037, -4.8772583, 3.1204452e-15), (-24.99077, -4.8772583, -4.9709735), (-23.54079, -4.8772583, -9.750915), (-21.186152, -4.8772583, -14.156135), (-18.017342, -4.8772583, -18.017342), (-14.156135, -4.8772583, -21.186152), (-9.750915, -4.8772583, -23.54079), (-4.9709735, -4.8772583, -24.99077), (-4.6806676e-15, -4.8772583, -25.48037), (4.9709735, -4.8772583, -24.99077), (9.750915, -4.8772583, -23.54079), (14.156135, -4.8772583, -21.186152), (18.017342, -4.8772583, -18.017342), (21.186152, -4.8772583, -14.156135), (23.54079, -4.8772583, -9.750915), (24.99077, -4.8772583, -4.9709735), (26.903013, -9.567085, 0), (26.38608, -9.567085, 5.248517), (24.85514, -9.567085, 10.295337), (22.369036, -9.567085, 14.946513), (19.023302, -9.567085, 19.023302), (14.946513, -9.567085, 22.369036), (10.295337, -9.567085, 24.85514), (5.248517, -9.567085, 26.38608), (1.6473343e-15, -9.567085, 26.903013), (-5.248517, -9.567085, 26.38608), (-10.295337, -9.567085, 24.85514), (-14.946513, -9.567085, 22.369036), (-19.023302, -9.567085, 19.023302), (-22.369036, -9.567085, 14.946513), (-24.85514, -9.567085, 10.295337), (-26.38608, -9.567085, 5.248517), (-26.903013, -9.567085, 3.2946687e-15), (-26.38608, -9.567085, -5.248517), (-24.85514, -9.567085, -10.295337), (-22.369036, -9.567085, -14.946513), (-19.023302, -9.567085, -19.023302), (-14.946513, -9.567085, -22.369036), (-10.295337, -9.567085, -24.85514), (-5.248517, -9.567085, -26.38608), (-4.942003e-15, -9.567085, -26.903013), (5.248517, -9.567085, -26.38608), (10.295337, -9.567085, -24.85514), (14.946513, -9.567085, -22.369036), (19.023302, -9.567085, -19.023302), (22.369036, -9.567085, -14.946513), (24.85514, -9.567085, -10.295337), (26.38608, -9.567085, -5.248517), (29.213259, -13.8892565, 0), (28.651936, -13.8892565, 5.6992245), (26.989532, -13.8892565, 11.179431), (24.289938, -13.8892565, 16.230017), (20.656895, -13.8892565, 20.656895), (16.230017, -13.8892565, 24.289938), (11.179431, -13.8892565, 26.989532), (5.6992245, -13.8892565, 28.651936), (1.7887964e-15, -13.8892565, 29.213259), (-5.6992245, -13.8892565, 28.651936), (-11.179431, -13.8892565, 26.989532), (-16.230017, -13.8892565, 24.289938), (-20.656895, -13.8892565, 20.656895), (-24.289938, -13.8892565, 16.230017), (-26.989532, -13.8892565, 11.179431), (-28.651936, -13.8892565, 5.6992245), (-29.213259, -13.8892565, 3.5775927e-15), (-28.651936, -13.8892565, -5.6992245), (-26.989532, -13.8892565, -11.179431), (-24.289938, -13.8892565, -16.230017), (-20.656895, -13.8892565, -20.656895), (-16.230017, -13.8892565, -24.289938), (-11.179431, -13.8892565, -26.989532), (-5.6992245, -13.8892565, -28.651936), (-5.3663887e-15, -13.8892565, -29.213259), (5.6992245, -13.8892565, -28.651936), (11.179431, -13.8892565, -26.989532), (16.230017, -13.8892565, -24.289938), (20.656895, -13.8892565, -20.656895), (24.289938, -13.8892565, -16.230017), (26.989532, -13.8892565, -11.179431), (28.651936, -13.8892565, -5.6992245), (32.32233, -17.67767, 0), (31.701267, -17.67767, 6.3057737), (29.861938, -17.67767, 12.369221), (26.875036, -17.67767, 17.957325), (22.85534, -17.67767, 22.85534), (17.957325, -17.67767, 26.875036), (12.369221, -17.67767, 29.861938), (6.3057737, -17.67767, 31.701267), (1.9791719e-15, -17.67767, 32.32233), (-6.3057737, -17.67767, 31.701267), (-12.369221, -17.67767, 29.861938), (-17.957325, -17.67767, 26.875036), (-22.85534, -17.67767, 22.85534), (-26.875036, -17.67767, 17.957325), (-29.861938, -17.67767, 12.369221), (-31.701267, -17.67767, 6.3057737), (-32.32233, -17.67767, 3.9583438e-15), (-31.701267, -17.67767, -6.3057737), (-29.861938, -17.67767, -12.369221), (-26.875036, -17.67767, -17.957325), (-22.85534, -17.67767, -22.85534), (-17.957325, -17.67767, -26.875036), (-12.369221, -17.67767, -29.861938), (-6.3057737, -17.67767, -31.701267), (-5.9375155e-15, -17.67767, -32.32233), (6.3057737, -17.67767, -31.701267), (12.369221, -17.67767, -29.861938), (17.957325, -17.67767, -26.875036), (22.85534, -17.67767, -22.85534), (26.875036, -17.67767, -17.957325), (29.861938, -17.67767, -12.369221), (31.701267, -17.67767, -6.3057737), (36.110744, -20.78674, 0), (35.416885, -20.78674, 7.044857), (33.361977, -20.78674, 13.818984), (30.024988, -20.78674, 20.062056), (25.534153, -20.78674, 25.534153), (20.062056, -20.78674, 30.024988), (13.818984, -20.78674, 33.361977), (7.044857, -20.78674, 35.416885), (2.2111454e-15, -20.78674, 36.110744), (-7.044857, -20.78674, 35.416885), (-13.818984, -20.78674, 33.361977), (-20.062056, -20.78674, 30.024988), (-25.534153, -20.78674, 25.534153), (-30.024988, -20.78674, 20.062056), (-33.361977, -20.78674, 13.818984), (-35.416885, -20.78674, 7.044857), (-36.110744, -20.78674, 4.422291e-15), (-35.416885, -20.78674, -7.044857), (-33.361977, -20.78674, -13.818984), (-30.024988, -20.78674, -20.062056), (-25.534153, -20.78674, -25.534153), (-20.062056, -20.78674, -30.024988), (-13.818984, -20.78674, -33.361977), (-7.044857, -20.78674, -35.416885), (-6.633436e-15, -20.78674, -36.110744), (7.044857, -20.78674, -35.416885), (13.818984, -20.78674, -33.361977), (20.062056, -20.78674, -30.024988), (25.534153, -20.78674, -25.534153), (30.024988, -20.78674, -20.062056), (33.361977, -20.78674, -13.818984), (35.416885, -20.78674, -7.044857), (40.432915, -23.096987, 0), (39.656006, -23.096987, 7.8880706), (37.355145, -23.096987, 15.473006), (33.61874, -23.096987, 22.463324), (28.590387, -23.096987, 28.590387), (22.463324, -23.096987, 33.61874), (15.473006, -23.096987, 37.355145), (7.8880706, -23.096987, 39.656006), (2.475802e-15, -23.096987, 40.432915), (-7.8880706, -23.096987, 39.656006), (-15.473006, -23.096987, 37.355145), (-22.463324, -23.096987, 33.61874), (-28.590387, -23.096987, 28.590387), (-33.61874, -23.096987, 22.463324), (-37.355145, -23.096987, 15.473006), (-39.656006, -23.096987, 7.8880706), (-40.432915, -23.096987, 4.951604e-15), (-39.656006, -23.096987, -7.8880706), (-37.355145, -23.096987, -15.473006), (-33.61874, -23.096987, -22.463324), (-28.590387, -23.096987, -28.590387), (-22.463324, -23.096987, -33.61874), (-15.473006, -23.096987, -37.355145), (-7.8880706, -23.096987, -39.656006), (-7.427406e-15, -23.096987, -40.432915), (7.8880706, -23.096987, -39.656006), (15.473006, -23.096987, -37.355145), (22.463324, -23.096987, -33.61874), (28.590387, -23.096987, -28.590387), (33.61874, -23.096987, -22.463324), (37.355145, -23.096987, -15.473006), (39.656006, -23.096987, -7.8880706), (45.12274, -24.51963, 0), (44.255722, -24.51963, 8.80301), (41.687977, -24.51963, 17.267727), (37.51819, -24.51963, 25.068851), (31.906595, -24.51963, 31.906595), (25.068851, -24.51963, 37.51819), (17.267727, -24.51963, 41.687977), (8.80301, -24.51963, 44.255722), (2.762971e-15, -24.51963, 45.12274), (-8.80301, -24.51963, 44.255722), (-17.267727, -24.51963, 41.687977), (-25.068851, -24.51963, 37.51819), (-31.906595, -24.51963, 31.906595), (-37.51819, -24.51963, 25.068851), (-41.687977, -24.51963, 17.267727), (-44.255722, -24.51963, 8.80301), (-45.12274, -24.51963, 5.525942e-15), (-44.255722, -24.51963, -8.80301), (-41.687977, -24.51963, -17.267727), (-37.51819, -24.51963, -25.068851), (-31.906595, -24.51963, -31.906595), (-25.068851, -24.51963, -37.51819), (-17.267727, -24.51963, -41.687977), (-8.80301, -24.51963, -44.255722), (-8.288914e-15, -24.51963, -45.12274), (8.80301, -24.51963, -44.255722), (17.267727, -24.51963, -41.687977), (25.068851, -24.51963, -37.51819), (31.906595, -24.51963, -31.906595), (37.51819, -24.51963, -25.068851), (41.687977, -24.51963, -17.267727), (44.255722, -24.51963, -8.80301)] float2[] primvars:st = [(0, 0), (0, 0.03125), (0.03125, 0.03125), (0.03125, 0), (0.03125, 0), (0.03125, 0.03125), (0.0625, 0.03125), (0.0625, 0), (0.0625, 0), (0.0625, 0.03125), (0.09375, 0.03125), (0.09375, 0), (0.09375, 0), (0.09375, 0.03125), (0.125, 0.03125), (0.125, 0), (0.125, 0), (0.125, 0.03125), (0.15625, 0.03125), (0.15625, 0), (0.15625, 0), (0.15625, 0.03125), (0.1875, 0.03125), (0.1875, 0), (0.1875, 0), (0.1875, 0.03125), (0.21875, 0.03125), (0.21875, 0), (0.21875, 0), (0.21875, 0.03125), (0.25, 0.03125), (0.25, 0), (0.25, 0), (0.25, 0.03125), (0.28125, 0.03125), (0.28125, 0), (0.28125, 0), (0.28125, 0.03125), (0.3125, 0.03125), (0.3125, 0), (0.3125, 0), (0.3125, 0.03125), (0.34375, 0.03125), (0.34375, 0), (0.34375, 0), (0.34375, 0.03125), (0.375, 0.03125), (0.375, 0), (0.375, 0), (0.375, 0.03125), (0.40625, 0.03125), (0.40625, 0), (0.40625, 0), (0.40625, 0.03125), (0.4375, 0.03125), (0.4375, 0), (0.4375, 0), (0.4375, 0.03125), (0.46875, 0.03125), (0.46875, 0), (0.46875, 0), (0.46875, 0.03125), (0.5, 0.03125), (0.5, 0), (0.5, 0), (0.5, 0.03125), (0.53125, 0.03125), (0.53125, 0), (0.53125, 0), (0.53125, 0.03125), (0.5625, 0.03125), (0.5625, 0), (0.5625, 0), (0.5625, 0.03125), (0.59375, 0.03125), (0.59375, 0), (0.59375, 0), (0.59375, 0.03125), (0.625, 0.03125), (0.625, 0), (0.625, 0), (0.625, 0.03125), (0.65625, 0.03125), (0.65625, 0), (0.65625, 0), (0.65625, 0.03125), (0.6875, 0.03125), (0.6875, 0), (0.6875, 0), (0.6875, 0.03125), (0.71875, 0.03125), (0.71875, 0), (0.71875, 0), (0.71875, 0.03125), (0.75, 0.03125), (0.75, 0), (0.75, 0), (0.75, 0.03125), (0.78125, 0.03125), (0.78125, 0), (0.78125, 0), (0.78125, 0.03125), (0.8125, 0.03125), (0.8125, 0), (0.8125, 0), (0.8125, 0.03125), (0.84375, 0.03125), (0.84375, 0), (0.84375, 0), (0.84375, 0.03125), (0.875, 0.03125), (0.875, 0), (0.875, 0), (0.875, 0.03125), (0.90625, 0.03125), (0.90625, 0), (0.90625, 0), (0.90625, 0.03125), (0.9375, 0.03125), (0.9375, 0), (0.9375, 0), (0.9375, 0.03125), (0.96875, 0.03125), (0.96875, 0), (0.96875, 0), (0.96875, 0.03125), (1, 0.03125), (1, 0), (0, 0.03125), (0, 0.0625), (0.03125, 0.0625), (0.03125, 0.03125), (0.03125, 0.03125), (0.03125, 0.0625), (0.0625, 0.0625), (0.0625, 0.03125), (0.0625, 0.03125), (0.0625, 0.0625), (0.09375, 0.0625), (0.09375, 0.03125), (0.09375, 0.03125), (0.09375, 0.0625), (0.125, 0.0625), (0.125, 0.03125), (0.125, 0.03125), (0.125, 0.0625), (0.15625, 0.0625), (0.15625, 0.03125), (0.15625, 0.03125), (0.15625, 0.0625), (0.1875, 0.0625), (0.1875, 0.03125), (0.1875, 0.03125), (0.1875, 0.0625), (0.21875, 0.0625), (0.21875, 0.03125), (0.21875, 0.03125), (0.21875, 0.0625), (0.25, 0.0625), (0.25, 0.03125), (0.25, 0.03125), (0.25, 0.0625), (0.28125, 0.0625), (0.28125, 0.03125), (0.28125, 0.03125), (0.28125, 0.0625), (0.3125, 0.0625), (0.3125, 0.03125), (0.3125, 0.03125), (0.3125, 0.0625), (0.34375, 0.0625), (0.34375, 0.03125), (0.34375, 0.03125), (0.34375, 0.0625), (0.375, 0.0625), (0.375, 0.03125), (0.375, 0.03125), (0.375, 0.0625), (0.40625, 0.0625), (0.40625, 0.03125), (0.40625, 0.03125), (0.40625, 0.0625), (0.4375, 0.0625), (0.4375, 0.03125), (0.4375, 0.03125), (0.4375, 0.0625), (0.46875, 0.0625), (0.46875, 0.03125), (0.46875, 0.03125), (0.46875, 0.0625), (0.5, 0.0625), (0.5, 0.03125), (0.5, 0.03125), (0.5, 0.0625), (0.53125, 0.0625), (0.53125, 0.03125), (0.53125, 0.03125), (0.53125, 0.0625), (0.5625, 0.0625), (0.5625, 0.03125), (0.5625, 0.03125), (0.5625, 0.0625), (0.59375, 0.0625), (0.59375, 0.03125), (0.59375, 0.03125), (0.59375, 0.0625), (0.625, 0.0625), (0.625, 0.03125), (0.625, 0.03125), (0.625, 0.0625), (0.65625, 0.0625), (0.65625, 0.03125), (0.65625, 0.03125), (0.65625, 0.0625), (0.6875, 0.0625), (0.6875, 0.03125), (0.6875, 0.03125), (0.6875, 0.0625), (0.71875, 0.0625), (0.71875, 0.03125), (0.71875, 0.03125), (0.71875, 0.0625), (0.75, 0.0625), (0.75, 0.03125), (0.75, 0.03125), (0.75, 0.0625), (0.78125, 0.0625), (0.78125, 0.03125), (0.78125, 0.03125), (0.78125, 0.0625), (0.8125, 0.0625), (0.8125, 0.03125), (0.8125, 0.03125), (0.8125, 0.0625), (0.84375, 0.0625), (0.84375, 0.03125), (0.84375, 0.03125), (0.84375, 0.0625), (0.875, 0.0625), (0.875, 0.03125), (0.875, 0.03125), (0.875, 0.0625), (0.90625, 0.0625), (0.90625, 0.03125), (0.90625, 0.03125), (0.90625, 0.0625), (0.9375, 0.0625), (0.9375, 0.03125), (0.9375, 0.03125), (0.9375, 0.0625), (0.96875, 0.0625), (0.96875, 0.03125), (0.96875, 0.03125), (0.96875, 0.0625), (1, 0.0625), (1, 0.03125), (0, 0.0625), (0, 0.09375), (0.03125, 0.09375), (0.03125, 0.0625), (0.03125, 0.0625), (0.03125, 0.09375), (0.0625, 0.09375), (0.0625, 0.0625), (0.0625, 0.0625), (0.0625, 0.09375), (0.09375, 0.09375), (0.09375, 0.0625), (0.09375, 0.0625), (0.09375, 0.09375), (0.125, 0.09375), (0.125, 0.0625), (0.125, 0.0625), (0.125, 0.09375), (0.15625, 0.09375), (0.15625, 0.0625), (0.15625, 0.0625), (0.15625, 0.09375), (0.1875, 0.09375), (0.1875, 0.0625), (0.1875, 0.0625), (0.1875, 0.09375), (0.21875, 0.09375), (0.21875, 0.0625), (0.21875, 0.0625), (0.21875, 0.09375), (0.25, 0.09375), (0.25, 0.0625), (0.25, 0.0625), (0.25, 0.09375), (0.28125, 0.09375), (0.28125, 0.0625), (0.28125, 0.0625), (0.28125, 0.09375), (0.3125, 0.09375), (0.3125, 0.0625), (0.3125, 0.0625), (0.3125, 0.09375), (0.34375, 0.09375), (0.34375, 0.0625), (0.34375, 0.0625), (0.34375, 0.09375), (0.375, 0.09375), (0.375, 0.0625), (0.375, 0.0625), (0.375, 0.09375), (0.40625, 0.09375), (0.40625, 0.0625), (0.40625, 0.0625), (0.40625, 0.09375), (0.4375, 0.09375), (0.4375, 0.0625), (0.4375, 0.0625), (0.4375, 0.09375), (0.46875, 0.09375), (0.46875, 0.0625), (0.46875, 0.0625), (0.46875, 0.09375), (0.5, 0.09375), (0.5, 0.0625), (0.5, 0.0625), (0.5, 0.09375), (0.53125, 0.09375), (0.53125, 0.0625), (0.53125, 0.0625), (0.53125, 0.09375), (0.5625, 0.09375), (0.5625, 0.0625), (0.5625, 0.0625), (0.5625, 0.09375), (0.59375, 0.09375), (0.59375, 0.0625), (0.59375, 0.0625), (0.59375, 0.09375), (0.625, 0.09375), (0.625, 0.0625), (0.625, 0.0625), (0.625, 0.09375), (0.65625, 0.09375), (0.65625, 0.0625), (0.65625, 0.0625), (0.65625, 0.09375), (0.6875, 0.09375), (0.6875, 0.0625), (0.6875, 0.0625), (0.6875, 0.09375), (0.71875, 0.09375), (0.71875, 0.0625), (0.71875, 0.0625), (0.71875, 0.09375), (0.75, 0.09375), (0.75, 0.0625), (0.75, 0.0625), (0.75, 0.09375), (0.78125, 0.09375), (0.78125, 0.0625), (0.78125, 0.0625), (0.78125, 0.09375), (0.8125, 0.09375), (0.8125, 0.0625), (0.8125, 0.0625), (0.8125, 0.09375), (0.84375, 0.09375), (0.84375, 0.0625), (0.84375, 0.0625), (0.84375, 0.09375), (0.875, 0.09375), (0.875, 0.0625), (0.875, 0.0625), (0.875, 0.09375), (0.90625, 0.09375), (0.90625, 0.0625), (0.90625, 0.0625), (0.90625, 0.09375), (0.9375, 0.09375), (0.9375, 0.0625), (0.9375, 0.0625), (0.9375, 0.09375), (0.96875, 0.09375), (0.96875, 0.0625), (0.96875, 0.0625), (0.96875, 0.09375), (1, 0.09375), (1, 0.0625), (0, 0.09375), (0, 0.125), (0.03125, 0.125), (0.03125, 0.09375), (0.03125, 0.09375), (0.03125, 0.125), (0.0625, 0.125), (0.0625, 0.09375), (0.0625, 0.09375), (0.0625, 0.125), (0.09375, 0.125), (0.09375, 0.09375), (0.09375, 0.09375), (0.09375, 0.125), (0.125, 0.125), (0.125, 0.09375), (0.125, 0.09375), (0.125, 0.125), (0.15625, 0.125), (0.15625, 0.09375), (0.15625, 0.09375), (0.15625, 0.125), (0.1875, 0.125), (0.1875, 0.09375), (0.1875, 0.09375), (0.1875, 0.125), (0.21875, 0.125), (0.21875, 0.09375), (0.21875, 0.09375), (0.21875, 0.125), (0.25, 0.125), (0.25, 0.09375), (0.25, 0.09375), (0.25, 0.125), (0.28125, 0.125), (0.28125, 0.09375), (0.28125, 0.09375), (0.28125, 0.125), (0.3125, 0.125), (0.3125, 0.09375), (0.3125, 0.09375), (0.3125, 0.125), (0.34375, 0.125), (0.34375, 0.09375), (0.34375, 0.09375), (0.34375, 0.125), (0.375, 0.125), (0.375, 0.09375), (0.375, 0.09375), (0.375, 0.125), (0.40625, 0.125), (0.40625, 0.09375), (0.40625, 0.09375), (0.40625, 0.125), (0.4375, 0.125), (0.4375, 0.09375), (0.4375, 0.09375), (0.4375, 0.125), (0.46875, 0.125), (0.46875, 0.09375), (0.46875, 0.09375), (0.46875, 0.125), (0.5, 0.125), (0.5, 0.09375), (0.5, 0.09375), (0.5, 0.125), (0.53125, 0.125), (0.53125, 0.09375), (0.53125, 0.09375), (0.53125, 0.125), (0.5625, 0.125), (0.5625, 0.09375), (0.5625, 0.09375), (0.5625, 0.125), (0.59375, 0.125), (0.59375, 0.09375), (0.59375, 0.09375), (0.59375, 0.125), (0.625, 0.125), (0.625, 0.09375), (0.625, 0.09375), (0.625, 0.125), (0.65625, 0.125), (0.65625, 0.09375), (0.65625, 0.09375), (0.65625, 0.125), (0.6875, 0.125), (0.6875, 0.09375), (0.6875, 0.09375), (0.6875, 0.125), (0.71875, 0.125), (0.71875, 0.09375), (0.71875, 0.09375), (0.71875, 0.125), (0.75, 0.125), (0.75, 0.09375), (0.75, 0.09375), (0.75, 0.125), (0.78125, 0.125), (0.78125, 0.09375), (0.78125, 0.09375), (0.78125, 0.125), (0.8125, 0.125), (0.8125, 0.09375), (0.8125, 0.09375), (0.8125, 0.125), (0.84375, 0.125), (0.84375, 0.09375), (0.84375, 0.09375), (0.84375, 0.125), (0.875, 0.125), (0.875, 0.09375), (0.875, 0.09375), (0.875, 0.125), (0.90625, 0.125), (0.90625, 0.09375), (0.90625, 0.09375), (0.90625, 0.125), (0.9375, 0.125), (0.9375, 0.09375), (0.9375, 0.09375), (0.9375, 0.125), (0.96875, 0.125), (0.96875, 0.09375), (0.96875, 0.09375), (0.96875, 0.125), (1, 0.125), (1, 0.09375), (0, 0.125), (0, 0.15625), (0.03125, 0.15625), (0.03125, 0.125), (0.03125, 0.125), (0.03125, 0.15625), (0.0625, 0.15625), (0.0625, 0.125), (0.0625, 0.125), (0.0625, 0.15625), (0.09375, 0.15625), (0.09375, 0.125), (0.09375, 0.125), (0.09375, 0.15625), (0.125, 0.15625), (0.125, 0.125), (0.125, 0.125), (0.125, 0.15625), (0.15625, 0.15625), (0.15625, 0.125), (0.15625, 0.125), (0.15625, 0.15625), (0.1875, 0.15625), (0.1875, 0.125), (0.1875, 0.125), (0.1875, 0.15625), (0.21875, 0.15625), (0.21875, 0.125), (0.21875, 0.125), (0.21875, 0.15625), (0.25, 0.15625), (0.25, 0.125), (0.25, 0.125), (0.25, 0.15625), (0.28125, 0.15625), (0.28125, 0.125), (0.28125, 0.125), (0.28125, 0.15625), (0.3125, 0.15625), (0.3125, 0.125), (0.3125, 0.125), (0.3125, 0.15625), (0.34375, 0.15625), (0.34375, 0.125), (0.34375, 0.125), (0.34375, 0.15625), (0.375, 0.15625), (0.375, 0.125), (0.375, 0.125), (0.375, 0.15625), (0.40625, 0.15625), (0.40625, 0.125), (0.40625, 0.125), (0.40625, 0.15625), (0.4375, 0.15625), (0.4375, 0.125), (0.4375, 0.125), (0.4375, 0.15625), (0.46875, 0.15625), (0.46875, 0.125), (0.46875, 0.125), (0.46875, 0.15625), (0.5, 0.15625), (0.5, 0.125), (0.5, 0.125), (0.5, 0.15625), (0.53125, 0.15625), (0.53125, 0.125), (0.53125, 0.125), (0.53125, 0.15625), (0.5625, 0.15625), (0.5625, 0.125), (0.5625, 0.125), (0.5625, 0.15625), (0.59375, 0.15625), (0.59375, 0.125), (0.59375, 0.125), (0.59375, 0.15625), (0.625, 0.15625), (0.625, 0.125), (0.625, 0.125), (0.625, 0.15625), (0.65625, 0.15625), (0.65625, 0.125), (0.65625, 0.125), (0.65625, 0.15625), (0.6875, 0.15625), (0.6875, 0.125), (0.6875, 0.125), (0.6875, 0.15625), (0.71875, 0.15625), (0.71875, 0.125), (0.71875, 0.125), (0.71875, 0.15625), (0.75, 0.15625), (0.75, 0.125), (0.75, 0.125), (0.75, 0.15625), (0.78125, 0.15625), (0.78125, 0.125), (0.78125, 0.125), (0.78125, 0.15625), (0.8125, 0.15625), (0.8125, 0.125), (0.8125, 0.125), (0.8125, 0.15625), (0.84375, 0.15625), (0.84375, 0.125), (0.84375, 0.125), (0.84375, 0.15625), (0.875, 0.15625), (0.875, 0.125), (0.875, 0.125), (0.875, 0.15625), (0.90625, 0.15625), (0.90625, 0.125), (0.90625, 0.125), (0.90625, 0.15625), (0.9375, 0.15625), (0.9375, 0.125), (0.9375, 0.125), (0.9375, 0.15625), (0.96875, 0.15625), (0.96875, 0.125), (0.96875, 0.125), (0.96875, 0.15625), (1, 0.15625), (1, 0.125), (0, 0.15625), (0, 0.1875), (0.03125, 0.1875), (0.03125, 0.15625), (0.03125, 0.15625), (0.03125, 0.1875), (0.0625, 0.1875), (0.0625, 0.15625), (0.0625, 0.15625), (0.0625, 0.1875), (0.09375, 0.1875), (0.09375, 0.15625), (0.09375, 0.15625), (0.09375, 0.1875), (0.125, 0.1875), (0.125, 0.15625), (0.125, 0.15625), (0.125, 0.1875), (0.15625, 0.1875), (0.15625, 0.15625), (0.15625, 0.15625), (0.15625, 0.1875), (0.1875, 0.1875), (0.1875, 0.15625), (0.1875, 0.15625), (0.1875, 0.1875), (0.21875, 0.1875), (0.21875, 0.15625), (0.21875, 0.15625), (0.21875, 0.1875), (0.25, 0.1875), (0.25, 0.15625), (0.25, 0.15625), (0.25, 0.1875), (0.28125, 0.1875), (0.28125, 0.15625), (0.28125, 0.15625), (0.28125, 0.1875), (0.3125, 0.1875), (0.3125, 0.15625), (0.3125, 0.15625), (0.3125, 0.1875), (0.34375, 0.1875), (0.34375, 0.15625), (0.34375, 0.15625), (0.34375, 0.1875), (0.375, 0.1875), (0.375, 0.15625), (0.375, 0.15625), (0.375, 0.1875), (0.40625, 0.1875), (0.40625, 0.15625), (0.40625, 0.15625), (0.40625, 0.1875), (0.4375, 0.1875), (0.4375, 0.15625), (0.4375, 0.15625), (0.4375, 0.1875), (0.46875, 0.1875), (0.46875, 0.15625), (0.46875, 0.15625), (0.46875, 0.1875), (0.5, 0.1875), (0.5, 0.15625), (0.5, 0.15625), (0.5, 0.1875), (0.53125, 0.1875), (0.53125, 0.15625), (0.53125, 0.15625), (0.53125, 0.1875), (0.5625, 0.1875), (0.5625, 0.15625), (0.5625, 0.15625), (0.5625, 0.1875), (0.59375, 0.1875), (0.59375, 0.15625), (0.59375, 0.15625), (0.59375, 0.1875), (0.625, 0.1875), (0.625, 0.15625), (0.625, 0.15625), (0.625, 0.1875), (0.65625, 0.1875), (0.65625, 0.15625), (0.65625, 0.15625), (0.65625, 0.1875), (0.6875, 0.1875), (0.6875, 0.15625), (0.6875, 0.15625), (0.6875, 0.1875), (0.71875, 0.1875), (0.71875, 0.15625), (0.71875, 0.15625), (0.71875, 0.1875), (0.75, 0.1875), (0.75, 0.15625), (0.75, 0.15625), (0.75, 0.1875), (0.78125, 0.1875), (0.78125, 0.15625), (0.78125, 0.15625), (0.78125, 0.1875), (0.8125, 0.1875), (0.8125, 0.15625), (0.8125, 0.15625), (0.8125, 0.1875), (0.84375, 0.1875), (0.84375, 0.15625), (0.84375, 0.15625), (0.84375, 0.1875), (0.875, 0.1875), (0.875, 0.15625), (0.875, 0.15625), (0.875, 0.1875), (0.90625, 0.1875), (0.90625, 0.15625), (0.90625, 0.15625), (0.90625, 0.1875), (0.9375, 0.1875), (0.9375, 0.15625), (0.9375, 0.15625), (0.9375, 0.1875), (0.96875, 0.1875), (0.96875, 0.15625), (0.96875, 0.15625), (0.96875, 0.1875), (1, 0.1875), (1, 0.15625), (0, 0.1875), (0, 0.21875), (0.03125, 0.21875), (0.03125, 0.1875), (0.03125, 0.1875), (0.03125, 0.21875), (0.0625, 0.21875), (0.0625, 0.1875), (0.0625, 0.1875), (0.0625, 0.21875), (0.09375, 0.21875), (0.09375, 0.1875), (0.09375, 0.1875), (0.09375, 0.21875), (0.125, 0.21875), (0.125, 0.1875), (0.125, 0.1875), (0.125, 0.21875), (0.15625, 0.21875), (0.15625, 0.1875), (0.15625, 0.1875), (0.15625, 0.21875), (0.1875, 0.21875), (0.1875, 0.1875), (0.1875, 0.1875), (0.1875, 0.21875), (0.21875, 0.21875), (0.21875, 0.1875), (0.21875, 0.1875), (0.21875, 0.21875), (0.25, 0.21875), (0.25, 0.1875), (0.25, 0.1875), (0.25, 0.21875), (0.28125, 0.21875), (0.28125, 0.1875), (0.28125, 0.1875), (0.28125, 0.21875), (0.3125, 0.21875), (0.3125, 0.1875), (0.3125, 0.1875), (0.3125, 0.21875), (0.34375, 0.21875), (0.34375, 0.1875), (0.34375, 0.1875), (0.34375, 0.21875), (0.375, 0.21875), (0.375, 0.1875), (0.375, 0.1875), (0.375, 0.21875), (0.40625, 0.21875), (0.40625, 0.1875), (0.40625, 0.1875), (0.40625, 0.21875), (0.4375, 0.21875), (0.4375, 0.1875), (0.4375, 0.1875), (0.4375, 0.21875), (0.46875, 0.21875), (0.46875, 0.1875), (0.46875, 0.1875), (0.46875, 0.21875), (0.5, 0.21875), (0.5, 0.1875), (0.5, 0.1875), (0.5, 0.21875), (0.53125, 0.21875), (0.53125, 0.1875), (0.53125, 0.1875), (0.53125, 0.21875), (0.5625, 0.21875), (0.5625, 0.1875), (0.5625, 0.1875), (0.5625, 0.21875), (0.59375, 0.21875), (0.59375, 0.1875), (0.59375, 0.1875), (0.59375, 0.21875), (0.625, 0.21875), (0.625, 0.1875), (0.625, 0.1875), (0.625, 0.21875), (0.65625, 0.21875), (0.65625, 0.1875), (0.65625, 0.1875), (0.65625, 0.21875), (0.6875, 0.21875), (0.6875, 0.1875), (0.6875, 0.1875), (0.6875, 0.21875), (0.71875, 0.21875), (0.71875, 0.1875), (0.71875, 0.1875), (0.71875, 0.21875), (0.75, 0.21875), (0.75, 0.1875), (0.75, 0.1875), (0.75, 0.21875), (0.78125, 0.21875), (0.78125, 0.1875), (0.78125, 0.1875), (0.78125, 0.21875), (0.8125, 0.21875), (0.8125, 0.1875), (0.8125, 0.1875), (0.8125, 0.21875), (0.84375, 0.21875), (0.84375, 0.1875), (0.84375, 0.1875), (0.84375, 0.21875), (0.875, 0.21875), (0.875, 0.1875), (0.875, 0.1875), (0.875, 0.21875), (0.90625, 0.21875), (0.90625, 0.1875), (0.90625, 0.1875), (0.90625, 0.21875), (0.9375, 0.21875), (0.9375, 0.1875), (0.9375, 0.1875), (0.9375, 0.21875), (0.96875, 0.21875), (0.96875, 0.1875), (0.96875, 0.1875), (0.96875, 0.21875), (1, 0.21875), (1, 0.1875), (0, 0.21875), (0, 0.25), (0.03125, 0.25), (0.03125, 0.21875), (0.03125, 0.21875), (0.03125, 0.25), (0.0625, 0.25), (0.0625, 0.21875), (0.0625, 0.21875), (0.0625, 0.25), (0.09375, 0.25), (0.09375, 0.21875), (0.09375, 0.21875), (0.09375, 0.25), (0.125, 0.25), (0.125, 0.21875), (0.125, 0.21875), (0.125, 0.25), (0.15625, 0.25), (0.15625, 0.21875), (0.15625, 0.21875), (0.15625, 0.25), (0.1875, 0.25), (0.1875, 0.21875), (0.1875, 0.21875), (0.1875, 0.25), (0.21875, 0.25), (0.21875, 0.21875), (0.21875, 0.21875), (0.21875, 0.25), (0.25, 0.25), (0.25, 0.21875), (0.25, 0.21875), (0.25, 0.25), (0.28125, 0.25), (0.28125, 0.21875), (0.28125, 0.21875), (0.28125, 0.25), (0.3125, 0.25), (0.3125, 0.21875), (0.3125, 0.21875), (0.3125, 0.25), (0.34375, 0.25), (0.34375, 0.21875), (0.34375, 0.21875), (0.34375, 0.25), (0.375, 0.25), (0.375, 0.21875), (0.375, 0.21875), (0.375, 0.25), (0.40625, 0.25), (0.40625, 0.21875), (0.40625, 0.21875), (0.40625, 0.25), (0.4375, 0.25), (0.4375, 0.21875), (0.4375, 0.21875), (0.4375, 0.25), (0.46875, 0.25), (0.46875, 0.21875), (0.46875, 0.21875), (0.46875, 0.25), (0.5, 0.25), (0.5, 0.21875), (0.5, 0.21875), (0.5, 0.25), (0.53125, 0.25), (0.53125, 0.21875), (0.53125, 0.21875), (0.53125, 0.25), (0.5625, 0.25), (0.5625, 0.21875), (0.5625, 0.21875), (0.5625, 0.25), (0.59375, 0.25), (0.59375, 0.21875), (0.59375, 0.21875), (0.59375, 0.25), (0.625, 0.25), (0.625, 0.21875), (0.625, 0.21875), (0.625, 0.25), (0.65625, 0.25), (0.65625, 0.21875), (0.65625, 0.21875), (0.65625, 0.25), (0.6875, 0.25), (0.6875, 0.21875), (0.6875, 0.21875), (0.6875, 0.25), (0.71875, 0.25), (0.71875, 0.21875), (0.71875, 0.21875), (0.71875, 0.25), (0.75, 0.25), (0.75, 0.21875), (0.75, 0.21875), (0.75, 0.25), (0.78125, 0.25), (0.78125, 0.21875), (0.78125, 0.21875), (0.78125, 0.25), (0.8125, 0.25), (0.8125, 0.21875), (0.8125, 0.21875), (0.8125, 0.25), (0.84375, 0.25), (0.84375, 0.21875), (0.84375, 0.21875), (0.84375, 0.25), (0.875, 0.25), (0.875, 0.21875), (0.875, 0.21875), (0.875, 0.25), (0.90625, 0.25), (0.90625, 0.21875), (0.90625, 0.21875), (0.90625, 0.25), (0.9375, 0.25), (0.9375, 0.21875), (0.9375, 0.21875), (0.9375, 0.25), (0.96875, 0.25), (0.96875, 0.21875), (0.96875, 0.21875), (0.96875, 0.25), (1, 0.25), (1, 0.21875), (0, 0.25), (0, 0.28125), (0.03125, 0.28125), (0.03125, 0.25), (0.03125, 0.25), (0.03125, 0.28125), (0.0625, 0.28125), (0.0625, 0.25), (0.0625, 0.25), (0.0625, 0.28125), (0.09375, 0.28125), (0.09375, 0.25), (0.09375, 0.25), (0.09375, 0.28125), (0.125, 0.28125), (0.125, 0.25), (0.125, 0.25), (0.125, 0.28125), (0.15625, 0.28125), (0.15625, 0.25), (0.15625, 0.25), (0.15625, 0.28125), (0.1875, 0.28125), (0.1875, 0.25), (0.1875, 0.25), (0.1875, 0.28125), (0.21875, 0.28125), (0.21875, 0.25), (0.21875, 0.25), (0.21875, 0.28125), (0.25, 0.28125), (0.25, 0.25), (0.25, 0.25), (0.25, 0.28125), (0.28125, 0.28125), (0.28125, 0.25), (0.28125, 0.25), (0.28125, 0.28125), (0.3125, 0.28125), (0.3125, 0.25), (0.3125, 0.25), (0.3125, 0.28125), (0.34375, 0.28125), (0.34375, 0.25), (0.34375, 0.25), (0.34375, 0.28125), (0.375, 0.28125), (0.375, 0.25), (0.375, 0.25), (0.375, 0.28125), (0.40625, 0.28125), (0.40625, 0.25), (0.40625, 0.25), (0.40625, 0.28125), (0.4375, 0.28125), (0.4375, 0.25), (0.4375, 0.25), (0.4375, 0.28125), (0.46875, 0.28125), (0.46875, 0.25), (0.46875, 0.25), (0.46875, 0.28125), (0.5, 0.28125), (0.5, 0.25), (0.5, 0.25), (0.5, 0.28125), (0.53125, 0.28125), (0.53125, 0.25), (0.53125, 0.25), (0.53125, 0.28125), (0.5625, 0.28125), (0.5625, 0.25), (0.5625, 0.25), (0.5625, 0.28125), (0.59375, 0.28125), (0.59375, 0.25), (0.59375, 0.25), (0.59375, 0.28125), (0.625, 0.28125), (0.625, 0.25), (0.625, 0.25), (0.625, 0.28125), (0.65625, 0.28125), (0.65625, 0.25), (0.65625, 0.25), (0.65625, 0.28125), (0.6875, 0.28125), (0.6875, 0.25), (0.6875, 0.25), (0.6875, 0.28125), (0.71875, 0.28125), (0.71875, 0.25), (0.71875, 0.25), (0.71875, 0.28125), (0.75, 0.28125), (0.75, 0.25), (0.75, 0.25), (0.75, 0.28125), (0.78125, 0.28125), (0.78125, 0.25), (0.78125, 0.25), (0.78125, 0.28125), (0.8125, 0.28125), (0.8125, 0.25), (0.8125, 0.25), (0.8125, 0.28125), (0.84375, 0.28125), (0.84375, 0.25), (0.84375, 0.25), (0.84375, 0.28125), (0.875, 0.28125), (0.875, 0.25), (0.875, 0.25), (0.875, 0.28125), (0.90625, 0.28125), (0.90625, 0.25), (0.90625, 0.25), (0.90625, 0.28125), (0.9375, 0.28125), (0.9375, 0.25), (0.9375, 0.25), (0.9375, 0.28125), (0.96875, 0.28125), (0.96875, 0.25), (0.96875, 0.25), (0.96875, 0.28125), (1, 0.28125), (1, 0.25), (0, 0.28125), (0, 0.3125), (0.03125, 0.3125), (0.03125, 0.28125), (0.03125, 0.28125), (0.03125, 0.3125), (0.0625, 0.3125), (0.0625, 0.28125), (0.0625, 0.28125), (0.0625, 0.3125), (0.09375, 0.3125), (0.09375, 0.28125), (0.09375, 0.28125), (0.09375, 0.3125), (0.125, 0.3125), (0.125, 0.28125), (0.125, 0.28125), (0.125, 0.3125), (0.15625, 0.3125), (0.15625, 0.28125), (0.15625, 0.28125), (0.15625, 0.3125), (0.1875, 0.3125), (0.1875, 0.28125), (0.1875, 0.28125), (0.1875, 0.3125), (0.21875, 0.3125), (0.21875, 0.28125), (0.21875, 0.28125), (0.21875, 0.3125), (0.25, 0.3125), (0.25, 0.28125), (0.25, 0.28125), (0.25, 0.3125), (0.28125, 0.3125), (0.28125, 0.28125), (0.28125, 0.28125), (0.28125, 0.3125), (0.3125, 0.3125), (0.3125, 0.28125), (0.3125, 0.28125), (0.3125, 0.3125), (0.34375, 0.3125), (0.34375, 0.28125), (0.34375, 0.28125), (0.34375, 0.3125), (0.375, 0.3125), (0.375, 0.28125), (0.375, 0.28125), (0.375, 0.3125), (0.40625, 0.3125), (0.40625, 0.28125), (0.40625, 0.28125), (0.40625, 0.3125), (0.4375, 0.3125), (0.4375, 0.28125), (0.4375, 0.28125), (0.4375, 0.3125), (0.46875, 0.3125), (0.46875, 0.28125), (0.46875, 0.28125), (0.46875, 0.3125), (0.5, 0.3125), (0.5, 0.28125), (0.5, 0.28125), (0.5, 0.3125), (0.53125, 0.3125), (0.53125, 0.28125), (0.53125, 0.28125), (0.53125, 0.3125), (0.5625, 0.3125), (0.5625, 0.28125), (0.5625, 0.28125), (0.5625, 0.3125), (0.59375, 0.3125), (0.59375, 0.28125), (0.59375, 0.28125), (0.59375, 0.3125), (0.625, 0.3125), (0.625, 0.28125), (0.625, 0.28125), (0.625, 0.3125), (0.65625, 0.3125), (0.65625, 0.28125), (0.65625, 0.28125), (0.65625, 0.3125), (0.6875, 0.3125), (0.6875, 0.28125), (0.6875, 0.28125), (0.6875, 0.3125), (0.71875, 0.3125), (0.71875, 0.28125), (0.71875, 0.28125), (0.71875, 0.3125), (0.75, 0.3125), (0.75, 0.28125), (0.75, 0.28125), (0.75, 0.3125), (0.78125, 0.3125), (0.78125, 0.28125), (0.78125, 0.28125), (0.78125, 0.3125), (0.8125, 0.3125), (0.8125, 0.28125), (0.8125, 0.28125), (0.8125, 0.3125), (0.84375, 0.3125), (0.84375, 0.28125), (0.84375, 0.28125), (0.84375, 0.3125), (0.875, 0.3125), (0.875, 0.28125), (0.875, 0.28125), (0.875, 0.3125), (0.90625, 0.3125), (0.90625, 0.28125), (0.90625, 0.28125), (0.90625, 0.3125), (0.9375, 0.3125), (0.9375, 0.28125), (0.9375, 0.28125), (0.9375, 0.3125), (0.96875, 0.3125), (0.96875, 0.28125), (0.96875, 0.28125), (0.96875, 0.3125), (1, 0.3125), (1, 0.28125), (0, 0.3125), (0, 0.34375), (0.03125, 0.34375), (0.03125, 0.3125), (0.03125, 0.3125), (0.03125, 0.34375), (0.0625, 0.34375), (0.0625, 0.3125), (0.0625, 0.3125), (0.0625, 0.34375), (0.09375, 0.34375), (0.09375, 0.3125), (0.09375, 0.3125), (0.09375, 0.34375), (0.125, 0.34375), (0.125, 0.3125), (0.125, 0.3125), (0.125, 0.34375), (0.15625, 0.34375), (0.15625, 0.3125), (0.15625, 0.3125), (0.15625, 0.34375), (0.1875, 0.34375), (0.1875, 0.3125), (0.1875, 0.3125), (0.1875, 0.34375), (0.21875, 0.34375), (0.21875, 0.3125), (0.21875, 0.3125), (0.21875, 0.34375), (0.25, 0.34375), (0.25, 0.3125), (0.25, 0.3125), (0.25, 0.34375), (0.28125, 0.34375), (0.28125, 0.3125), (0.28125, 0.3125), (0.28125, 0.34375), (0.3125, 0.34375), (0.3125, 0.3125), (0.3125, 0.3125), (0.3125, 0.34375), (0.34375, 0.34375), (0.34375, 0.3125), (0.34375, 0.3125), (0.34375, 0.34375), (0.375, 0.34375), (0.375, 0.3125), (0.375, 0.3125), (0.375, 0.34375), (0.40625, 0.34375), (0.40625, 0.3125), (0.40625, 0.3125), (0.40625, 0.34375), (0.4375, 0.34375), (0.4375, 0.3125), (0.4375, 0.3125), (0.4375, 0.34375), (0.46875, 0.34375), (0.46875, 0.3125), (0.46875, 0.3125), (0.46875, 0.34375), (0.5, 0.34375), (0.5, 0.3125), (0.5, 0.3125), (0.5, 0.34375), (0.53125, 0.34375), (0.53125, 0.3125), (0.53125, 0.3125), (0.53125, 0.34375), (0.5625, 0.34375), (0.5625, 0.3125), (0.5625, 0.3125), (0.5625, 0.34375), (0.59375, 0.34375), (0.59375, 0.3125), (0.59375, 0.3125), (0.59375, 0.34375), (0.625, 0.34375), (0.625, 0.3125), (0.625, 0.3125), (0.625, 0.34375), (0.65625, 0.34375), (0.65625, 0.3125), (0.65625, 0.3125), (0.65625, 0.34375), (0.6875, 0.34375), (0.6875, 0.3125), (0.6875, 0.3125), (0.6875, 0.34375), (0.71875, 0.34375), (0.71875, 0.3125), (0.71875, 0.3125), (0.71875, 0.34375), (0.75, 0.34375), (0.75, 0.3125), (0.75, 0.3125), (0.75, 0.34375), (0.78125, 0.34375), (0.78125, 0.3125), (0.78125, 0.3125), (0.78125, 0.34375), (0.8125, 0.34375), (0.8125, 0.3125), (0.8125, 0.3125), (0.8125, 0.34375), (0.84375, 0.34375), (0.84375, 0.3125), (0.84375, 0.3125), (0.84375, 0.34375), (0.875, 0.34375), (0.875, 0.3125), (0.875, 0.3125), (0.875, 0.34375), (0.90625, 0.34375), (0.90625, 0.3125), (0.90625, 0.3125), (0.90625, 0.34375), (0.9375, 0.34375), (0.9375, 0.3125), (0.9375, 0.3125), (0.9375, 0.34375), (0.96875, 0.34375), (0.96875, 0.3125), (0.96875, 0.3125), (0.96875, 0.34375), (1, 0.34375), (1, 0.3125), (0, 0.34375), (0, 0.375), (0.03125, 0.375), (0.03125, 0.34375), (0.03125, 0.34375), (0.03125, 0.375), (0.0625, 0.375), (0.0625, 0.34375), (0.0625, 0.34375), (0.0625, 0.375), (0.09375, 0.375), (0.09375, 0.34375), (0.09375, 0.34375), (0.09375, 0.375), (0.125, 0.375), (0.125, 0.34375), (0.125, 0.34375), (0.125, 0.375), (0.15625, 0.375), (0.15625, 0.34375), (0.15625, 0.34375), (0.15625, 0.375), (0.1875, 0.375), (0.1875, 0.34375), (0.1875, 0.34375), (0.1875, 0.375), (0.21875, 0.375), (0.21875, 0.34375), (0.21875, 0.34375), (0.21875, 0.375), (0.25, 0.375), (0.25, 0.34375), (0.25, 0.34375), (0.25, 0.375), (0.28125, 0.375), (0.28125, 0.34375), (0.28125, 0.34375), (0.28125, 0.375), (0.3125, 0.375), (0.3125, 0.34375), (0.3125, 0.34375), (0.3125, 0.375), (0.34375, 0.375), (0.34375, 0.34375), (0.34375, 0.34375), (0.34375, 0.375), (0.375, 0.375), (0.375, 0.34375), (0.375, 0.34375), (0.375, 0.375), (0.40625, 0.375), (0.40625, 0.34375), (0.40625, 0.34375), (0.40625, 0.375), (0.4375, 0.375), (0.4375, 0.34375), (0.4375, 0.34375), (0.4375, 0.375), (0.46875, 0.375), (0.46875, 0.34375), (0.46875, 0.34375), (0.46875, 0.375), (0.5, 0.375), (0.5, 0.34375), (0.5, 0.34375), (0.5, 0.375), (0.53125, 0.375), (0.53125, 0.34375), (0.53125, 0.34375), (0.53125, 0.375), (0.5625, 0.375), (0.5625, 0.34375), (0.5625, 0.34375), (0.5625, 0.375), (0.59375, 0.375), (0.59375, 0.34375), (0.59375, 0.34375), (0.59375, 0.375), (0.625, 0.375), (0.625, 0.34375), (0.625, 0.34375), (0.625, 0.375), (0.65625, 0.375), (0.65625, 0.34375), (0.65625, 0.34375), (0.65625, 0.375), (0.6875, 0.375), (0.6875, 0.34375), (0.6875, 0.34375), (0.6875, 0.375), (0.71875, 0.375), (0.71875, 0.34375), (0.71875, 0.34375), (0.71875, 0.375), (0.75, 0.375), (0.75, 0.34375), (0.75, 0.34375), (0.75, 0.375), (0.78125, 0.375), (0.78125, 0.34375), (0.78125, 0.34375), (0.78125, 0.375), (0.8125, 0.375), (0.8125, 0.34375), (0.8125, 0.34375), (0.8125, 0.375), (0.84375, 0.375), (0.84375, 0.34375), (0.84375, 0.34375), (0.84375, 0.375), (0.875, 0.375), (0.875, 0.34375), (0.875, 0.34375), (0.875, 0.375), (0.90625, 0.375), (0.90625, 0.34375), (0.90625, 0.34375), (0.90625, 0.375), (0.9375, 0.375), (0.9375, 0.34375), (0.9375, 0.34375), (0.9375, 0.375), (0.96875, 0.375), (0.96875, 0.34375), (0.96875, 0.34375), (0.96875, 0.375), (1, 0.375), (1, 0.34375), (0, 0.375), (0, 0.40625), (0.03125, 0.40625), (0.03125, 0.375), (0.03125, 0.375), (0.03125, 0.40625), (0.0625, 0.40625), (0.0625, 0.375), (0.0625, 0.375), (0.0625, 0.40625), (0.09375, 0.40625), (0.09375, 0.375), (0.09375, 0.375), (0.09375, 0.40625), (0.125, 0.40625), (0.125, 0.375), (0.125, 0.375), (0.125, 0.40625), (0.15625, 0.40625), (0.15625, 0.375), (0.15625, 0.375), (0.15625, 0.40625), (0.1875, 0.40625), (0.1875, 0.375), (0.1875, 0.375), (0.1875, 0.40625), (0.21875, 0.40625), (0.21875, 0.375), (0.21875, 0.375), (0.21875, 0.40625), (0.25, 0.40625), (0.25, 0.375), (0.25, 0.375), (0.25, 0.40625), (0.28125, 0.40625), (0.28125, 0.375), (0.28125, 0.375), (0.28125, 0.40625), (0.3125, 0.40625), (0.3125, 0.375), (0.3125, 0.375), (0.3125, 0.40625), (0.34375, 0.40625), (0.34375, 0.375), (0.34375, 0.375), (0.34375, 0.40625), (0.375, 0.40625), (0.375, 0.375), (0.375, 0.375), (0.375, 0.40625), (0.40625, 0.40625), (0.40625, 0.375), (0.40625, 0.375), (0.40625, 0.40625), (0.4375, 0.40625), (0.4375, 0.375), (0.4375, 0.375), (0.4375, 0.40625), (0.46875, 0.40625), (0.46875, 0.375), (0.46875, 0.375), (0.46875, 0.40625), (0.5, 0.40625), (0.5, 0.375), (0.5, 0.375), (0.5, 0.40625), (0.53125, 0.40625), (0.53125, 0.375), (0.53125, 0.375), (0.53125, 0.40625), (0.5625, 0.40625), (0.5625, 0.375), (0.5625, 0.375), (0.5625, 0.40625), (0.59375, 0.40625), (0.59375, 0.375), (0.59375, 0.375), (0.59375, 0.40625), (0.625, 0.40625), (0.625, 0.375), (0.625, 0.375), (0.625, 0.40625), (0.65625, 0.40625), (0.65625, 0.375), (0.65625, 0.375), (0.65625, 0.40625), (0.6875, 0.40625), (0.6875, 0.375), (0.6875, 0.375), (0.6875, 0.40625), (0.71875, 0.40625), (0.71875, 0.375), (0.71875, 0.375), (0.71875, 0.40625), (0.75, 0.40625), (0.75, 0.375), (0.75, 0.375), (0.75, 0.40625), (0.78125, 0.40625), (0.78125, 0.375), (0.78125, 0.375), (0.78125, 0.40625), (0.8125, 0.40625), (0.8125, 0.375), (0.8125, 0.375), (0.8125, 0.40625), (0.84375, 0.40625), (0.84375, 0.375), (0.84375, 0.375), (0.84375, 0.40625), (0.875, 0.40625), (0.875, 0.375), (0.875, 0.375), (0.875, 0.40625), (0.90625, 0.40625), (0.90625, 0.375), (0.90625, 0.375), (0.90625, 0.40625), (0.9375, 0.40625), (0.9375, 0.375), (0.9375, 0.375), (0.9375, 0.40625), (0.96875, 0.40625), (0.96875, 0.375), (0.96875, 0.375), (0.96875, 0.40625), (1, 0.40625), (1, 0.375), (0, 0.40625), (0, 0.4375), (0.03125, 0.4375), (0.03125, 0.40625), (0.03125, 0.40625), (0.03125, 0.4375), (0.0625, 0.4375), (0.0625, 0.40625), (0.0625, 0.40625), (0.0625, 0.4375), (0.09375, 0.4375), (0.09375, 0.40625), (0.09375, 0.40625), (0.09375, 0.4375), (0.125, 0.4375), (0.125, 0.40625), (0.125, 0.40625), (0.125, 0.4375), (0.15625, 0.4375), (0.15625, 0.40625), (0.15625, 0.40625), (0.15625, 0.4375), (0.1875, 0.4375), (0.1875, 0.40625), (0.1875, 0.40625), (0.1875, 0.4375), (0.21875, 0.4375), (0.21875, 0.40625), (0.21875, 0.40625), (0.21875, 0.4375), (0.25, 0.4375), (0.25, 0.40625), (0.25, 0.40625), (0.25, 0.4375), (0.28125, 0.4375), (0.28125, 0.40625), (0.28125, 0.40625), (0.28125, 0.4375), (0.3125, 0.4375), (0.3125, 0.40625), (0.3125, 0.40625), (0.3125, 0.4375), (0.34375, 0.4375), (0.34375, 0.40625), (0.34375, 0.40625), (0.34375, 0.4375), (0.375, 0.4375), (0.375, 0.40625), (0.375, 0.40625), (0.375, 0.4375), (0.40625, 0.4375), (0.40625, 0.40625), (0.40625, 0.40625), (0.40625, 0.4375), (0.4375, 0.4375), (0.4375, 0.40625), (0.4375, 0.40625), (0.4375, 0.4375), (0.46875, 0.4375), (0.46875, 0.40625), (0.46875, 0.40625), (0.46875, 0.4375), (0.5, 0.4375), (0.5, 0.40625), (0.5, 0.40625), (0.5, 0.4375), (0.53125, 0.4375), (0.53125, 0.40625), (0.53125, 0.40625), (0.53125, 0.4375), (0.5625, 0.4375), (0.5625, 0.40625), (0.5625, 0.40625), (0.5625, 0.4375), (0.59375, 0.4375), (0.59375, 0.40625), (0.59375, 0.40625), (0.59375, 0.4375), (0.625, 0.4375), (0.625, 0.40625), (0.625, 0.40625), (0.625, 0.4375), (0.65625, 0.4375), (0.65625, 0.40625), (0.65625, 0.40625), (0.65625, 0.4375), (0.6875, 0.4375), (0.6875, 0.40625), (0.6875, 0.40625), (0.6875, 0.4375), (0.71875, 0.4375), (0.71875, 0.40625), (0.71875, 0.40625), (0.71875, 0.4375), (0.75, 0.4375), (0.75, 0.40625), (0.75, 0.40625), (0.75, 0.4375), (0.78125, 0.4375), (0.78125, 0.40625), (0.78125, 0.40625), (0.78125, 0.4375), (0.8125, 0.4375), (0.8125, 0.40625), (0.8125, 0.40625), (0.8125, 0.4375), (0.84375, 0.4375), (0.84375, 0.40625), (0.84375, 0.40625), (0.84375, 0.4375), (0.875, 0.4375), (0.875, 0.40625), (0.875, 0.40625), (0.875, 0.4375), (0.90625, 0.4375), (0.90625, 0.40625), (0.90625, 0.40625), (0.90625, 0.4375), (0.9375, 0.4375), (0.9375, 0.40625), (0.9375, 0.40625), (0.9375, 0.4375), (0.96875, 0.4375), (0.96875, 0.40625), (0.96875, 0.40625), (0.96875, 0.4375), (1, 0.4375), (1, 0.40625), (0, 0.4375), (0, 0.46875), (0.03125, 0.46875), (0.03125, 0.4375), (0.03125, 0.4375), (0.03125, 0.46875), (0.0625, 0.46875), (0.0625, 0.4375), (0.0625, 0.4375), (0.0625, 0.46875), (0.09375, 0.46875), (0.09375, 0.4375), (0.09375, 0.4375), (0.09375, 0.46875), (0.125, 0.46875), (0.125, 0.4375), (0.125, 0.4375), (0.125, 0.46875), (0.15625, 0.46875), (0.15625, 0.4375), (0.15625, 0.4375), (0.15625, 0.46875), (0.1875, 0.46875), (0.1875, 0.4375), (0.1875, 0.4375), (0.1875, 0.46875), (0.21875, 0.46875), (0.21875, 0.4375), (0.21875, 0.4375), (0.21875, 0.46875), (0.25, 0.46875), (0.25, 0.4375), (0.25, 0.4375), (0.25, 0.46875), (0.28125, 0.46875), (0.28125, 0.4375), (0.28125, 0.4375), (0.28125, 0.46875), (0.3125, 0.46875), (0.3125, 0.4375), (0.3125, 0.4375), (0.3125, 0.46875), (0.34375, 0.46875), (0.34375, 0.4375), (0.34375, 0.4375), (0.34375, 0.46875), (0.375, 0.46875), (0.375, 0.4375), (0.375, 0.4375), (0.375, 0.46875), (0.40625, 0.46875), (0.40625, 0.4375), (0.40625, 0.4375), (0.40625, 0.46875), (0.4375, 0.46875), (0.4375, 0.4375), (0.4375, 0.4375), (0.4375, 0.46875), (0.46875, 0.46875), (0.46875, 0.4375), (0.46875, 0.4375), (0.46875, 0.46875), (0.5, 0.46875), (0.5, 0.4375), (0.5, 0.4375), (0.5, 0.46875), (0.53125, 0.46875), (0.53125, 0.4375), (0.53125, 0.4375), (0.53125, 0.46875), (0.5625, 0.46875), (0.5625, 0.4375), (0.5625, 0.4375), (0.5625, 0.46875), (0.59375, 0.46875), (0.59375, 0.4375), (0.59375, 0.4375), (0.59375, 0.46875), (0.625, 0.46875), (0.625, 0.4375), (0.625, 0.4375), (0.625, 0.46875), (0.65625, 0.46875), (0.65625, 0.4375), (0.65625, 0.4375), (0.65625, 0.46875), (0.6875, 0.46875), (0.6875, 0.4375), (0.6875, 0.4375), (0.6875, 0.46875), (0.71875, 0.46875), (0.71875, 0.4375), (0.71875, 0.4375), (0.71875, 0.46875), (0.75, 0.46875), (0.75, 0.4375), (0.75, 0.4375), (0.75, 0.46875), (0.78125, 0.46875), (0.78125, 0.4375), (0.78125, 0.4375), (0.78125, 0.46875), (0.8125, 0.46875), (0.8125, 0.4375), (0.8125, 0.4375), (0.8125, 0.46875), (0.84375, 0.46875), (0.84375, 0.4375), (0.84375, 0.4375), (0.84375, 0.46875), (0.875, 0.46875), (0.875, 0.4375), (0.875, 0.4375), (0.875, 0.46875), (0.90625, 0.46875), (0.90625, 0.4375), (0.90625, 0.4375), (0.90625, 0.46875), (0.9375, 0.46875), (0.9375, 0.4375), (0.9375, 0.4375), (0.9375, 0.46875), (0.96875, 0.46875), (0.96875, 0.4375), (0.96875, 0.4375), (0.96875, 0.46875), (1, 0.46875), (1, 0.4375), (0, 0.46875), (0, 0.5), (0.03125, 0.5), (0.03125, 0.46875), (0.03125, 0.46875), (0.03125, 0.5), (0.0625, 0.5), (0.0625, 0.46875), (0.0625, 0.46875), (0.0625, 0.5), (0.09375, 0.5), (0.09375, 0.46875), (0.09375, 0.46875), (0.09375, 0.5), (0.125, 0.5), (0.125, 0.46875), (0.125, 0.46875), (0.125, 0.5), (0.15625, 0.5), (0.15625, 0.46875), (0.15625, 0.46875), (0.15625, 0.5), (0.1875, 0.5), (0.1875, 0.46875), (0.1875, 0.46875), (0.1875, 0.5), (0.21875, 0.5), (0.21875, 0.46875), (0.21875, 0.46875), (0.21875, 0.5), (0.25, 0.5), (0.25, 0.46875), (0.25, 0.46875), (0.25, 0.5), (0.28125, 0.5), (0.28125, 0.46875), (0.28125, 0.46875), (0.28125, 0.5), (0.3125, 0.5), (0.3125, 0.46875), (0.3125, 0.46875), (0.3125, 0.5), (0.34375, 0.5), (0.34375, 0.46875), (0.34375, 0.46875), (0.34375, 0.5), (0.375, 0.5), (0.375, 0.46875), (0.375, 0.46875), (0.375, 0.5), (0.40625, 0.5), (0.40625, 0.46875), (0.40625, 0.46875), (0.40625, 0.5), (0.4375, 0.5), (0.4375, 0.46875), (0.4375, 0.46875), (0.4375, 0.5), (0.46875, 0.5), (0.46875, 0.46875), (0.46875, 0.46875), (0.46875, 0.5), (0.5, 0.5), (0.5, 0.46875), (0.5, 0.46875), (0.5, 0.5), (0.53125, 0.5), (0.53125, 0.46875), (0.53125, 0.46875), (0.53125, 0.5), (0.5625, 0.5), (0.5625, 0.46875), (0.5625, 0.46875), (0.5625, 0.5), (0.59375, 0.5), (0.59375, 0.46875), (0.59375, 0.46875), (0.59375, 0.5), (0.625, 0.5), (0.625, 0.46875), (0.625, 0.46875), (0.625, 0.5), (0.65625, 0.5), (0.65625, 0.46875), (0.65625, 0.46875), (0.65625, 0.5), (0.6875, 0.5), (0.6875, 0.46875), (0.6875, 0.46875), (0.6875, 0.5), (0.71875, 0.5), (0.71875, 0.46875), (0.71875, 0.46875), (0.71875, 0.5), (0.75, 0.5), (0.75, 0.46875), (0.75, 0.46875), (0.75, 0.5), (0.78125, 0.5), (0.78125, 0.46875), (0.78125, 0.46875), (0.78125, 0.5), (0.8125, 0.5), (0.8125, 0.46875), (0.8125, 0.46875), (0.8125, 0.5), (0.84375, 0.5), (0.84375, 0.46875), (0.84375, 0.46875), (0.84375, 0.5), (0.875, 0.5), (0.875, 0.46875), (0.875, 0.46875), (0.875, 0.5), (0.90625, 0.5), (0.90625, 0.46875), (0.90625, 0.46875), (0.90625, 0.5), (0.9375, 0.5), (0.9375, 0.46875), (0.9375, 0.46875), (0.9375, 0.5), (0.96875, 0.5), (0.96875, 0.46875), (0.96875, 0.46875), (0.96875, 0.5), (1, 0.5), (1, 0.46875), (0, 0.5), (0, 0.53125), (0.03125, 0.53125), (0.03125, 0.5), (0.03125, 0.5), (0.03125, 0.53125), (0.0625, 0.53125), (0.0625, 0.5), (0.0625, 0.5), (0.0625, 0.53125), (0.09375, 0.53125), (0.09375, 0.5), (0.09375, 0.5), (0.09375, 0.53125), (0.125, 0.53125), (0.125, 0.5), (0.125, 0.5), (0.125, 0.53125), (0.15625, 0.53125), (0.15625, 0.5), (0.15625, 0.5), (0.15625, 0.53125), (0.1875, 0.53125), (0.1875, 0.5), (0.1875, 0.5), (0.1875, 0.53125), (0.21875, 0.53125), (0.21875, 0.5), (0.21875, 0.5), (0.21875, 0.53125), (0.25, 0.53125), (0.25, 0.5), (0.25, 0.5), (0.25, 0.53125), (0.28125, 0.53125), (0.28125, 0.5), (0.28125, 0.5), (0.28125, 0.53125), (0.3125, 0.53125), (0.3125, 0.5), (0.3125, 0.5), (0.3125, 0.53125), (0.34375, 0.53125), (0.34375, 0.5), (0.34375, 0.5), (0.34375, 0.53125), (0.375, 0.53125), (0.375, 0.5), (0.375, 0.5), (0.375, 0.53125), (0.40625, 0.53125), (0.40625, 0.5), (0.40625, 0.5), (0.40625, 0.53125), (0.4375, 0.53125), (0.4375, 0.5), (0.4375, 0.5), (0.4375, 0.53125), (0.46875, 0.53125), (0.46875, 0.5), (0.46875, 0.5), (0.46875, 0.53125), (0.5, 0.53125), (0.5, 0.5), (0.5, 0.5), (0.5, 0.53125), (0.53125, 0.53125), (0.53125, 0.5), (0.53125, 0.5), (0.53125, 0.53125), (0.5625, 0.53125), (0.5625, 0.5), (0.5625, 0.5), (0.5625, 0.53125), (0.59375, 0.53125), (0.59375, 0.5), (0.59375, 0.5), (0.59375, 0.53125), (0.625, 0.53125), (0.625, 0.5), (0.625, 0.5), (0.625, 0.53125), (0.65625, 0.53125), (0.65625, 0.5), (0.65625, 0.5), (0.65625, 0.53125), (0.6875, 0.53125), (0.6875, 0.5), (0.6875, 0.5), (0.6875, 0.53125), (0.71875, 0.53125), (0.71875, 0.5), (0.71875, 0.5), (0.71875, 0.53125), (0.75, 0.53125), (0.75, 0.5), (0.75, 0.5), (0.75, 0.53125), (0.78125, 0.53125), (0.78125, 0.5), (0.78125, 0.5), (0.78125, 0.53125), (0.8125, 0.53125), (0.8125, 0.5), (0.8125, 0.5), (0.8125, 0.53125), (0.84375, 0.53125), (0.84375, 0.5), (0.84375, 0.5), (0.84375, 0.53125), (0.875, 0.53125), (0.875, 0.5), (0.875, 0.5), (0.875, 0.53125), (0.90625, 0.53125), (0.90625, 0.5), (0.90625, 0.5), (0.90625, 0.53125), (0.9375, 0.53125), (0.9375, 0.5), (0.9375, 0.5), (0.9375, 0.53125), (0.96875, 0.53125), (0.96875, 0.5), (0.96875, 0.5), (0.96875, 0.53125), (1, 0.53125), (1, 0.5), (0, 0.53125), (0, 0.5625), (0.03125, 0.5625), (0.03125, 0.53125), (0.03125, 0.53125), (0.03125, 0.5625), (0.0625, 0.5625), (0.0625, 0.53125), (0.0625, 0.53125), (0.0625, 0.5625), (0.09375, 0.5625), (0.09375, 0.53125), (0.09375, 0.53125), (0.09375, 0.5625), (0.125, 0.5625), (0.125, 0.53125), (0.125, 0.53125), (0.125, 0.5625), (0.15625, 0.5625), (0.15625, 0.53125), (0.15625, 0.53125), (0.15625, 0.5625), (0.1875, 0.5625), (0.1875, 0.53125), (0.1875, 0.53125), (0.1875, 0.5625), (0.21875, 0.5625), (0.21875, 0.53125), (0.21875, 0.53125), (0.21875, 0.5625), (0.25, 0.5625), (0.25, 0.53125), (0.25, 0.53125), (0.25, 0.5625), (0.28125, 0.5625), (0.28125, 0.53125), (0.28125, 0.53125), (0.28125, 0.5625), (0.3125, 0.5625), (0.3125, 0.53125), (0.3125, 0.53125), (0.3125, 0.5625), (0.34375, 0.5625), (0.34375, 0.53125), (0.34375, 0.53125), (0.34375, 0.5625), (0.375, 0.5625), (0.375, 0.53125), (0.375, 0.53125), (0.375, 0.5625), (0.40625, 0.5625), (0.40625, 0.53125), (0.40625, 0.53125), (0.40625, 0.5625), (0.4375, 0.5625), (0.4375, 0.53125), (0.4375, 0.53125), (0.4375, 0.5625), (0.46875, 0.5625), (0.46875, 0.53125), (0.46875, 0.53125), (0.46875, 0.5625), (0.5, 0.5625), (0.5, 0.53125), (0.5, 0.53125), (0.5, 0.5625), (0.53125, 0.5625), (0.53125, 0.53125), (0.53125, 0.53125), (0.53125, 0.5625), (0.5625, 0.5625), (0.5625, 0.53125), (0.5625, 0.53125), (0.5625, 0.5625), (0.59375, 0.5625), (0.59375, 0.53125), (0.59375, 0.53125), (0.59375, 0.5625), (0.625, 0.5625), (0.625, 0.53125), (0.625, 0.53125), (0.625, 0.5625), (0.65625, 0.5625), (0.65625, 0.53125), (0.65625, 0.53125), (0.65625, 0.5625), (0.6875, 0.5625), (0.6875, 0.53125), (0.6875, 0.53125), (0.6875, 0.5625), (0.71875, 0.5625), (0.71875, 0.53125), (0.71875, 0.53125), (0.71875, 0.5625), (0.75, 0.5625), (0.75, 0.53125), (0.75, 0.53125), (0.75, 0.5625), (0.78125, 0.5625), (0.78125, 0.53125), (0.78125, 0.53125), (0.78125, 0.5625), (0.8125, 0.5625), (0.8125, 0.53125), (0.8125, 0.53125), (0.8125, 0.5625), (0.84375, 0.5625), (0.84375, 0.53125), (0.84375, 0.53125), (0.84375, 0.5625), (0.875, 0.5625), (0.875, 0.53125), (0.875, 0.53125), (0.875, 0.5625), (0.90625, 0.5625), (0.90625, 0.53125), (0.90625, 0.53125), (0.90625, 0.5625), (0.9375, 0.5625), (0.9375, 0.53125), (0.9375, 0.53125), (0.9375, 0.5625), (0.96875, 0.5625), (0.96875, 0.53125), (0.96875, 0.53125), (0.96875, 0.5625), (1, 0.5625), (1, 0.53125), (0, 0.5625), (0, 0.59375), (0.03125, 0.59375), (0.03125, 0.5625), (0.03125, 0.5625), (0.03125, 0.59375), (0.0625, 0.59375), (0.0625, 0.5625), (0.0625, 0.5625), (0.0625, 0.59375), (0.09375, 0.59375), (0.09375, 0.5625), (0.09375, 0.5625), (0.09375, 0.59375), (0.125, 0.59375), (0.125, 0.5625), (0.125, 0.5625), (0.125, 0.59375), (0.15625, 0.59375), (0.15625, 0.5625), (0.15625, 0.5625), (0.15625, 0.59375), (0.1875, 0.59375), (0.1875, 0.5625), (0.1875, 0.5625), (0.1875, 0.59375), (0.21875, 0.59375), (0.21875, 0.5625), (0.21875, 0.5625), (0.21875, 0.59375), (0.25, 0.59375), (0.25, 0.5625), (0.25, 0.5625), (0.25, 0.59375), (0.28125, 0.59375), (0.28125, 0.5625), (0.28125, 0.5625), (0.28125, 0.59375), (0.3125, 0.59375), (0.3125, 0.5625), (0.3125, 0.5625), (0.3125, 0.59375), (0.34375, 0.59375), (0.34375, 0.5625), (0.34375, 0.5625), (0.34375, 0.59375), (0.375, 0.59375), (0.375, 0.5625), (0.375, 0.5625), (0.375, 0.59375), (0.40625, 0.59375), (0.40625, 0.5625), (0.40625, 0.5625), (0.40625, 0.59375), (0.4375, 0.59375), (0.4375, 0.5625), (0.4375, 0.5625), (0.4375, 0.59375), (0.46875, 0.59375), (0.46875, 0.5625), (0.46875, 0.5625), (0.46875, 0.59375), (0.5, 0.59375), (0.5, 0.5625), (0.5, 0.5625), (0.5, 0.59375), (0.53125, 0.59375), (0.53125, 0.5625), (0.53125, 0.5625), (0.53125, 0.59375), (0.5625, 0.59375), (0.5625, 0.5625), (0.5625, 0.5625), (0.5625, 0.59375), (0.59375, 0.59375), (0.59375, 0.5625), (0.59375, 0.5625), (0.59375, 0.59375), (0.625, 0.59375), (0.625, 0.5625), (0.625, 0.5625), (0.625, 0.59375), (0.65625, 0.59375), (0.65625, 0.5625), (0.65625, 0.5625), (0.65625, 0.59375), (0.6875, 0.59375), (0.6875, 0.5625), (0.6875, 0.5625), (0.6875, 0.59375), (0.71875, 0.59375), (0.71875, 0.5625), (0.71875, 0.5625), (0.71875, 0.59375), (0.75, 0.59375), (0.75, 0.5625), (0.75, 0.5625), (0.75, 0.59375), (0.78125, 0.59375), (0.78125, 0.5625), (0.78125, 0.5625), (0.78125, 0.59375), (0.8125, 0.59375), (0.8125, 0.5625), (0.8125, 0.5625), (0.8125, 0.59375), (0.84375, 0.59375), (0.84375, 0.5625), (0.84375, 0.5625), (0.84375, 0.59375), (0.875, 0.59375), (0.875, 0.5625), (0.875, 0.5625), (0.875, 0.59375), (0.90625, 0.59375), (0.90625, 0.5625), (0.90625, 0.5625), (0.90625, 0.59375), (0.9375, 0.59375), (0.9375, 0.5625), (0.9375, 0.5625), (0.9375, 0.59375), (0.96875, 0.59375), (0.96875, 0.5625), (0.96875, 0.5625), (0.96875, 0.59375), (1, 0.59375), (1, 0.5625), (0, 0.59375), (0, 0.625), (0.03125, 0.625), (0.03125, 0.59375), (0.03125, 0.59375), (0.03125, 0.625), (0.0625, 0.625), (0.0625, 0.59375), (0.0625, 0.59375), (0.0625, 0.625), (0.09375, 0.625), (0.09375, 0.59375), (0.09375, 0.59375), (0.09375, 0.625), (0.125, 0.625), (0.125, 0.59375), (0.125, 0.59375), (0.125, 0.625), (0.15625, 0.625), (0.15625, 0.59375), (0.15625, 0.59375), (0.15625, 0.625), (0.1875, 0.625), (0.1875, 0.59375), (0.1875, 0.59375), (0.1875, 0.625), (0.21875, 0.625), (0.21875, 0.59375), (0.21875, 0.59375), (0.21875, 0.625), (0.25, 0.625), (0.25, 0.59375), (0.25, 0.59375), (0.25, 0.625), (0.28125, 0.625), (0.28125, 0.59375), (0.28125, 0.59375), (0.28125, 0.625), (0.3125, 0.625), (0.3125, 0.59375), (0.3125, 0.59375), (0.3125, 0.625), (0.34375, 0.625), (0.34375, 0.59375), (0.34375, 0.59375), (0.34375, 0.625), (0.375, 0.625), (0.375, 0.59375), (0.375, 0.59375), (0.375, 0.625), (0.40625, 0.625), (0.40625, 0.59375), (0.40625, 0.59375), (0.40625, 0.625), (0.4375, 0.625), (0.4375, 0.59375), (0.4375, 0.59375), (0.4375, 0.625), (0.46875, 0.625), (0.46875, 0.59375), (0.46875, 0.59375), (0.46875, 0.625), (0.5, 0.625), (0.5, 0.59375), (0.5, 0.59375), (0.5, 0.625), (0.53125, 0.625), (0.53125, 0.59375), (0.53125, 0.59375), (0.53125, 0.625), (0.5625, 0.625), (0.5625, 0.59375), (0.5625, 0.59375), (0.5625, 0.625), (0.59375, 0.625), (0.59375, 0.59375), (0.59375, 0.59375), (0.59375, 0.625), (0.625, 0.625), (0.625, 0.59375), (0.625, 0.59375), (0.625, 0.625), (0.65625, 0.625), (0.65625, 0.59375), (0.65625, 0.59375), (0.65625, 0.625), (0.6875, 0.625), (0.6875, 0.59375), (0.6875, 0.59375), (0.6875, 0.625), (0.71875, 0.625), (0.71875, 0.59375), (0.71875, 0.59375), (0.71875, 0.625), (0.75, 0.625), (0.75, 0.59375), (0.75, 0.59375), (0.75, 0.625), (0.78125, 0.625), (0.78125, 0.59375), (0.78125, 0.59375), (0.78125, 0.625), (0.8125, 0.625), (0.8125, 0.59375), (0.8125, 0.59375), (0.8125, 0.625), (0.84375, 0.625), (0.84375, 0.59375), (0.84375, 0.59375), (0.84375, 0.625), (0.875, 0.625), (0.875, 0.59375), (0.875, 0.59375), (0.875, 0.625), (0.90625, 0.625), (0.90625, 0.59375), (0.90625, 0.59375), (0.90625, 0.625), (0.9375, 0.625), (0.9375, 0.59375), (0.9375, 0.59375), (0.9375, 0.625), (0.96875, 0.625), (0.96875, 0.59375), (0.96875, 0.59375), (0.96875, 0.625), (1, 0.625), (1, 0.59375), (0, 0.625), (0, 0.65625), (0.03125, 0.65625), (0.03125, 0.625), (0.03125, 0.625), (0.03125, 0.65625), (0.0625, 0.65625), (0.0625, 0.625), (0.0625, 0.625), (0.0625, 0.65625), (0.09375, 0.65625), (0.09375, 0.625), (0.09375, 0.625), (0.09375, 0.65625), (0.125, 0.65625), (0.125, 0.625), (0.125, 0.625), (0.125, 0.65625), (0.15625, 0.65625), (0.15625, 0.625), (0.15625, 0.625), (0.15625, 0.65625), (0.1875, 0.65625), (0.1875, 0.625), (0.1875, 0.625), (0.1875, 0.65625), (0.21875, 0.65625), (0.21875, 0.625), (0.21875, 0.625), (0.21875, 0.65625), (0.25, 0.65625), (0.25, 0.625), (0.25, 0.625), (0.25, 0.65625), (0.28125, 0.65625), (0.28125, 0.625), (0.28125, 0.625), (0.28125, 0.65625), (0.3125, 0.65625), (0.3125, 0.625), (0.3125, 0.625), (0.3125, 0.65625), (0.34375, 0.65625), (0.34375, 0.625), (0.34375, 0.625), (0.34375, 0.65625), (0.375, 0.65625), (0.375, 0.625), (0.375, 0.625), (0.375, 0.65625), (0.40625, 0.65625), (0.40625, 0.625), (0.40625, 0.625), (0.40625, 0.65625), (0.4375, 0.65625), (0.4375, 0.625), (0.4375, 0.625), (0.4375, 0.65625), (0.46875, 0.65625), (0.46875, 0.625), (0.46875, 0.625), (0.46875, 0.65625), (0.5, 0.65625), (0.5, 0.625), (0.5, 0.625), (0.5, 0.65625), (0.53125, 0.65625), (0.53125, 0.625), (0.53125, 0.625), (0.53125, 0.65625), (0.5625, 0.65625), (0.5625, 0.625), (0.5625, 0.625), (0.5625, 0.65625), (0.59375, 0.65625), (0.59375, 0.625), (0.59375, 0.625), (0.59375, 0.65625), (0.625, 0.65625), (0.625, 0.625), (0.625, 0.625), (0.625, 0.65625), (0.65625, 0.65625), (0.65625, 0.625), (0.65625, 0.625), (0.65625, 0.65625), (0.6875, 0.65625), (0.6875, 0.625), (0.6875, 0.625), (0.6875, 0.65625), (0.71875, 0.65625), (0.71875, 0.625), (0.71875, 0.625), (0.71875, 0.65625), (0.75, 0.65625), (0.75, 0.625), (0.75, 0.625), (0.75, 0.65625), (0.78125, 0.65625), (0.78125, 0.625), (0.78125, 0.625), (0.78125, 0.65625), (0.8125, 0.65625), (0.8125, 0.625), (0.8125, 0.625), (0.8125, 0.65625), (0.84375, 0.65625), (0.84375, 0.625), (0.84375, 0.625), (0.84375, 0.65625), (0.875, 0.65625), (0.875, 0.625), (0.875, 0.625), (0.875, 0.65625), (0.90625, 0.65625), (0.90625, 0.625), (0.90625, 0.625), (0.90625, 0.65625), (0.9375, 0.65625), (0.9375, 0.625), (0.9375, 0.625), (0.9375, 0.65625), (0.96875, 0.65625), (0.96875, 0.625), (0.96875, 0.625), (0.96875, 0.65625), (1, 0.65625), (1, 0.625), (0, 0.65625), (0, 0.6875), (0.03125, 0.6875), (0.03125, 0.65625), (0.03125, 0.65625), (0.03125, 0.6875), (0.0625, 0.6875), (0.0625, 0.65625), (0.0625, 0.65625), (0.0625, 0.6875), (0.09375, 0.6875), (0.09375, 0.65625), (0.09375, 0.65625), (0.09375, 0.6875), (0.125, 0.6875), (0.125, 0.65625), (0.125, 0.65625), (0.125, 0.6875), (0.15625, 0.6875), (0.15625, 0.65625), (0.15625, 0.65625), (0.15625, 0.6875), (0.1875, 0.6875), (0.1875, 0.65625), (0.1875, 0.65625), (0.1875, 0.6875), (0.21875, 0.6875), (0.21875, 0.65625), (0.21875, 0.65625), (0.21875, 0.6875), (0.25, 0.6875), (0.25, 0.65625), (0.25, 0.65625), (0.25, 0.6875), (0.28125, 0.6875), (0.28125, 0.65625), (0.28125, 0.65625), (0.28125, 0.6875), (0.3125, 0.6875), (0.3125, 0.65625), (0.3125, 0.65625), (0.3125, 0.6875), (0.34375, 0.6875), (0.34375, 0.65625), (0.34375, 0.65625), (0.34375, 0.6875), (0.375, 0.6875), (0.375, 0.65625), (0.375, 0.65625), (0.375, 0.6875), (0.40625, 0.6875), (0.40625, 0.65625), (0.40625, 0.65625), (0.40625, 0.6875), (0.4375, 0.6875), (0.4375, 0.65625), (0.4375, 0.65625), (0.4375, 0.6875), (0.46875, 0.6875), (0.46875, 0.65625), (0.46875, 0.65625), (0.46875, 0.6875), (0.5, 0.6875), (0.5, 0.65625), (0.5, 0.65625), (0.5, 0.6875), (0.53125, 0.6875), (0.53125, 0.65625), (0.53125, 0.65625), (0.53125, 0.6875), (0.5625, 0.6875), (0.5625, 0.65625), (0.5625, 0.65625), (0.5625, 0.6875), (0.59375, 0.6875), (0.59375, 0.65625), (0.59375, 0.65625), (0.59375, 0.6875), (0.625, 0.6875), (0.625, 0.65625), (0.625, 0.65625), (0.625, 0.6875), (0.65625, 0.6875), (0.65625, 0.65625), (0.65625, 0.65625), (0.65625, 0.6875), (0.6875, 0.6875), (0.6875, 0.65625), (0.6875, 0.65625), (0.6875, 0.6875), (0.71875, 0.6875), (0.71875, 0.65625), (0.71875, 0.65625), (0.71875, 0.6875), (0.75, 0.6875), (0.75, 0.65625), (0.75, 0.65625), (0.75, 0.6875), (0.78125, 0.6875), (0.78125, 0.65625), (0.78125, 0.65625), (0.78125, 0.6875), (0.8125, 0.6875), (0.8125, 0.65625), (0.8125, 0.65625), (0.8125, 0.6875), (0.84375, 0.6875), (0.84375, 0.65625), (0.84375, 0.65625), (0.84375, 0.6875), (0.875, 0.6875), (0.875, 0.65625), (0.875, 0.65625), (0.875, 0.6875), (0.90625, 0.6875), (0.90625, 0.65625), (0.90625, 0.65625), (0.90625, 0.6875), (0.9375, 0.6875), (0.9375, 0.65625), (0.9375, 0.65625), (0.9375, 0.6875), (0.96875, 0.6875), (0.96875, 0.65625), (0.96875, 0.65625), (0.96875, 0.6875), (1, 0.6875), (1, 0.65625), (0, 0.6875), (0, 0.71875), (0.03125, 0.71875), (0.03125, 0.6875), (0.03125, 0.6875), (0.03125, 0.71875), (0.0625, 0.71875), (0.0625, 0.6875), (0.0625, 0.6875), (0.0625, 0.71875), (0.09375, 0.71875), (0.09375, 0.6875), (0.09375, 0.6875), (0.09375, 0.71875), (0.125, 0.71875), (0.125, 0.6875), (0.125, 0.6875), (0.125, 0.71875), (0.15625, 0.71875), (0.15625, 0.6875), (0.15625, 0.6875), (0.15625, 0.71875), (0.1875, 0.71875), (0.1875, 0.6875), (0.1875, 0.6875), (0.1875, 0.71875), (0.21875, 0.71875), (0.21875, 0.6875), (0.21875, 0.6875), (0.21875, 0.71875), (0.25, 0.71875), (0.25, 0.6875), (0.25, 0.6875), (0.25, 0.71875), (0.28125, 0.71875), (0.28125, 0.6875), (0.28125, 0.6875), (0.28125, 0.71875), (0.3125, 0.71875), (0.3125, 0.6875), (0.3125, 0.6875), (0.3125, 0.71875), (0.34375, 0.71875), (0.34375, 0.6875), (0.34375, 0.6875), (0.34375, 0.71875), (0.375, 0.71875), (0.375, 0.6875), (0.375, 0.6875), (0.375, 0.71875), (0.40625, 0.71875), (0.40625, 0.6875), (0.40625, 0.6875), (0.40625, 0.71875), (0.4375, 0.71875), (0.4375, 0.6875), (0.4375, 0.6875), (0.4375, 0.71875), (0.46875, 0.71875), (0.46875, 0.6875), (0.46875, 0.6875), (0.46875, 0.71875), (0.5, 0.71875), (0.5, 0.6875), (0.5, 0.6875), (0.5, 0.71875), (0.53125, 0.71875), (0.53125, 0.6875), (0.53125, 0.6875), (0.53125, 0.71875), (0.5625, 0.71875), (0.5625, 0.6875), (0.5625, 0.6875), (0.5625, 0.71875), (0.59375, 0.71875), (0.59375, 0.6875), (0.59375, 0.6875), (0.59375, 0.71875), (0.625, 0.71875), (0.625, 0.6875), (0.625, 0.6875), (0.625, 0.71875), (0.65625, 0.71875), (0.65625, 0.6875), (0.65625, 0.6875), (0.65625, 0.71875), (0.6875, 0.71875), (0.6875, 0.6875), (0.6875, 0.6875), (0.6875, 0.71875), (0.71875, 0.71875), (0.71875, 0.6875), (0.71875, 0.6875), (0.71875, 0.71875), (0.75, 0.71875), (0.75, 0.6875), (0.75, 0.6875), (0.75, 0.71875), (0.78125, 0.71875), (0.78125, 0.6875), (0.78125, 0.6875), (0.78125, 0.71875), (0.8125, 0.71875), (0.8125, 0.6875), (0.8125, 0.6875), (0.8125, 0.71875), (0.84375, 0.71875), (0.84375, 0.6875), (0.84375, 0.6875), (0.84375, 0.71875), (0.875, 0.71875), (0.875, 0.6875), (0.875, 0.6875), (0.875, 0.71875), (0.90625, 0.71875), (0.90625, 0.6875), (0.90625, 0.6875), (0.90625, 0.71875), (0.9375, 0.71875), (0.9375, 0.6875), (0.9375, 0.6875), (0.9375, 0.71875), (0.96875, 0.71875), (0.96875, 0.6875), (0.96875, 0.6875), (0.96875, 0.71875), (1, 0.71875), (1, 0.6875), (0, 0.71875), (0, 0.75), (0.03125, 0.75), (0.03125, 0.71875), (0.03125, 0.71875), (0.03125, 0.75), (0.0625, 0.75), (0.0625, 0.71875), (0.0625, 0.71875), (0.0625, 0.75), (0.09375, 0.75), (0.09375, 0.71875), (0.09375, 0.71875), (0.09375, 0.75), (0.125, 0.75), (0.125, 0.71875), (0.125, 0.71875), (0.125, 0.75), (0.15625, 0.75), (0.15625, 0.71875), (0.15625, 0.71875), (0.15625, 0.75), (0.1875, 0.75), (0.1875, 0.71875), (0.1875, 0.71875), (0.1875, 0.75), (0.21875, 0.75), (0.21875, 0.71875), (0.21875, 0.71875), (0.21875, 0.75), (0.25, 0.75), (0.25, 0.71875), (0.25, 0.71875), (0.25, 0.75), (0.28125, 0.75), (0.28125, 0.71875), (0.28125, 0.71875), (0.28125, 0.75), (0.3125, 0.75), (0.3125, 0.71875), (0.3125, 0.71875), (0.3125, 0.75), (0.34375, 0.75), (0.34375, 0.71875), (0.34375, 0.71875), (0.34375, 0.75), (0.375, 0.75), (0.375, 0.71875), (0.375, 0.71875), (0.375, 0.75), (0.40625, 0.75), (0.40625, 0.71875), (0.40625, 0.71875), (0.40625, 0.75), (0.4375, 0.75), (0.4375, 0.71875), (0.4375, 0.71875), (0.4375, 0.75), (0.46875, 0.75), (0.46875, 0.71875), (0.46875, 0.71875), (0.46875, 0.75), (0.5, 0.75), (0.5, 0.71875), (0.5, 0.71875), (0.5, 0.75), (0.53125, 0.75), (0.53125, 0.71875), (0.53125, 0.71875), (0.53125, 0.75), (0.5625, 0.75), (0.5625, 0.71875), (0.5625, 0.71875), (0.5625, 0.75), (0.59375, 0.75), (0.59375, 0.71875), (0.59375, 0.71875), (0.59375, 0.75), (0.625, 0.75), (0.625, 0.71875), (0.625, 0.71875), (0.625, 0.75), (0.65625, 0.75), (0.65625, 0.71875), (0.65625, 0.71875), (0.65625, 0.75), (0.6875, 0.75), (0.6875, 0.71875), (0.6875, 0.71875), (0.6875, 0.75), (0.71875, 0.75), (0.71875, 0.71875), (0.71875, 0.71875), (0.71875, 0.75), (0.75, 0.75), (0.75, 0.71875), (0.75, 0.71875), (0.75, 0.75), (0.78125, 0.75), (0.78125, 0.71875), (0.78125, 0.71875), (0.78125, 0.75), (0.8125, 0.75), (0.8125, 0.71875), (0.8125, 0.71875), (0.8125, 0.75), (0.84375, 0.75), (0.84375, 0.71875), (0.84375, 0.71875), (0.84375, 0.75), (0.875, 0.75), (0.875, 0.71875), (0.875, 0.71875), (0.875, 0.75), (0.90625, 0.75), (0.90625, 0.71875), (0.90625, 0.71875), (0.90625, 0.75), (0.9375, 0.75), (0.9375, 0.71875), (0.9375, 0.71875), (0.9375, 0.75), (0.96875, 0.75), (0.96875, 0.71875), (0.96875, 0.71875), (0.96875, 0.75), (1, 0.75), (1, 0.71875), (0, 0.75), (0, 0.78125), (0.03125, 0.78125), (0.03125, 0.75), (0.03125, 0.75), (0.03125, 0.78125), (0.0625, 0.78125), (0.0625, 0.75), (0.0625, 0.75), (0.0625, 0.78125), (0.09375, 0.78125), (0.09375, 0.75), (0.09375, 0.75), (0.09375, 0.78125), (0.125, 0.78125), (0.125, 0.75), (0.125, 0.75), (0.125, 0.78125), (0.15625, 0.78125), (0.15625, 0.75), (0.15625, 0.75), (0.15625, 0.78125), (0.1875, 0.78125), (0.1875, 0.75), (0.1875, 0.75), (0.1875, 0.78125), (0.21875, 0.78125), (0.21875, 0.75), (0.21875, 0.75), (0.21875, 0.78125), (0.25, 0.78125), (0.25, 0.75), (0.25, 0.75), (0.25, 0.78125), (0.28125, 0.78125), (0.28125, 0.75), (0.28125, 0.75), (0.28125, 0.78125), (0.3125, 0.78125), (0.3125, 0.75), (0.3125, 0.75), (0.3125, 0.78125), (0.34375, 0.78125), (0.34375, 0.75), (0.34375, 0.75), (0.34375, 0.78125), (0.375, 0.78125), (0.375, 0.75), (0.375, 0.75), (0.375, 0.78125), (0.40625, 0.78125), (0.40625, 0.75), (0.40625, 0.75), (0.40625, 0.78125), (0.4375, 0.78125), (0.4375, 0.75), (0.4375, 0.75), (0.4375, 0.78125), (0.46875, 0.78125), (0.46875, 0.75), (0.46875, 0.75), (0.46875, 0.78125), (0.5, 0.78125), (0.5, 0.75), (0.5, 0.75), (0.5, 0.78125), (0.53125, 0.78125), (0.53125, 0.75), (0.53125, 0.75), (0.53125, 0.78125), (0.5625, 0.78125), (0.5625, 0.75), (0.5625, 0.75), (0.5625, 0.78125), (0.59375, 0.78125), (0.59375, 0.75), (0.59375, 0.75), (0.59375, 0.78125), (0.625, 0.78125), (0.625, 0.75), (0.625, 0.75), (0.625, 0.78125), (0.65625, 0.78125), (0.65625, 0.75), (0.65625, 0.75), (0.65625, 0.78125), (0.6875, 0.78125), (0.6875, 0.75), (0.6875, 0.75), (0.6875, 0.78125), (0.71875, 0.78125), (0.71875, 0.75), (0.71875, 0.75), (0.71875, 0.78125), (0.75, 0.78125), (0.75, 0.75), (0.75, 0.75), (0.75, 0.78125), (0.78125, 0.78125), (0.78125, 0.75), (0.78125, 0.75), (0.78125, 0.78125), (0.8125, 0.78125), (0.8125, 0.75), (0.8125, 0.75), (0.8125, 0.78125), (0.84375, 0.78125), (0.84375, 0.75), (0.84375, 0.75), (0.84375, 0.78125), (0.875, 0.78125), (0.875, 0.75), (0.875, 0.75), (0.875, 0.78125), (0.90625, 0.78125), (0.90625, 0.75), (0.90625, 0.75), (0.90625, 0.78125), (0.9375, 0.78125), (0.9375, 0.75), (0.9375, 0.75), (0.9375, 0.78125), (0.96875, 0.78125), (0.96875, 0.75), (0.96875, 0.75), (0.96875, 0.78125), (1, 0.78125), (1, 0.75), (0, 0.78125), (0, 0.8125), (0.03125, 0.8125), (0.03125, 0.78125), (0.03125, 0.78125), (0.03125, 0.8125), (0.0625, 0.8125), (0.0625, 0.78125), (0.0625, 0.78125), (0.0625, 0.8125), (0.09375, 0.8125), (0.09375, 0.78125), (0.09375, 0.78125), (0.09375, 0.8125), (0.125, 0.8125), (0.125, 0.78125), (0.125, 0.78125), (0.125, 0.8125), (0.15625, 0.8125), (0.15625, 0.78125), (0.15625, 0.78125), (0.15625, 0.8125), (0.1875, 0.8125), (0.1875, 0.78125), (0.1875, 0.78125), (0.1875, 0.8125), (0.21875, 0.8125), (0.21875, 0.78125), (0.21875, 0.78125), (0.21875, 0.8125), (0.25, 0.8125), (0.25, 0.78125), (0.25, 0.78125), (0.25, 0.8125), (0.28125, 0.8125), (0.28125, 0.78125), (0.28125, 0.78125), (0.28125, 0.8125), (0.3125, 0.8125), (0.3125, 0.78125), (0.3125, 0.78125), (0.3125, 0.8125), (0.34375, 0.8125), (0.34375, 0.78125), (0.34375, 0.78125), (0.34375, 0.8125), (0.375, 0.8125), (0.375, 0.78125), (0.375, 0.78125), (0.375, 0.8125), (0.40625, 0.8125), (0.40625, 0.78125), (0.40625, 0.78125), (0.40625, 0.8125), (0.4375, 0.8125), (0.4375, 0.78125), (0.4375, 0.78125), (0.4375, 0.8125), (0.46875, 0.8125), (0.46875, 0.78125), (0.46875, 0.78125), (0.46875, 0.8125), (0.5, 0.8125), (0.5, 0.78125), (0.5, 0.78125), (0.5, 0.8125), (0.53125, 0.8125), (0.53125, 0.78125), (0.53125, 0.78125), (0.53125, 0.8125), (0.5625, 0.8125), (0.5625, 0.78125), (0.5625, 0.78125), (0.5625, 0.8125), (0.59375, 0.8125), (0.59375, 0.78125), (0.59375, 0.78125), (0.59375, 0.8125), (0.625, 0.8125), (0.625, 0.78125), (0.625, 0.78125), (0.625, 0.8125), (0.65625, 0.8125), (0.65625, 0.78125), (0.65625, 0.78125), (0.65625, 0.8125), (0.6875, 0.8125), (0.6875, 0.78125), (0.6875, 0.78125), (0.6875, 0.8125), (0.71875, 0.8125), (0.71875, 0.78125), (0.71875, 0.78125), (0.71875, 0.8125), (0.75, 0.8125), (0.75, 0.78125), (0.75, 0.78125), (0.75, 0.8125), (0.78125, 0.8125), (0.78125, 0.78125), (0.78125, 0.78125), (0.78125, 0.8125), (0.8125, 0.8125), (0.8125, 0.78125), (0.8125, 0.78125), (0.8125, 0.8125), (0.84375, 0.8125), (0.84375, 0.78125), (0.84375, 0.78125), (0.84375, 0.8125), (0.875, 0.8125), (0.875, 0.78125), (0.875, 0.78125), (0.875, 0.8125), (0.90625, 0.8125), (0.90625, 0.78125), (0.90625, 0.78125), (0.90625, 0.8125), (0.9375, 0.8125), (0.9375, 0.78125), (0.9375, 0.78125), (0.9375, 0.8125), (0.96875, 0.8125), (0.96875, 0.78125), (0.96875, 0.78125), (0.96875, 0.8125), (1, 0.8125), (1, 0.78125), (0, 0.8125), (0, 0.84375), (0.03125, 0.84375), (0.03125, 0.8125), (0.03125, 0.8125), (0.03125, 0.84375), (0.0625, 0.84375), (0.0625, 0.8125), (0.0625, 0.8125), (0.0625, 0.84375), (0.09375, 0.84375), (0.09375, 0.8125), (0.09375, 0.8125), (0.09375, 0.84375), (0.125, 0.84375), (0.125, 0.8125), (0.125, 0.8125), (0.125, 0.84375), (0.15625, 0.84375), (0.15625, 0.8125), (0.15625, 0.8125), (0.15625, 0.84375), (0.1875, 0.84375), (0.1875, 0.8125), (0.1875, 0.8125), (0.1875, 0.84375), (0.21875, 0.84375), (0.21875, 0.8125), (0.21875, 0.8125), (0.21875, 0.84375), (0.25, 0.84375), (0.25, 0.8125), (0.25, 0.8125), (0.25, 0.84375), (0.28125, 0.84375), (0.28125, 0.8125), (0.28125, 0.8125), (0.28125, 0.84375), (0.3125, 0.84375), (0.3125, 0.8125), (0.3125, 0.8125), (0.3125, 0.84375), (0.34375, 0.84375), (0.34375, 0.8125), (0.34375, 0.8125), (0.34375, 0.84375), (0.375, 0.84375), (0.375, 0.8125), (0.375, 0.8125), (0.375, 0.84375), (0.40625, 0.84375), (0.40625, 0.8125), (0.40625, 0.8125), (0.40625, 0.84375), (0.4375, 0.84375), (0.4375, 0.8125), (0.4375, 0.8125), (0.4375, 0.84375), (0.46875, 0.84375), (0.46875, 0.8125), (0.46875, 0.8125), (0.46875, 0.84375), (0.5, 0.84375), (0.5, 0.8125), (0.5, 0.8125), (0.5, 0.84375), (0.53125, 0.84375), (0.53125, 0.8125), (0.53125, 0.8125), (0.53125, 0.84375), (0.5625, 0.84375), (0.5625, 0.8125), (0.5625, 0.8125), (0.5625, 0.84375), (0.59375, 0.84375), (0.59375, 0.8125), (0.59375, 0.8125), (0.59375, 0.84375), (0.625, 0.84375), (0.625, 0.8125), (0.625, 0.8125), (0.625, 0.84375), (0.65625, 0.84375), (0.65625, 0.8125), (0.65625, 0.8125), (0.65625, 0.84375), (0.6875, 0.84375), (0.6875, 0.8125), (0.6875, 0.8125), (0.6875, 0.84375), (0.71875, 0.84375), (0.71875, 0.8125), (0.71875, 0.8125), (0.71875, 0.84375), (0.75, 0.84375), (0.75, 0.8125), (0.75, 0.8125), (0.75, 0.84375), (0.78125, 0.84375), (0.78125, 0.8125), (0.78125, 0.8125), (0.78125, 0.84375), (0.8125, 0.84375), (0.8125, 0.8125), (0.8125, 0.8125), (0.8125, 0.84375), (0.84375, 0.84375), (0.84375, 0.8125), (0.84375, 0.8125), (0.84375, 0.84375), (0.875, 0.84375), (0.875, 0.8125), (0.875, 0.8125), (0.875, 0.84375), (0.90625, 0.84375), (0.90625, 0.8125), (0.90625, 0.8125), (0.90625, 0.84375), (0.9375, 0.84375), (0.9375, 0.8125), (0.9375, 0.8125), (0.9375, 0.84375), (0.96875, 0.84375), (0.96875, 0.8125), (0.96875, 0.8125), (0.96875, 0.84375), (1, 0.84375), (1, 0.8125), (0, 0.84375), (0, 0.875), (0.03125, 0.875), (0.03125, 0.84375), (0.03125, 0.84375), (0.03125, 0.875), (0.0625, 0.875), (0.0625, 0.84375), (0.0625, 0.84375), (0.0625, 0.875), (0.09375, 0.875), (0.09375, 0.84375), (0.09375, 0.84375), (0.09375, 0.875), (0.125, 0.875), (0.125, 0.84375), (0.125, 0.84375), (0.125, 0.875), (0.15625, 0.875), (0.15625, 0.84375), (0.15625, 0.84375), (0.15625, 0.875), (0.1875, 0.875), (0.1875, 0.84375), (0.1875, 0.84375), (0.1875, 0.875), (0.21875, 0.875), (0.21875, 0.84375), (0.21875, 0.84375), (0.21875, 0.875), (0.25, 0.875), (0.25, 0.84375), (0.25, 0.84375), (0.25, 0.875), (0.28125, 0.875), (0.28125, 0.84375), (0.28125, 0.84375), (0.28125, 0.875), (0.3125, 0.875), (0.3125, 0.84375), (0.3125, 0.84375), (0.3125, 0.875), (0.34375, 0.875), (0.34375, 0.84375), (0.34375, 0.84375), (0.34375, 0.875), (0.375, 0.875), (0.375, 0.84375), (0.375, 0.84375), (0.375, 0.875), (0.40625, 0.875), (0.40625, 0.84375), (0.40625, 0.84375), (0.40625, 0.875), (0.4375, 0.875), (0.4375, 0.84375), (0.4375, 0.84375), (0.4375, 0.875), (0.46875, 0.875), (0.46875, 0.84375), (0.46875, 0.84375), (0.46875, 0.875), (0.5, 0.875), (0.5, 0.84375), (0.5, 0.84375), (0.5, 0.875), (0.53125, 0.875), (0.53125, 0.84375), (0.53125, 0.84375), (0.53125, 0.875), (0.5625, 0.875), (0.5625, 0.84375), (0.5625, 0.84375), (0.5625, 0.875), (0.59375, 0.875), (0.59375, 0.84375), (0.59375, 0.84375), (0.59375, 0.875), (0.625, 0.875), (0.625, 0.84375), (0.625, 0.84375), (0.625, 0.875), (0.65625, 0.875), (0.65625, 0.84375), (0.65625, 0.84375), (0.65625, 0.875), (0.6875, 0.875), (0.6875, 0.84375), (0.6875, 0.84375), (0.6875, 0.875), (0.71875, 0.875), (0.71875, 0.84375), (0.71875, 0.84375), (0.71875, 0.875), (0.75, 0.875), (0.75, 0.84375), (0.75, 0.84375), (0.75, 0.875), (0.78125, 0.875), (0.78125, 0.84375), (0.78125, 0.84375), (0.78125, 0.875), (0.8125, 0.875), (0.8125, 0.84375), (0.8125, 0.84375), (0.8125, 0.875), (0.84375, 0.875), (0.84375, 0.84375), (0.84375, 0.84375), (0.84375, 0.875), (0.875, 0.875), (0.875, 0.84375), (0.875, 0.84375), (0.875, 0.875), (0.90625, 0.875), (0.90625, 0.84375), (0.90625, 0.84375), (0.90625, 0.875), (0.9375, 0.875), (0.9375, 0.84375), (0.9375, 0.84375), (0.9375, 0.875), (0.96875, 0.875), (0.96875, 0.84375), (0.96875, 0.84375), (0.96875, 0.875), (1, 0.875), (1, 0.84375), (0, 0.875), (0, 0.90625), (0.03125, 0.90625), (0.03125, 0.875), (0.03125, 0.875), (0.03125, 0.90625), (0.0625, 0.90625), (0.0625, 0.875), (0.0625, 0.875), (0.0625, 0.90625), (0.09375, 0.90625), (0.09375, 0.875), (0.09375, 0.875), (0.09375, 0.90625), (0.125, 0.90625), (0.125, 0.875), (0.125, 0.875), (0.125, 0.90625), (0.15625, 0.90625), (0.15625, 0.875), (0.15625, 0.875), (0.15625, 0.90625), (0.1875, 0.90625), (0.1875, 0.875), (0.1875, 0.875), (0.1875, 0.90625), (0.21875, 0.90625), (0.21875, 0.875), (0.21875, 0.875), (0.21875, 0.90625), (0.25, 0.90625), (0.25, 0.875), (0.25, 0.875), (0.25, 0.90625), (0.28125, 0.90625), (0.28125, 0.875), (0.28125, 0.875), (0.28125, 0.90625), (0.3125, 0.90625), (0.3125, 0.875), (0.3125, 0.875), (0.3125, 0.90625), (0.34375, 0.90625), (0.34375, 0.875), (0.34375, 0.875), (0.34375, 0.90625), (0.375, 0.90625), (0.375, 0.875), (0.375, 0.875), (0.375, 0.90625), (0.40625, 0.90625), (0.40625, 0.875), (0.40625, 0.875), (0.40625, 0.90625), (0.4375, 0.90625), (0.4375, 0.875), (0.4375, 0.875), (0.4375, 0.90625), (0.46875, 0.90625), (0.46875, 0.875), (0.46875, 0.875), (0.46875, 0.90625), (0.5, 0.90625), (0.5, 0.875), (0.5, 0.875), (0.5, 0.90625), (0.53125, 0.90625), (0.53125, 0.875), (0.53125, 0.875), (0.53125, 0.90625), (0.5625, 0.90625), (0.5625, 0.875), (0.5625, 0.875), (0.5625, 0.90625), (0.59375, 0.90625), (0.59375, 0.875), (0.59375, 0.875), (0.59375, 0.90625), (0.625, 0.90625), (0.625, 0.875), (0.625, 0.875), (0.625, 0.90625), (0.65625, 0.90625), (0.65625, 0.875), (0.65625, 0.875), (0.65625, 0.90625), (0.6875, 0.90625), (0.6875, 0.875), (0.6875, 0.875), (0.6875, 0.90625), (0.71875, 0.90625), (0.71875, 0.875), (0.71875, 0.875), (0.71875, 0.90625), (0.75, 0.90625), (0.75, 0.875), (0.75, 0.875), (0.75, 0.90625), (0.78125, 0.90625), (0.78125, 0.875), (0.78125, 0.875), (0.78125, 0.90625), (0.8125, 0.90625), (0.8125, 0.875), (0.8125, 0.875), (0.8125, 0.90625), (0.84375, 0.90625), (0.84375, 0.875), (0.84375, 0.875), (0.84375, 0.90625), (0.875, 0.90625), (0.875, 0.875), (0.875, 0.875), (0.875, 0.90625), (0.90625, 0.90625), (0.90625, 0.875), (0.90625, 0.875), (0.90625, 0.90625), (0.9375, 0.90625), (0.9375, 0.875), (0.9375, 0.875), (0.9375, 0.90625), (0.96875, 0.90625), (0.96875, 0.875), (0.96875, 0.875), (0.96875, 0.90625), (1, 0.90625), (1, 0.875), (0, 0.90625), (0, 0.9375), (0.03125, 0.9375), (0.03125, 0.90625), (0.03125, 0.90625), (0.03125, 0.9375), (0.0625, 0.9375), (0.0625, 0.90625), (0.0625, 0.90625), (0.0625, 0.9375), (0.09375, 0.9375), (0.09375, 0.90625), (0.09375, 0.90625), (0.09375, 0.9375), (0.125, 0.9375), (0.125, 0.90625), (0.125, 0.90625), (0.125, 0.9375), (0.15625, 0.9375), (0.15625, 0.90625), (0.15625, 0.90625), (0.15625, 0.9375), (0.1875, 0.9375), (0.1875, 0.90625), (0.1875, 0.90625), (0.1875, 0.9375), (0.21875, 0.9375), (0.21875, 0.90625), (0.21875, 0.90625), (0.21875, 0.9375), (0.25, 0.9375), (0.25, 0.90625), (0.25, 0.90625), (0.25, 0.9375), (0.28125, 0.9375), (0.28125, 0.90625), (0.28125, 0.90625), (0.28125, 0.9375), (0.3125, 0.9375), (0.3125, 0.90625), (0.3125, 0.90625), (0.3125, 0.9375), (0.34375, 0.9375), (0.34375, 0.90625), (0.34375, 0.90625), (0.34375, 0.9375), (0.375, 0.9375), (0.375, 0.90625), (0.375, 0.90625), (0.375, 0.9375), (0.40625, 0.9375), (0.40625, 0.90625), (0.40625, 0.90625), (0.40625, 0.9375), (0.4375, 0.9375), (0.4375, 0.90625), (0.4375, 0.90625), (0.4375, 0.9375), (0.46875, 0.9375), (0.46875, 0.90625), (0.46875, 0.90625), (0.46875, 0.9375), (0.5, 0.9375), (0.5, 0.90625), (0.5, 0.90625), (0.5, 0.9375), (0.53125, 0.9375), (0.53125, 0.90625), (0.53125, 0.90625), (0.53125, 0.9375), (0.5625, 0.9375), (0.5625, 0.90625), (0.5625, 0.90625), (0.5625, 0.9375), (0.59375, 0.9375), (0.59375, 0.90625), (0.59375, 0.90625), (0.59375, 0.9375), (0.625, 0.9375), (0.625, 0.90625), (0.625, 0.90625), (0.625, 0.9375), (0.65625, 0.9375), (0.65625, 0.90625), (0.65625, 0.90625), (0.65625, 0.9375), (0.6875, 0.9375), (0.6875, 0.90625), (0.6875, 0.90625), (0.6875, 0.9375), (0.71875, 0.9375), (0.71875, 0.90625), (0.71875, 0.90625), (0.71875, 0.9375), (0.75, 0.9375), (0.75, 0.90625), (0.75, 0.90625), (0.75, 0.9375), (0.78125, 0.9375), (0.78125, 0.90625), (0.78125, 0.90625), (0.78125, 0.9375), (0.8125, 0.9375), (0.8125, 0.90625), (0.8125, 0.90625), (0.8125, 0.9375), (0.84375, 0.9375), (0.84375, 0.90625), (0.84375, 0.90625), (0.84375, 0.9375), (0.875, 0.9375), (0.875, 0.90625), (0.875, 0.90625), (0.875, 0.9375), (0.90625, 0.9375), (0.90625, 0.90625), (0.90625, 0.90625), (0.90625, 0.9375), (0.9375, 0.9375), (0.9375, 0.90625), (0.9375, 0.90625), (0.9375, 0.9375), (0.96875, 0.9375), (0.96875, 0.90625), (0.96875, 0.90625), (0.96875, 0.9375), (1, 0.9375), (1, 0.90625), (0, 0.9375), (0, 0.96875), (0.03125, 0.96875), (0.03125, 0.9375), (0.03125, 0.9375), (0.03125, 0.96875), (0.0625, 0.96875), (0.0625, 0.9375), (0.0625, 0.9375), (0.0625, 0.96875), (0.09375, 0.96875), (0.09375, 0.9375), (0.09375, 0.9375), (0.09375, 0.96875), (0.125, 0.96875), (0.125, 0.9375), (0.125, 0.9375), (0.125, 0.96875), (0.15625, 0.96875), (0.15625, 0.9375), (0.15625, 0.9375), (0.15625, 0.96875), (0.1875, 0.96875), (0.1875, 0.9375), (0.1875, 0.9375), (0.1875, 0.96875), (0.21875, 0.96875), (0.21875, 0.9375), (0.21875, 0.9375), (0.21875, 0.96875), (0.25, 0.96875), (0.25, 0.9375), (0.25, 0.9375), (0.25, 0.96875), (0.28125, 0.96875), (0.28125, 0.9375), (0.28125, 0.9375), (0.28125, 0.96875), (0.3125, 0.96875), (0.3125, 0.9375), (0.3125, 0.9375), (0.3125, 0.96875), (0.34375, 0.96875), (0.34375, 0.9375), (0.34375, 0.9375), (0.34375, 0.96875), (0.375, 0.96875), (0.375, 0.9375), (0.375, 0.9375), (0.375, 0.96875), (0.40625, 0.96875), (0.40625, 0.9375), (0.40625, 0.9375), (0.40625, 0.96875), (0.4375, 0.96875), (0.4375, 0.9375), (0.4375, 0.9375), (0.4375, 0.96875), (0.46875, 0.96875), (0.46875, 0.9375), (0.46875, 0.9375), (0.46875, 0.96875), (0.5, 0.96875), (0.5, 0.9375), (0.5, 0.9375), (0.5, 0.96875), (0.53125, 0.96875), (0.53125, 0.9375), (0.53125, 0.9375), (0.53125, 0.96875), (0.5625, 0.96875), (0.5625, 0.9375), (0.5625, 0.9375), (0.5625, 0.96875), (0.59375, 0.96875), (0.59375, 0.9375), (0.59375, 0.9375), (0.59375, 0.96875), (0.625, 0.96875), (0.625, 0.9375), (0.625, 0.9375), (0.625, 0.96875), (0.65625, 0.96875), (0.65625, 0.9375), (0.65625, 0.9375), (0.65625, 0.96875), (0.6875, 0.96875), (0.6875, 0.9375), (0.6875, 0.9375), (0.6875, 0.96875), (0.71875, 0.96875), (0.71875, 0.9375), (0.71875, 0.9375), (0.71875, 0.96875), (0.75, 0.96875), (0.75, 0.9375), (0.75, 0.9375), (0.75, 0.96875), (0.78125, 0.96875), (0.78125, 0.9375), (0.78125, 0.9375), (0.78125, 0.96875), (0.8125, 0.96875), (0.8125, 0.9375), (0.8125, 0.9375), (0.8125, 0.96875), (0.84375, 0.96875), (0.84375, 0.9375), (0.84375, 0.9375), (0.84375, 0.96875), (0.875, 0.96875), (0.875, 0.9375), (0.875, 0.9375), (0.875, 0.96875), (0.90625, 0.96875), (0.90625, 0.9375), (0.90625, 0.9375), (0.90625, 0.96875), (0.9375, 0.96875), (0.9375, 0.9375), (0.9375, 0.9375), (0.9375, 0.96875), (0.96875, 0.96875), (0.96875, 0.9375), (0.96875, 0.9375), (0.96875, 0.96875), (1, 0.96875), (1, 0.9375), (0, 0.96875), (0, 1), (0.03125, 1), (0.03125, 0.96875), (0.03125, 0.96875), (0.03125, 1), (0.0625, 1), (0.0625, 0.96875), (0.0625, 0.96875), (0.0625, 1), (0.09375, 1), (0.09375, 0.96875), (0.09375, 0.96875), (0.09375, 1), (0.125, 1), (0.125, 0.96875), (0.125, 0.96875), (0.125, 1), (0.15625, 1), (0.15625, 0.96875), (0.15625, 0.96875), (0.15625, 1), (0.1875, 1), (0.1875, 0.96875), (0.1875, 0.96875), (0.1875, 1), (0.21875, 1), (0.21875, 0.96875), (0.21875, 0.96875), (0.21875, 1), (0.25, 1), (0.25, 0.96875), (0.25, 0.96875), (0.25, 1), (0.28125, 1), (0.28125, 0.96875), (0.28125, 0.96875), (0.28125, 1), (0.3125, 1), (0.3125, 0.96875), (0.3125, 0.96875), (0.3125, 1), (0.34375, 1), (0.34375, 0.96875), (0.34375, 0.96875), (0.34375, 1), (0.375, 1), (0.375, 0.96875), (0.375, 0.96875), (0.375, 1), (0.40625, 1), (0.40625, 0.96875), (0.40625, 0.96875), (0.40625, 1), (0.4375, 1), (0.4375, 0.96875), (0.4375, 0.96875), (0.4375, 1), (0.46875, 1), (0.46875, 0.96875), (0.46875, 0.96875), (0.46875, 1), (0.5, 1), (0.5, 0.96875), (0.5, 0.96875), (0.5, 1), (0.53125, 1), (0.53125, 0.96875), (0.53125, 0.96875), (0.53125, 1), (0.5625, 1), (0.5625, 0.96875), (0.5625, 0.96875), (0.5625, 1), (0.59375, 1), (0.59375, 0.96875), (0.59375, 0.96875), (0.59375, 1), (0.625, 1), (0.625, 0.96875), (0.625, 0.96875), (0.625, 1), (0.65625, 1), (0.65625, 0.96875), (0.65625, 0.96875), (0.65625, 1), (0.6875, 1), (0.6875, 0.96875), (0.6875, 0.96875), (0.6875, 1), (0.71875, 1), (0.71875, 0.96875), (0.71875, 0.96875), (0.71875, 1), (0.75, 1), (0.75, 0.96875), (0.75, 0.96875), (0.75, 1), (0.78125, 1), (0.78125, 0.96875), (0.78125, 0.96875), (0.78125, 1), (0.8125, 1), (0.8125, 0.96875), (0.8125, 0.96875), (0.8125, 1), (0.84375, 1), (0.84375, 0.96875), (0.84375, 0.96875), (0.84375, 1), (0.875, 1), (0.875, 0.96875), (0.875, 0.96875), (0.875, 1), (0.90625, 1), (0.90625, 0.96875), (0.90625, 0.96875), (0.90625, 1), (0.9375, 1), (0.9375, 0.96875), (0.9375, 0.96875), (0.9375, 1), (0.96875, 1), (0.96875, 0.96875), (0.96875, 0.96875), (0.96875, 1), (1, 1), (1, 0.96875)] ( interpolation = "faceVarying" ) uniform token subdivisionScheme = "none" double3 xformOp:rotateXYZ = (0, 0, 90) double3 xformOp:scale = (1, 1, 1) double3 xformOp:translate = (-300, 0, 0) uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:rotateXYZ", "xformOp:scale"] } def Mesh "Torus_01" { float3[] extent = [(-75, -25, -75), (75, 25, 75)] int[] faceVertexCounts = [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4] int[] faceVertexIndices = [0, 32, 33, 1, 1, 33, 34, 2, 2, 34, 35, 3, 3, 35, 36, 4, 4, 36, 37, 5, 5, 37, 38, 6, 6, 38, 39, 7, 7, 39, 40, 8, 8, 40, 41, 9, 9, 41, 42, 10, 10, 42, 43, 11, 11, 43, 44, 12, 12, 44, 45, 13, 13, 45, 46, 14, 14, 46, 47, 15, 15, 47, 48, 16, 16, 48, 49, 17, 17, 49, 50, 18, 18, 50, 51, 19, 19, 51, 52, 20, 20, 52, 53, 21, 21, 53, 54, 22, 22, 54, 55, 23, 23, 55, 56, 24, 24, 56, 57, 25, 25, 57, 58, 26, 26, 58, 59, 27, 27, 59, 60, 28, 28, 60, 61, 29, 29, 61, 62, 30, 30, 62, 63, 31, 31, 63, 32, 0, 32, 64, 65, 33, 33, 65, 66, 34, 34, 66, 67, 35, 35, 67, 68, 36, 36, 68, 69, 37, 37, 69, 70, 38, 38, 70, 71, 39, 39, 71, 72, 40, 40, 72, 73, 41, 41, 73, 74, 42, 42, 74, 75, 43, 43, 75, 76, 44, 44, 76, 77, 45, 45, 77, 78, 46, 46, 78, 79, 47, 47, 79, 80, 48, 48, 80, 81, 49, 49, 81, 82, 50, 50, 82, 83, 51, 51, 83, 84, 52, 52, 84, 85, 53, 53, 85, 86, 54, 54, 86, 87, 55, 55, 87, 88, 56, 56, 88, 89, 57, 57, 89, 90, 58, 58, 90, 91, 59, 59, 91, 92, 60, 60, 92, 93, 61, 61, 93, 94, 62, 62, 94, 95, 63, 63, 95, 64, 32, 64, 96, 97, 65, 65, 97, 98, 66, 66, 98, 99, 67, 67, 99, 100, 68, 68, 100, 101, 69, 69, 101, 102, 70, 70, 102, 103, 71, 71, 103, 104, 72, 72, 104, 105, 73, 73, 105, 106, 74, 74, 106, 107, 75, 75, 107, 108, 76, 76, 108, 109, 77, 77, 109, 110, 78, 78, 110, 111, 79, 79, 111, 112, 80, 80, 112, 113, 81, 81, 113, 114, 82, 82, 114, 115, 83, 83, 115, 116, 84, 84, 116, 117, 85, 85, 117, 118, 86, 86, 118, 119, 87, 87, 119, 120, 88, 88, 120, 121, 89, 89, 121, 122, 90, 90, 122, 123, 91, 91, 123, 124, 92, 92, 124, 125, 93, 93, 125, 126, 94, 94, 126, 127, 95, 95, 127, 96, 64, 96, 128, 129, 97, 97, 129, 130, 98, 98, 130, 131, 99, 99, 131, 132, 100, 100, 132, 133, 101, 101, 133, 134, 102, 102, 134, 135, 103, 103, 135, 136, 104, 104, 136, 137, 105, 105, 137, 138, 106, 106, 138, 139, 107, 107, 139, 140, 108, 108, 140, 141, 109, 109, 141, 142, 110, 110, 142, 143, 111, 111, 143, 144, 112, 112, 144, 145, 113, 113, 145, 146, 114, 114, 146, 147, 115, 115, 147, 148, 116, 116, 148, 149, 117, 117, 149, 150, 118, 118, 150, 151, 119, 119, 151, 152, 120, 120, 152, 153, 121, 121, 153, 154, 122, 122, 154, 155, 123, 123, 155, 156, 124, 124, 156, 157, 125, 125, 157, 158, 126, 126, 158, 159, 127, 127, 159, 128, 96, 128, 160, 161, 129, 129, 161, 162, 130, 130, 162, 163, 131, 131, 163, 164, 132, 132, 164, 165, 133, 133, 165, 166, 134, 134, 166, 167, 135, 135, 167, 168, 136, 136, 168, 169, 137, 137, 169, 170, 138, 138, 170, 171, 139, 139, 171, 172, 140, 140, 172, 173, 141, 141, 173, 174, 142, 142, 174, 175, 143, 143, 175, 176, 144, 144, 176, 177, 145, 145, 177, 178, 146, 146, 178, 179, 147, 147, 179, 180, 148, 148, 180, 181, 149, 149, 181, 182, 150, 150, 182, 183, 151, 151, 183, 184, 152, 152, 184, 185, 153, 153, 185, 186, 154, 154, 186, 187, 155, 155, 187, 188, 156, 156, 188, 189, 157, 157, 189, 190, 158, 158, 190, 191, 159, 159, 191, 160, 128, 160, 192, 193, 161, 161, 193, 194, 162, 162, 194, 195, 163, 163, 195, 196, 164, 164, 196, 197, 165, 165, 197, 198, 166, 166, 198, 199, 167, 167, 199, 200, 168, 168, 200, 201, 169, 169, 201, 202, 170, 170, 202, 203, 171, 171, 203, 204, 172, 172, 204, 205, 173, 173, 205, 206, 174, 174, 206, 207, 175, 175, 207, 208, 176, 176, 208, 209, 177, 177, 209, 210, 178, 178, 210, 211, 179, 179, 211, 212, 180, 180, 212, 213, 181, 181, 213, 214, 182, 182, 214, 215, 183, 183, 215, 216, 184, 184, 216, 217, 185, 185, 217, 218, 186, 186, 218, 219, 187, 187, 219, 220, 188, 188, 220, 221, 189, 189, 221, 222, 190, 190, 222, 223, 191, 191, 223, 192, 160, 192, 224, 225, 193, 193, 225, 226, 194, 194, 226, 227, 195, 195, 227, 228, 196, 196, 228, 229, 197, 197, 229, 230, 198, 198, 230, 231, 199, 199, 231, 232, 200, 200, 232, 233, 201, 201, 233, 234, 202, 202, 234, 235, 203, 203, 235, 236, 204, 204, 236, 237, 205, 205, 237, 238, 206, 206, 238, 239, 207, 207, 239, 240, 208, 208, 240, 241, 209, 209, 241, 242, 210, 210, 242, 243, 211, 211, 243, 244, 212, 212, 244, 245, 213, 213, 245, 246, 214, 214, 246, 247, 215, 215, 247, 248, 216, 216, 248, 249, 217, 217, 249, 250, 218, 218, 250, 251, 219, 219, 251, 252, 220, 220, 252, 253, 221, 221, 253, 254, 222, 222, 254, 255, 223, 223, 255, 224, 192, 224, 256, 257, 225, 225, 257, 258, 226, 226, 258, 259, 227, 227, 259, 260, 228, 228, 260, 261, 229, 229, 261, 262, 230, 230, 262, 263, 231, 231, 263, 264, 232, 232, 264, 265, 233, 233, 265, 266, 234, 234, 266, 267, 235, 235, 267, 268, 236, 236, 268, 269, 237, 237, 269, 270, 238, 238, 270, 271, 239, 239, 271, 272, 240, 240, 272, 273, 241, 241, 273, 274, 242, 242, 274, 275, 243, 243, 275, 276, 244, 244, 276, 277, 245, 245, 277, 278, 246, 246, 278, 279, 247, 247, 279, 280, 248, 248, 280, 281, 249, 249, 281, 282, 250, 250, 282, 283, 251, 251, 283, 284, 252, 252, 284, 285, 253, 253, 285, 286, 254, 254, 286, 287, 255, 255, 287, 256, 224, 256, 288, 289, 257, 257, 289, 290, 258, 258, 290, 291, 259, 259, 291, 292, 260, 260, 292, 293, 261, 261, 293, 294, 262, 262, 294, 295, 263, 263, 295, 296, 264, 264, 296, 297, 265, 265, 297, 298, 266, 266, 298, 299, 267, 267, 299, 300, 268, 268, 300, 301, 269, 269, 301, 302, 270, 270, 302, 303, 271, 271, 303, 304, 272, 272, 304, 305, 273, 273, 305, 306, 274, 274, 306, 307, 275, 275, 307, 308, 276, 276, 308, 309, 277, 277, 309, 310, 278, 278, 310, 311, 279, 279, 311, 312, 280, 280, 312, 313, 281, 281, 313, 314, 282, 282, 314, 315, 283, 283, 315, 316, 284, 284, 316, 317, 285, 285, 317, 318, 286, 286, 318, 319, 287, 287, 319, 288, 256, 288, 320, 321, 289, 289, 321, 322, 290, 290, 322, 323, 291, 291, 323, 324, 292, 292, 324, 325, 293, 293, 325, 326, 294, 294, 326, 327, 295, 295, 327, 328, 296, 296, 328, 329, 297, 297, 329, 330, 298, 298, 330, 331, 299, 299, 331, 332, 300, 300, 332, 333, 301, 301, 333, 334, 302, 302, 334, 335, 303, 303, 335, 336, 304, 304, 336, 337, 305, 305, 337, 338, 306, 306, 338, 339, 307, 307, 339, 340, 308, 308, 340, 341, 309, 309, 341, 342, 310, 310, 342, 343, 311, 311, 343, 344, 312, 312, 344, 345, 313, 313, 345, 346, 314, 314, 346, 347, 315, 315, 347, 348, 316, 316, 348, 349, 317, 317, 349, 350, 318, 318, 350, 351, 319, 319, 351, 320, 288, 320, 352, 353, 321, 321, 353, 354, 322, 322, 354, 355, 323, 323, 355, 356, 324, 324, 356, 357, 325, 325, 357, 358, 326, 326, 358, 359, 327, 327, 359, 360, 328, 328, 360, 361, 329, 329, 361, 362, 330, 330, 362, 363, 331, 331, 363, 364, 332, 332, 364, 365, 333, 333, 365, 366, 334, 334, 366, 367, 335, 335, 367, 368, 336, 336, 368, 369, 337, 337, 369, 370, 338, 338, 370, 371, 339, 339, 371, 372, 340, 340, 372, 373, 341, 341, 373, 374, 342, 342, 374, 375, 343, 343, 375, 376, 344, 344, 376, 377, 345, 345, 377, 378, 346, 346, 378, 379, 347, 347, 379, 380, 348, 348, 380, 381, 349, 349, 381, 382, 350, 350, 382, 383, 351, 351, 383, 352, 320, 352, 384, 385, 353, 353, 385, 386, 354, 354, 386, 387, 355, 355, 387, 388, 356, 356, 388, 389, 357, 357, 389, 390, 358, 358, 390, 391, 359, 359, 391, 392, 360, 360, 392, 393, 361, 361, 393, 394, 362, 362, 394, 395, 363, 363, 395, 396, 364, 364, 396, 397, 365, 365, 397, 398, 366, 366, 398, 399, 367, 367, 399, 400, 368, 368, 400, 401, 369, 369, 401, 402, 370, 370, 402, 403, 371, 371, 403, 404, 372, 372, 404, 405, 373, 373, 405, 406, 374, 374, 406, 407, 375, 375, 407, 408, 376, 376, 408, 409, 377, 377, 409, 410, 378, 378, 410, 411, 379, 379, 411, 412, 380, 380, 412, 413, 381, 381, 413, 414, 382, 382, 414, 415, 383, 383, 415, 384, 352, 384, 416, 417, 385, 385, 417, 418, 386, 386, 418, 419, 387, 387, 419, 420, 388, 388, 420, 421, 389, 389, 421, 422, 390, 390, 422, 423, 391, 391, 423, 424, 392, 392, 424, 425, 393, 393, 425, 426, 394, 394, 426, 427, 395, 395, 427, 428, 396, 396, 428, 429, 397, 397, 429, 430, 398, 398, 430, 431, 399, 399, 431, 432, 400, 400, 432, 433, 401, 401, 433, 434, 402, 402, 434, 435, 403, 403, 435, 436, 404, 404, 436, 437, 405, 405, 437, 438, 406, 406, 438, 439, 407, 407, 439, 440, 408, 408, 440, 441, 409, 409, 441, 442, 410, 410, 442, 443, 411, 411, 443, 444, 412, 412, 444, 445, 413, 413, 445, 446, 414, 414, 446, 447, 415, 415, 447, 416, 384, 416, 448, 449, 417, 417, 449, 450, 418, 418, 450, 451, 419, 419, 451, 452, 420, 420, 452, 453, 421, 421, 453, 454, 422, 422, 454, 455, 423, 423, 455, 456, 424, 424, 456, 457, 425, 425, 457, 458, 426, 426, 458, 459, 427, 427, 459, 460, 428, 428, 460, 461, 429, 429, 461, 462, 430, 430, 462, 463, 431, 431, 463, 464, 432, 432, 464, 465, 433, 433, 465, 466, 434, 434, 466, 467, 435, 435, 467, 468, 436, 436, 468, 469, 437, 437, 469, 470, 438, 438, 470, 471, 439, 439, 471, 472, 440, 440, 472, 473, 441, 441, 473, 474, 442, 442, 474, 475, 443, 443, 475, 476, 444, 444, 476, 477, 445, 445, 477, 478, 446, 446, 478, 479, 447, 447, 479, 448, 416, 448, 480, 481, 449, 449, 481, 482, 450, 450, 482, 483, 451, 451, 483, 484, 452, 452, 484, 485, 453, 453, 485, 486, 454, 454, 486, 487, 455, 455, 487, 488, 456, 456, 488, 489, 457, 457, 489, 490, 458, 458, 490, 491, 459, 459, 491, 492, 460, 460, 492, 493, 461, 461, 493, 494, 462, 462, 494, 495, 463, 463, 495, 496, 464, 464, 496, 497, 465, 465, 497, 498, 466, 466, 498, 499, 467, 467, 499, 500, 468, 468, 500, 501, 469, 469, 501, 502, 470, 470, 502, 503, 471, 471, 503, 504, 472, 472, 504, 505, 473, 473, 505, 506, 474, 474, 506, 507, 475, 475, 507, 508, 476, 476, 508, 509, 477, 477, 509, 510, 478, 478, 510, 511, 479, 479, 511, 480, 448, 480, 512, 513, 481, 481, 513, 514, 482, 482, 514, 515, 483, 483, 515, 516, 484, 484, 516, 517, 485, 485, 517, 518, 486, 486, 518, 519, 487, 487, 519, 520, 488, 488, 520, 521, 489, 489, 521, 522, 490, 490, 522, 523, 491, 491, 523, 524, 492, 492, 524, 525, 493, 493, 525, 526, 494, 494, 526, 527, 495, 495, 527, 528, 496, 496, 528, 529, 497, 497, 529, 530, 498, 498, 530, 531, 499, 499, 531, 532, 500, 500, 532, 533, 501, 501, 533, 534, 502, 502, 534, 535, 503, 503, 535, 536, 504, 504, 536, 537, 505, 505, 537, 538, 506, 506, 538, 539, 507, 507, 539, 540, 508, 508, 540, 541, 509, 509, 541, 542, 510, 510, 542, 543, 511, 511, 543, 512, 480, 512, 544, 545, 513, 513, 545, 546, 514, 514, 546, 547, 515, 515, 547, 548, 516, 516, 548, 549, 517, 517, 549, 550, 518, 518, 550, 551, 519, 519, 551, 552, 520, 520, 552, 553, 521, 521, 553, 554, 522, 522, 554, 555, 523, 523, 555, 556, 524, 524, 556, 557, 525, 525, 557, 558, 526, 526, 558, 559, 527, 527, 559, 560, 528, 528, 560, 561, 529, 529, 561, 562, 530, 530, 562, 563, 531, 531, 563, 564, 532, 532, 564, 565, 533, 533, 565, 566, 534, 534, 566, 567, 535, 535, 567, 568, 536, 536, 568, 569, 537, 537, 569, 570, 538, 538, 570, 571, 539, 539, 571, 572, 540, 540, 572, 573, 541, 541, 573, 574, 542, 542, 574, 575, 543, 543, 575, 544, 512, 544, 576, 577, 545, 545, 577, 578, 546, 546, 578, 579, 547, 547, 579, 580, 548, 548, 580, 581, 549, 549, 581, 582, 550, 550, 582, 583, 551, 551, 583, 584, 552, 552, 584, 585, 553, 553, 585, 586, 554, 554, 586, 587, 555, 555, 587, 588, 556, 556, 588, 589, 557, 557, 589, 590, 558, 558, 590, 591, 559, 559, 591, 592, 560, 560, 592, 593, 561, 561, 593, 594, 562, 562, 594, 595, 563, 563, 595, 596, 564, 564, 596, 597, 565, 565, 597, 598, 566, 566, 598, 599, 567, 567, 599, 600, 568, 568, 600, 601, 569, 569, 601, 602, 570, 570, 602, 603, 571, 571, 603, 604, 572, 572, 604, 605, 573, 573, 605, 606, 574, 574, 606, 607, 575, 575, 607, 576, 544, 576, 608, 609, 577, 577, 609, 610, 578, 578, 610, 611, 579, 579, 611, 612, 580, 580, 612, 613, 581, 581, 613, 614, 582, 582, 614, 615, 583, 583, 615, 616, 584, 584, 616, 617, 585, 585, 617, 618, 586, 586, 618, 619, 587, 587, 619, 620, 588, 588, 620, 621, 589, 589, 621, 622, 590, 590, 622, 623, 591, 591, 623, 624, 592, 592, 624, 625, 593, 593, 625, 626, 594, 594, 626, 627, 595, 595, 627, 628, 596, 596, 628, 629, 597, 597, 629, 630, 598, 598, 630, 631, 599, 599, 631, 632, 600, 600, 632, 633, 601, 601, 633, 634, 602, 602, 634, 635, 603, 603, 635, 636, 604, 604, 636, 637, 605, 605, 637, 638, 606, 606, 638, 639, 607, 607, 639, 608, 576, 608, 640, 641, 609, 609, 641, 642, 610, 610, 642, 643, 611, 611, 643, 644, 612, 612, 644, 645, 613, 613, 645, 646, 614, 614, 646, 647, 615, 615, 647, 648, 616, 616, 648, 649, 617, 617, 649, 650, 618, 618, 650, 651, 619, 619, 651, 652, 620, 620, 652, 653, 621, 621, 653, 654, 622, 622, 654, 655, 623, 623, 655, 656, 624, 624, 656, 657, 625, 625, 657, 658, 626, 626, 658, 659, 627, 627, 659, 660, 628, 628, 660, 661, 629, 629, 661, 662, 630, 630, 662, 663, 631, 631, 663, 664, 632, 632, 664, 665, 633, 633, 665, 666, 634, 634, 666, 667, 635, 635, 667, 668, 636, 636, 668, 669, 637, 637, 669, 670, 638, 638, 670, 671, 639, 639, 671, 640, 608, 640, 672, 673, 641, 641, 673, 674, 642, 642, 674, 675, 643, 643, 675, 676, 644, 644, 676, 677, 645, 645, 677, 678, 646, 646, 678, 679, 647, 647, 679, 680, 648, 648, 680, 681, 649, 649, 681, 682, 650, 650, 682, 683, 651, 651, 683, 684, 652, 652, 684, 685, 653, 653, 685, 686, 654, 654, 686, 687, 655, 655, 687, 688, 656, 656, 688, 689, 657, 657, 689, 690, 658, 658, 690, 691, 659, 659, 691, 692, 660, 660, 692, 693, 661, 661, 693, 694, 662, 662, 694, 695, 663, 663, 695, 696, 664, 664, 696, 697, 665, 665, 697, 698, 666, 666, 698, 699, 667, 667, 699, 700, 668, 668, 700, 701, 669, 669, 701, 702, 670, 670, 702, 703, 671, 671, 703, 672, 640, 672, 704, 705, 673, 673, 705, 706, 674, 674, 706, 707, 675, 675, 707, 708, 676, 676, 708, 709, 677, 677, 709, 710, 678, 678, 710, 711, 679, 679, 711, 712, 680, 680, 712, 713, 681, 681, 713, 714, 682, 682, 714, 715, 683, 683, 715, 716, 684, 684, 716, 717, 685, 685, 717, 718, 686, 686, 718, 719, 687, 687, 719, 720, 688, 688, 720, 721, 689, 689, 721, 722, 690, 690, 722, 723, 691, 691, 723, 724, 692, 692, 724, 725, 693, 693, 725, 726, 694, 694, 726, 727, 695, 695, 727, 728, 696, 696, 728, 729, 697, 697, 729, 730, 698, 698, 730, 731, 699, 699, 731, 732, 700, 700, 732, 733, 701, 701, 733, 734, 702, 702, 734, 735, 703, 703, 735, 704, 672, 704, 736, 737, 705, 705, 737, 738, 706, 706, 738, 739, 707, 707, 739, 740, 708, 708, 740, 741, 709, 709, 741, 742, 710, 710, 742, 743, 711, 711, 743, 744, 712, 712, 744, 745, 713, 713, 745, 746, 714, 714, 746, 747, 715, 715, 747, 748, 716, 716, 748, 749, 717, 717, 749, 750, 718, 718, 750, 751, 719, 719, 751, 752, 720, 720, 752, 753, 721, 721, 753, 754, 722, 722, 754, 755, 723, 723, 755, 756, 724, 724, 756, 757, 725, 725, 757, 758, 726, 726, 758, 759, 727, 727, 759, 760, 728, 728, 760, 761, 729, 729, 761, 762, 730, 730, 762, 763, 731, 731, 763, 764, 732, 732, 764, 765, 733, 733, 765, 766, 734, 734, 766, 767, 735, 735, 767, 736, 704, 736, 768, 769, 737, 737, 769, 770, 738, 738, 770, 771, 739, 739, 771, 772, 740, 740, 772, 773, 741, 741, 773, 774, 742, 742, 774, 775, 743, 743, 775, 776, 744, 744, 776, 777, 745, 745, 777, 778, 746, 746, 778, 779, 747, 747, 779, 780, 748, 748, 780, 781, 749, 749, 781, 782, 750, 750, 782, 783, 751, 751, 783, 784, 752, 752, 784, 785, 753, 753, 785, 786, 754, 754, 786, 787, 755, 755, 787, 788, 756, 756, 788, 789, 757, 757, 789, 790, 758, 758, 790, 791, 759, 759, 791, 792, 760, 760, 792, 793, 761, 761, 793, 794, 762, 762, 794, 795, 763, 763, 795, 796, 764, 764, 796, 797, 765, 765, 797, 798, 766, 766, 798, 799, 767, 767, 799, 768, 736, 768, 800, 801, 769, 769, 801, 802, 770, 770, 802, 803, 771, 771, 803, 804, 772, 772, 804, 805, 773, 773, 805, 806, 774, 774, 806, 807, 775, 775, 807, 808, 776, 776, 808, 809, 777, 777, 809, 810, 778, 778, 810, 811, 779, 779, 811, 812, 780, 780, 812, 813, 781, 781, 813, 814, 782, 782, 814, 815, 783, 783, 815, 816, 784, 784, 816, 817, 785, 785, 817, 818, 786, 786, 818, 819, 787, 787, 819, 820, 788, 788, 820, 821, 789, 789, 821, 822, 790, 790, 822, 823, 791, 791, 823, 824, 792, 792, 824, 825, 793, 793, 825, 826, 794, 794, 826, 827, 795, 795, 827, 828, 796, 796, 828, 829, 797, 797, 829, 830, 798, 798, 830, 831, 799, 799, 831, 800, 768, 800, 832, 833, 801, 801, 833, 834, 802, 802, 834, 835, 803, 803, 835, 836, 804, 804, 836, 837, 805, 805, 837, 838, 806, 806, 838, 839, 807, 807, 839, 840, 808, 808, 840, 841, 809, 809, 841, 842, 810, 810, 842, 843, 811, 811, 843, 844, 812, 812, 844, 845, 813, 813, 845, 846, 814, 814, 846, 847, 815, 815, 847, 848, 816, 816, 848, 849, 817, 817, 849, 850, 818, 818, 850, 851, 819, 819, 851, 852, 820, 820, 852, 853, 821, 821, 853, 854, 822, 822, 854, 855, 823, 823, 855, 856, 824, 824, 856, 857, 825, 825, 857, 858, 826, 826, 858, 859, 827, 827, 859, 860, 828, 828, 860, 861, 829, 829, 861, 862, 830, 830, 862, 863, 831, 831, 863, 832, 800, 832, 864, 865, 833, 833, 865, 866, 834, 834, 866, 867, 835, 835, 867, 868, 836, 836, 868, 869, 837, 837, 869, 870, 838, 838, 870, 871, 839, 839, 871, 872, 840, 840, 872, 873, 841, 841, 873, 874, 842, 842, 874, 875, 843, 843, 875, 876, 844, 844, 876, 877, 845, 845, 877, 878, 846, 846, 878, 879, 847, 847, 879, 880, 848, 848, 880, 881, 849, 849, 881, 882, 850, 850, 882, 883, 851, 851, 883, 884, 852, 852, 884, 885, 853, 853, 885, 886, 854, 854, 886, 887, 855, 855, 887, 888, 856, 856, 888, 889, 857, 857, 889, 890, 858, 858, 890, 891, 859, 859, 891, 892, 860, 860, 892, 893, 861, 861, 893, 894, 862, 862, 894, 895, 863, 863, 895, 864, 832, 864, 896, 897, 865, 865, 897, 898, 866, 866, 898, 899, 867, 867, 899, 900, 868, 868, 900, 901, 869, 869, 901, 902, 870, 870, 902, 903, 871, 871, 903, 904, 872, 872, 904, 905, 873, 873, 905, 906, 874, 874, 906, 907, 875, 875, 907, 908, 876, 876, 908, 909, 877, 877, 909, 910, 878, 878, 910, 911, 879, 879, 911, 912, 880, 880, 912, 913, 881, 881, 913, 914, 882, 882, 914, 915, 883, 883, 915, 916, 884, 884, 916, 917, 885, 885, 917, 918, 886, 886, 918, 919, 887, 887, 919, 920, 888, 888, 920, 921, 889, 889, 921, 922, 890, 890, 922, 923, 891, 891, 923, 924, 892, 892, 924, 925, 893, 893, 925, 926, 894, 894, 926, 927, 895, 895, 927, 896, 864, 896, 928, 929, 897, 897, 929, 930, 898, 898, 930, 931, 899, 899, 931, 932, 900, 900, 932, 933, 901, 901, 933, 934, 902, 902, 934, 935, 903, 903, 935, 936, 904, 904, 936, 937, 905, 905, 937, 938, 906, 906, 938, 939, 907, 907, 939, 940, 908, 908, 940, 941, 909, 909, 941, 942, 910, 910, 942, 943, 911, 911, 943, 944, 912, 912, 944, 945, 913, 913, 945, 946, 914, 914, 946, 947, 915, 915, 947, 948, 916, 916, 948, 949, 917, 917, 949, 950, 918, 918, 950, 951, 919, 919, 951, 952, 920, 920, 952, 953, 921, 921, 953, 954, 922, 922, 954, 955, 923, 923, 955, 956, 924, 924, 956, 957, 925, 925, 957, 958, 926, 926, 958, 959, 927, 927, 959, 928, 896, 928, 960, 961, 929, 929, 961, 962, 930, 930, 962, 963, 931, 931, 963, 964, 932, 932, 964, 965, 933, 933, 965, 966, 934, 934, 966, 967, 935, 935, 967, 968, 936, 936, 968, 969, 937, 937, 969, 970, 938, 938, 970, 971, 939, 939, 971, 972, 940, 940, 972, 973, 941, 941, 973, 974, 942, 942, 974, 975, 943, 943, 975, 976, 944, 944, 976, 977, 945, 945, 977, 978, 946, 946, 978, 979, 947, 947, 979, 980, 948, 948, 980, 981, 949, 949, 981, 982, 950, 950, 982, 983, 951, 951, 983, 984, 952, 952, 984, 985, 953, 953, 985, 986, 954, 954, 986, 987, 955, 955, 987, 988, 956, 956, 988, 989, 957, 957, 989, 990, 958, 958, 990, 991, 959, 959, 991, 960, 928, 960, 992, 993, 961, 961, 993, 994, 962, 962, 994, 995, 963, 963, 995, 996, 964, 964, 996, 997, 965, 965, 997, 998, 966, 966, 998, 999, 967, 967, 999, 1000, 968, 968, 1000, 1001, 969, 969, 1001, 1002, 970, 970, 1002, 1003, 971, 971, 1003, 1004, 972, 972, 1004, 1005, 973, 973, 1005, 1006, 974, 974, 1006, 1007, 975, 975, 1007, 1008, 976, 976, 1008, 1009, 977, 977, 1009, 1010, 978, 978, 1010, 1011, 979, 979, 1011, 1012, 980, 980, 1012, 1013, 981, 981, 1013, 1014, 982, 982, 1014, 1015, 983, 983, 1015, 1016, 984, 984, 1016, 1017, 985, 985, 1017, 1018, 986, 986, 1018, 1019, 987, 987, 1019, 1020, 988, 988, 1020, 1021, 989, 989, 1021, 1022, 990, 990, 1022, 1023, 991, 991, 1023, 992, 960, 992, 0, 1, 993, 993, 1, 2, 994, 994, 2, 3, 995, 995, 3, 4, 996, 996, 4, 5, 997, 997, 5, 6, 998, 998, 6, 7, 999, 999, 7, 8, 1000, 1000, 8, 9, 1001, 1001, 9, 10, 1002, 1002, 10, 11, 1003, 1003, 11, 12, 1004, 1004, 12, 13, 1005, 1005, 13, 14, 1006, 1006, 14, 15, 1007, 1007, 15, 16, 1008, 1008, 16, 17, 1009, 1009, 17, 18, 1010, 1010, 18, 19, 1011, 1011, 19, 20, 1012, 1012, 20, 21, 1013, 1013, 21, 22, 1014, 1014, 22, 23, 1015, 1015, 23, 24, 1016, 1016, 24, 25, 1017, 1017, 25, 26, 1018, 1018, 26, 27, 1019, 1019, 27, 28, 1020, 1020, 28, 29, 1021, 1021, 29, 30, 1022, 1022, 30, 31, 1023, 1023, 31, 0, 992] normal3f[] normals = [(0, -1, 0), (0.19509034, -0.9807853, 0), (0.19134173, -0.9807853, 0.038060237), (0, -1, 0), (0, -1, 0), (0.19134173, -0.9807853, 0.038060237), (0.18023998, -0.9807853, 0.07465784), (0, -1, 0), (0, -1, 0), (0.18023998, -0.9807853, 0.07465784), (0.16221169, -0.9807853, 0.10838638), (0, -1, 0), (0, -1, 0), (0.16221169, -0.9807853, 0.10838638), (0.1379497, -0.9807853, 0.1379497), (0, -1, 0), (0, -1, 0), (0.1379497, -0.9807853, 0.1379497), (0.10838638, -0.9807853, 0.16221169), (0, -1, 0), (0, -1, 0), (0.10838638, -0.9807853, 0.16221169), (0.07465784, -0.9807853, 0.18023998), (0, -1, 0), (0, -1, 0), (0.07465784, -0.9807853, 0.18023998), (0.038060237, -0.9807853, 0.19134173), (0, -1, 0), (0, -1, 0), (0.038060237, -0.9807853, 0.19134173), (1.1945838e-17, -0.9807853, 0.19509034), (0, -1, 0), (0, -1, 0), (1.1945838e-17, -0.9807853, 0.19509034), (-0.038060237, -0.9807853, 0.19134173), (0, -1, 0), (0, -1, 0), (-0.038060237, -0.9807853, 0.19134173), (-0.07465784, -0.9807853, 0.18023998), (0, -1, 0), (0, -1, 0), (-0.07465784, -0.9807853, 0.18023998), (-0.10838638, -0.9807853, 0.16221169), (0, -1, 0), (0, -1, 0), (-0.10838638, -0.9807853, 0.16221169), (-0.1379497, -0.9807853, 0.1379497), (0, -1, 0), (0, -1, 0), (-0.1379497, -0.9807853, 0.1379497), (-0.16221169, -0.9807853, 0.10838638), (0, -1, 0), (0, -1, 0), (-0.16221169, -0.9807853, 0.10838638), (-0.18023998, -0.9807853, 0.07465784), (0, -1, 0), (0, -1, 0), (-0.18023998, -0.9807853, 0.07465784), (-0.19134173, -0.9807853, 0.038060237), (0, -1, 0), (0, -1, 0), (-0.19134173, -0.9807853, 0.038060237), (-0.19509034, -0.9807853, 2.3891676e-17), (0, -1, 0), (0, -1, 0), (-0.19509034, -0.9807853, 2.3891676e-17), (-0.19134173, -0.9807853, -0.038060237), (0, -1, 0), (0, -1, 0), (-0.19134173, -0.9807853, -0.038060237), (-0.18023998, -0.9807853, -0.07465784), (0, -1, 0), (0, -1, 0), (-0.18023998, -0.9807853, -0.07465784), (-0.16221169, -0.9807853, -0.10838638), (0, -1, 0), (0, -1, 0), (-0.16221169, -0.9807853, -0.10838638), (-0.1379497, -0.9807853, -0.1379497), (0, -1, 0), (0, -1, 0), (-0.1379497, -0.9807853, -0.1379497), (-0.10838638, -0.9807853, -0.16221169), (0, -1, 0), (0, -1, 0), (-0.10838638, -0.9807853, -0.16221169), (-0.07465784, -0.9807853, -0.18023998), (0, -1, 0), (0, -1, 0), (-0.07465784, -0.9807853, -0.18023998), (-0.038060237, -0.9807853, -0.19134173), (0, -1, 0), (0, -1, 0), (-0.038060237, -0.9807853, -0.19134173), (-3.5837514e-17, -0.9807853, -0.19509034), (0, -1, 0), (0, -1, 0), (-3.5837514e-17, -0.9807853, -0.19509034), (0.038060237, -0.9807853, -0.19134173), (0, -1, 0), (0, -1, 0), (0.038060237, -0.9807853, -0.19134173), (0.07465784, -0.9807853, -0.18023998), (0, -1, 0), (0, -1, 0), (0.07465784, -0.9807853, -0.18023998), (0.10838638, -0.9807853, -0.16221169), (0, -1, 0), (0, -1, 0), (0.10838638, -0.9807853, -0.16221169), (0.1379497, -0.9807853, -0.1379497), (0, -1, 0), (0, -1, 0), (0.1379497, -0.9807853, -0.1379497), (0.16221169, -0.9807853, -0.10838638), (0, -1, 0), (0, -1, 0), (0.16221169, -0.9807853, -0.10838638), (0.18023998, -0.9807853, -0.07465784), (0, -1, 0), (0, -1, 0), (0.18023998, -0.9807853, -0.07465784), (0.19134173, -0.9807853, -0.038060237), (0, -1, 0), (0, -1, 0), (0.19134173, -0.9807853, -0.038060237), (0.19509034, -0.9807853, 0), (0, -1, 0), (0.19509034, -0.9807853, 0), (0.38268346, -0.92387956, 0), (0.3753303, -0.92387956, 0.07465784), (0.19134173, -0.9807853, 0.038060237), (0.19134173, -0.9807853, 0.038060237), (0.3753303, -0.92387956, 0.07465784), (0.3535534, -0.92387956, 0.14644663), (0.18023998, -0.9807853, 0.07465784), (0.18023998, -0.9807853, 0.07465784), (0.3535534, -0.92387956, 0.14644663), (0.31818968, -0.92387956, 0.21260753), (0.16221169, -0.9807853, 0.10838638), (0.16221169, -0.9807853, 0.10838638), (0.31818968, -0.92387956, 0.21260753), (0.27059808, -0.92387956, 0.27059808), (0.1379497, -0.9807853, 0.1379497), (0.1379497, -0.9807853, 0.1379497), (0.27059808, -0.92387956, 0.27059808), (0.21260753, -0.92387956, 0.31818968), (0.10838638, -0.9807853, 0.16221169), (0.10838638, -0.9807853, 0.16221169), (0.21260753, -0.92387956, 0.31818968), (0.14644663, -0.92387956, 0.3535534), (0.07465784, -0.9807853, 0.18023998), (0.07465784, -0.9807853, 0.18023998), (0.14644663, -0.92387956, 0.3535534), (0.074657835, -0.9238795, 0.37533027), (0.038060237, -0.9807853, 0.19134173), (0.038060237, -0.9807853, 0.19134173), (0.074657835, -0.9238795, 0.37533027), (2.3432604e-17, -0.92387956, 0.38268346), (1.1945838e-17, -0.9807853, 0.19509034), (1.1945838e-17, -0.9807853, 0.19509034), (2.3432604e-17, -0.92387956, 0.38268346), (-0.074657835, -0.9238795, 0.37533027), (-0.038060237, -0.9807853, 0.19134173), (-0.038060237, -0.9807853, 0.19134173), (-0.074657835, -0.9238795, 0.37533027), (-0.14644663, -0.92387956, 0.3535534), (-0.07465784, -0.9807853, 0.18023998), (-0.07465784, -0.9807853, 0.18023998), (-0.14644663, -0.92387956, 0.3535534), (-0.21260753, -0.92387956, 0.31818968), (-0.10838638, -0.9807853, 0.16221169), (-0.10838638, -0.9807853, 0.16221169), (-0.21260753, -0.92387956, 0.31818968), (-0.27059808, -0.92387956, 0.27059808), (-0.1379497, -0.9807853, 0.1379497), (-0.1379497, -0.9807853, 0.1379497), (-0.27059808, -0.92387956, 0.27059808), (-0.31818968, -0.92387956, 0.21260753), (-0.16221169, -0.9807853, 0.10838638), (-0.16221169, -0.9807853, 0.10838638), (-0.31818968, -0.92387956, 0.21260753), (-0.3535534, -0.92387956, 0.14644663), (-0.18023998, -0.9807853, 0.07465784), (-0.18023998, -0.9807853, 0.07465784), (-0.3535534, -0.92387956, 0.14644663), (-0.3753303, -0.92387956, 0.07465784), (-0.19134173, -0.9807853, 0.038060237), (-0.19134173, -0.9807853, 0.038060237), (-0.3753303, -0.92387956, 0.07465784), (-0.38268346, -0.92387956, 4.6865208e-17), (-0.19509034, -0.9807853, 2.3891676e-17), (-0.19509034, -0.9807853, 2.3891676e-17), (-0.38268346, -0.92387956, 4.6865208e-17), (-0.3753303, -0.92387956, -0.07465784), (-0.19134173, -0.9807853, -0.038060237), (-0.19134173, -0.9807853, -0.038060237), (-0.3753303, -0.92387956, -0.07465784), (-0.3535534, -0.92387956, -0.14644663), (-0.18023998, -0.9807853, -0.07465784), (-0.18023998, -0.9807853, -0.07465784), (-0.3535534, -0.92387956, -0.14644663), (-0.31818968, -0.92387956, -0.21260753), (-0.16221169, -0.9807853, -0.10838638), (-0.16221169, -0.9807853, -0.10838638), (-0.31818968, -0.92387956, -0.21260753), (-0.27059808, -0.92387956, -0.27059808), (-0.1379497, -0.9807853, -0.1379497), (-0.1379497, -0.9807853, -0.1379497), (-0.27059808, -0.92387956, -0.27059808), (-0.21260753, -0.92387956, -0.31818968), (-0.10838638, -0.9807853, -0.16221169), (-0.10838638, -0.9807853, -0.16221169), (-0.21260753, -0.92387956, -0.31818968), (-0.14644663, -0.92387956, -0.3535534), (-0.07465784, -0.9807853, -0.18023998), (-0.07465784, -0.9807853, -0.18023998), (-0.14644663, -0.92387956, -0.3535534), (-0.074657835, -0.9238795, -0.37533027), (-0.038060237, -0.9807853, -0.19134173), (-0.038060237, -0.9807853, -0.19134173), (-0.074657835, -0.9238795, -0.37533027), (-7.029781e-17, -0.92387956, -0.38268346), (-3.5837514e-17, -0.9807853, -0.19509034), (-3.5837514e-17, -0.9807853, -0.19509034), (-7.029781e-17, -0.92387956, -0.38268346), (0.074657835, -0.9238795, -0.37533027), (0.038060237, -0.9807853, -0.19134173), (0.038060237, -0.9807853, -0.19134173), (0.074657835, -0.9238795, -0.37533027), (0.14644663, -0.92387956, -0.3535534), (0.07465784, -0.9807853, -0.18023998), (0.07465784, -0.9807853, -0.18023998), (0.14644663, -0.92387956, -0.3535534), (0.21260753, -0.92387956, -0.31818968), (0.10838638, -0.9807853, -0.16221169), (0.10838638, -0.9807853, -0.16221169), (0.21260753, -0.92387956, -0.31818968), (0.27059808, -0.92387956, -0.27059808), (0.1379497, -0.9807853, -0.1379497), (0.1379497, -0.9807853, -0.1379497), (0.27059808, -0.92387956, -0.27059808), (0.31818968, -0.92387956, -0.21260753), (0.16221169, -0.9807853, -0.10838638), (0.16221169, -0.9807853, -0.10838638), (0.31818968, -0.92387956, -0.21260753), (0.3535534, -0.92387956, -0.14644663), (0.18023998, -0.9807853, -0.07465784), (0.18023998, -0.9807853, -0.07465784), (0.3535534, -0.92387956, -0.14644663), (0.3753303, -0.92387956, -0.07465784), (0.19134173, -0.9807853, -0.038060237), (0.19134173, -0.9807853, -0.038060237), (0.3753303, -0.92387956, -0.07465784), (0.38268346, -0.92387956, 0), (0.19509034, -0.9807853, 0), (0.38268346, -0.92387956, 0), (0.55557024, -0.8314696, 0), (0.5448951, -0.8314696, 0.108386375), (0.3753303, -0.92387956, 0.07465784), (0.3753303, -0.92387956, 0.07465784), (0.5448951, -0.8314696, 0.108386375), (0.51328, -0.8314696, 0.21260752), (0.3535534, -0.92387956, 0.14644663), (0.3535534, -0.92387956, 0.14644663), (0.51328, -0.8314696, 0.21260752), (0.46193978, -0.83146966, 0.3086583), (0.31818968, -0.92387956, 0.21260753), (0.31818968, -0.92387956, 0.21260753), (0.46193978, -0.83146966, 0.3086583), (0.3928475, -0.83146966, 0.3928475), (0.27059808, -0.92387956, 0.27059808), (0.27059808, -0.92387956, 0.27059808), (0.3928475, -0.83146966, 0.3928475), (0.3086583, -0.83146966, 0.46193978), (0.21260753, -0.92387956, 0.31818968), (0.21260753, -0.92387956, 0.31818968), (0.3086583, -0.83146966, 0.46193978), (0.21260752, -0.8314696, 0.51328), (0.14644663, -0.92387956, 0.3535534), (0.14644663, -0.92387956, 0.3535534), (0.21260752, -0.8314696, 0.51328), (0.108386375, -0.8314696, 0.5448951), (0.074657835, -0.9238795, 0.37533027), (0.074657835, -0.9238795, 0.37533027), (0.108386375, -0.8314696, 0.5448951), (3.4018865e-17, -0.8314696, 0.55557024), (2.3432604e-17, -0.92387956, 0.38268346), (2.3432604e-17, -0.92387956, 0.38268346), (3.4018865e-17, -0.8314696, 0.55557024), (-0.108386375, -0.8314696, 0.5448951), (-0.074657835, -0.9238795, 0.37533027), (-0.074657835, -0.9238795, 0.37533027), (-0.108386375, -0.8314696, 0.5448951), (-0.21260752, -0.8314696, 0.51328), (-0.14644663, -0.92387956, 0.3535534), (-0.14644663, -0.92387956, 0.3535534), (-0.21260752, -0.8314696, 0.51328), (-0.3086583, -0.83146966, 0.46193978), (-0.21260753, -0.92387956, 0.31818968), (-0.21260753, -0.92387956, 0.31818968), (-0.3086583, -0.83146966, 0.46193978), (-0.3928475, -0.83146966, 0.3928475), (-0.27059808, -0.92387956, 0.27059808), (-0.27059808, -0.92387956, 0.27059808), (-0.3928475, -0.83146966, 0.3928475), (-0.46193978, -0.83146966, 0.3086583), (-0.31818968, -0.92387956, 0.21260753), (-0.31818968, -0.92387956, 0.21260753), (-0.46193978, -0.83146966, 0.3086583), (-0.51328, -0.8314696, 0.21260752), (-0.3535534, -0.92387956, 0.14644663), (-0.3535534, -0.92387956, 0.14644663), (-0.51328, -0.8314696, 0.21260752), (-0.5448951, -0.8314696, 0.108386375), (-0.3753303, -0.92387956, 0.07465784), (-0.3753303, -0.92387956, 0.07465784), (-0.5448951, -0.8314696, 0.108386375), (-0.55557024, -0.8314696, 6.803773e-17), (-0.38268346, -0.92387956, 4.6865208e-17), (-0.38268346, -0.92387956, 4.6865208e-17), (-0.55557024, -0.8314696, 6.803773e-17), (-0.5448951, -0.8314696, -0.108386375), (-0.3753303, -0.92387956, -0.07465784), (-0.3753303, -0.92387956, -0.07465784), (-0.5448951, -0.8314696, -0.108386375), (-0.51328, -0.8314696, -0.21260752), (-0.3535534, -0.92387956, -0.14644663), (-0.3535534, -0.92387956, -0.14644663), (-0.51328, -0.8314696, -0.21260752), (-0.46193978, -0.83146966, -0.3086583), (-0.31818968, -0.92387956, -0.21260753), (-0.31818968, -0.92387956, -0.21260753), (-0.46193978, -0.83146966, -0.3086583), (-0.3928475, -0.83146966, -0.3928475), (-0.27059808, -0.92387956, -0.27059808), (-0.27059808, -0.92387956, -0.27059808), (-0.3928475, -0.83146966, -0.3928475), (-0.3086583, -0.83146966, -0.46193978), (-0.21260753, -0.92387956, -0.31818968), (-0.21260753, -0.92387956, -0.31818968), (-0.3086583, -0.83146966, -0.46193978), (-0.21260752, -0.8314696, -0.51328), (-0.14644663, -0.92387956, -0.3535534), (-0.14644663, -0.92387956, -0.3535534), (-0.21260752, -0.8314696, -0.51328), (-0.108386375, -0.8314696, -0.5448951), (-0.074657835, -0.9238795, -0.37533027), (-0.074657835, -0.9238795, -0.37533027), (-0.108386375, -0.8314696, -0.5448951), (-1.020566e-16, -0.8314696, -0.55557024), (-7.029781e-17, -0.92387956, -0.38268346), (-7.029781e-17, -0.92387956, -0.38268346), (-1.020566e-16, -0.8314696, -0.55557024), (0.108386375, -0.8314696, -0.5448951), (0.074657835, -0.9238795, -0.37533027), (0.074657835, -0.9238795, -0.37533027), (0.108386375, -0.8314696, -0.5448951), (0.21260752, -0.8314696, -0.51328), (0.14644663, -0.92387956, -0.3535534), (0.14644663, -0.92387956, -0.3535534), (0.21260752, -0.8314696, -0.51328), (0.3086583, -0.83146966, -0.46193978), (0.21260753, -0.92387956, -0.31818968), (0.21260753, -0.92387956, -0.31818968), (0.3086583, -0.83146966, -0.46193978), (0.3928475, -0.83146966, -0.3928475), (0.27059808, -0.92387956, -0.27059808), (0.27059808, -0.92387956, -0.27059808), (0.3928475, -0.83146966, -0.3928475), (0.46193978, -0.83146966, -0.3086583), (0.31818968, -0.92387956, -0.21260753), (0.31818968, -0.92387956, -0.21260753), (0.46193978, -0.83146966, -0.3086583), (0.51328, -0.8314696, -0.21260752), (0.3535534, -0.92387956, -0.14644663), (0.3535534, -0.92387956, -0.14644663), (0.51328, -0.8314696, -0.21260752), (0.5448951, -0.8314696, -0.108386375), (0.3753303, -0.92387956, -0.07465784), (0.3753303, -0.92387956, -0.07465784), (0.5448951, -0.8314696, -0.108386375), (0.55557024, -0.8314696, 0), (0.38268346, -0.92387956, 0), (0.55557024, -0.8314696, 0), (0.7071068, -0.7071068, 0), (0.69351995, -0.70710677, 0.13794969), (0.5448951, -0.8314696, 0.108386375), (0.5448951, -0.8314696, 0.108386375), (0.69351995, -0.70710677, 0.13794969), (0.6532815, -0.70710677, 0.27059805), (0.51328, -0.8314696, 0.21260752), (0.51328, -0.8314696, 0.21260752), (0.6532815, -0.70710677, 0.27059805), (0.58793783, -0.7071068, 0.3928475), (0.46193978, -0.83146966, 0.3086583), (0.46193978, -0.83146966, 0.3086583), (0.58793783, -0.7071068, 0.3928475), (0.5, -0.70710677, 0.5), (0.3928475, -0.83146966, 0.3928475), (0.3928475, -0.83146966, 0.3928475), (0.5, -0.70710677, 0.5), (0.3928475, -0.7071068, 0.58793783), (0.3086583, -0.83146966, 0.46193978), (0.3086583, -0.83146966, 0.46193978), (0.3928475, -0.7071068, 0.58793783), (0.27059805, -0.70710677, 0.6532815), (0.21260752, -0.8314696, 0.51328), (0.21260752, -0.8314696, 0.51328), (0.27059805, -0.70710677, 0.6532815), (0.13794969, -0.70710677, 0.69351995), (0.108386375, -0.8314696, 0.5448951), (0.108386375, -0.8314696, 0.5448951), (0.13794969, -0.70710677, 0.69351995), (4.3297806e-17, -0.7071068, 0.7071068), (3.4018865e-17, -0.8314696, 0.55557024), (3.4018865e-17, -0.8314696, 0.55557024), (4.3297806e-17, -0.7071068, 0.7071068), (-0.13794969, -0.70710677, 0.69351995), (-0.108386375, -0.8314696, 0.5448951), (-0.108386375, -0.8314696, 0.5448951), (-0.13794969, -0.70710677, 0.69351995), (-0.27059805, -0.70710677, 0.6532815), (-0.21260752, -0.8314696, 0.51328), (-0.21260752, -0.8314696, 0.51328), (-0.27059805, -0.70710677, 0.6532815), (-0.3928475, -0.7071068, 0.58793783), (-0.3086583, -0.83146966, 0.46193978), (-0.3086583, -0.83146966, 0.46193978), (-0.3928475, -0.7071068, 0.58793783), (-0.5, -0.70710677, 0.5), (-0.3928475, -0.83146966, 0.3928475), (-0.3928475, -0.83146966, 0.3928475), (-0.5, -0.70710677, 0.5), (-0.58793783, -0.7071068, 0.3928475), (-0.46193978, -0.83146966, 0.3086583), (-0.46193978, -0.83146966, 0.3086583), (-0.58793783, -0.7071068, 0.3928475), (-0.6532815, -0.70710677, 0.27059805), (-0.51328, -0.8314696, 0.21260752), (-0.51328, -0.8314696, 0.21260752), (-0.6532815, -0.70710677, 0.27059805), (-0.69351995, -0.70710677, 0.13794969), (-0.5448951, -0.8314696, 0.108386375), (-0.5448951, -0.8314696, 0.108386375), (-0.69351995, -0.70710677, 0.13794969), (-0.7071068, -0.7071068, 8.659561e-17), (-0.55557024, -0.8314696, 6.803773e-17), (-0.55557024, -0.8314696, 6.803773e-17), (-0.7071068, -0.7071068, 8.659561e-17), (-0.69351995, -0.70710677, -0.13794969), (-0.5448951, -0.8314696, -0.108386375), (-0.5448951, -0.8314696, -0.108386375), (-0.69351995, -0.70710677, -0.13794969), (-0.6532815, -0.70710677, -0.27059805), (-0.51328, -0.8314696, -0.21260752), (-0.51328, -0.8314696, -0.21260752), (-0.6532815, -0.70710677, -0.27059805), (-0.58793783, -0.7071068, -0.3928475), (-0.46193978, -0.83146966, -0.3086583), (-0.46193978, -0.83146966, -0.3086583), (-0.58793783, -0.7071068, -0.3928475), (-0.5, -0.70710677, -0.5), (-0.3928475, -0.83146966, -0.3928475), (-0.3928475, -0.83146966, -0.3928475), (-0.5, -0.70710677, -0.5), (-0.3928475, -0.7071068, -0.58793783), (-0.3086583, -0.83146966, -0.46193978), (-0.3086583, -0.83146966, -0.46193978), (-0.3928475, -0.7071068, -0.58793783), (-0.27059805, -0.70710677, -0.6532815), (-0.21260752, -0.8314696, -0.51328), (-0.21260752, -0.8314696, -0.51328), (-0.27059805, -0.70710677, -0.6532815), (-0.13794969, -0.70710677, -0.69351995), (-0.108386375, -0.8314696, -0.5448951), (-0.108386375, -0.8314696, -0.5448951), (-0.13794969, -0.70710677, -0.69351995), (-1.2989342e-16, -0.7071068, -0.7071068), (-1.020566e-16, -0.8314696, -0.55557024), (-1.020566e-16, -0.8314696, -0.55557024), (-1.2989342e-16, -0.7071068, -0.7071068), (0.13794969, -0.70710677, -0.69351995), (0.108386375, -0.8314696, -0.5448951), (0.108386375, -0.8314696, -0.5448951), (0.13794969, -0.70710677, -0.69351995), (0.27059805, -0.70710677, -0.6532815), (0.21260752, -0.8314696, -0.51328), (0.21260752, -0.8314696, -0.51328), (0.27059805, -0.70710677, -0.6532815), (0.3928475, -0.7071068, -0.58793783), (0.3086583, -0.83146966, -0.46193978), (0.3086583, -0.83146966, -0.46193978), (0.3928475, -0.7071068, -0.58793783), (0.5, -0.70710677, -0.5), (0.3928475, -0.83146966, -0.3928475), (0.3928475, -0.83146966, -0.3928475), (0.5, -0.70710677, -0.5), (0.58793783, -0.7071068, -0.3928475), (0.46193978, -0.83146966, -0.3086583), (0.46193978, -0.83146966, -0.3086583), (0.58793783, -0.7071068, -0.3928475), (0.6532815, -0.70710677, -0.27059805), (0.51328, -0.8314696, -0.21260752), (0.51328, -0.8314696, -0.21260752), (0.6532815, -0.70710677, -0.27059805), (0.69351995, -0.70710677, -0.13794969), (0.5448951, -0.8314696, -0.108386375), (0.5448951, -0.8314696, -0.108386375), (0.69351995, -0.70710677, -0.13794969), (0.7071068, -0.7071068, 0), (0.55557024, -0.8314696, 0), (0.7071068, -0.7071068, 0), (0.8314696, -0.55557024, 0), (0.81549317, -0.55557024, 0.16221167), (0.69351995, -0.70710677, 0.13794969), (0.69351995, -0.70710677, 0.13794969), (0.81549317, -0.55557024, 0.16221167), (0.76817775, -0.55557024, 0.31818965), (0.6532815, -0.70710677, 0.27059805), (0.6532815, -0.70710677, 0.27059805), (0.76817775, -0.55557024, 0.31818965), (0.6913417, -0.55557024, 0.46193975), (0.58793783, -0.7071068, 0.3928475), (0.58793783, -0.7071068, 0.3928475), (0.6913417, -0.55557024, 0.46193975), (0.58793783, -0.5555703, 0.58793783), (0.5, -0.70710677, 0.5), (0.5, -0.70710677, 0.5), (0.58793783, -0.5555703, 0.58793783), (0.46193975, -0.55557024, 0.6913417), (0.3928475, -0.7071068, 0.58793783), (0.3928475, -0.7071068, 0.58793783), (0.46193975, -0.55557024, 0.6913417), (0.31818965, -0.55557024, 0.76817775), (0.27059805, -0.70710677, 0.6532815), (0.27059805, -0.70710677, 0.6532815), (0.31818965, -0.55557024, 0.76817775), (0.16221167, -0.55557024, 0.81549317), (0.13794969, -0.70710677, 0.69351995), (0.13794969, -0.70710677, 0.69351995), (0.16221167, -0.55557024, 0.81549317), (5.091283e-17, -0.55557024, 0.8314696), (4.3297806e-17, -0.7071068, 0.7071068), (4.3297806e-17, -0.7071068, 0.7071068), (5.091283e-17, -0.55557024, 0.8314696), (-0.16221167, -0.55557024, 0.81549317), (-0.13794969, -0.70710677, 0.69351995), (-0.13794969, -0.70710677, 0.69351995), (-0.16221167, -0.55557024, 0.81549317), (-0.31818965, -0.55557024, 0.76817775), (-0.27059805, -0.70710677, 0.6532815), (-0.27059805, -0.70710677, 0.6532815), (-0.31818965, -0.55557024, 0.76817775), (-0.46193975, -0.55557024, 0.6913417), (-0.3928475, -0.7071068, 0.58793783), (-0.3928475, -0.7071068, 0.58793783), (-0.46193975, -0.55557024, 0.6913417), (-0.58793783, -0.5555703, 0.58793783), (-0.5, -0.70710677, 0.5), (-0.5, -0.70710677, 0.5), (-0.58793783, -0.5555703, 0.58793783), (-0.6913417, -0.55557024, 0.46193975), (-0.58793783, -0.7071068, 0.3928475), (-0.58793783, -0.7071068, 0.3928475), (-0.6913417, -0.55557024, 0.46193975), (-0.76817775, -0.55557024, 0.31818965), (-0.6532815, -0.70710677, 0.27059805), (-0.6532815, -0.70710677, 0.27059805), (-0.76817775, -0.55557024, 0.31818965), (-0.81549317, -0.55557024, 0.16221167), (-0.69351995, -0.70710677, 0.13794969), (-0.69351995, -0.70710677, 0.13794969), (-0.81549317, -0.55557024, 0.16221167), (-0.8314696, -0.55557024, 1.0182566e-16), (-0.7071068, -0.7071068, 8.659561e-17), (-0.7071068, -0.7071068, 8.659561e-17), (-0.8314696, -0.55557024, 1.0182566e-16), (-0.81549317, -0.55557024, -0.16221167), (-0.69351995, -0.70710677, -0.13794969), (-0.69351995, -0.70710677, -0.13794969), (-0.81549317, -0.55557024, -0.16221167), (-0.76817775, -0.55557024, -0.31818965), (-0.6532815, -0.70710677, -0.27059805), (-0.6532815, -0.70710677, -0.27059805), (-0.76817775, -0.55557024, -0.31818965), (-0.6913417, -0.55557024, -0.46193975), (-0.58793783, -0.7071068, -0.3928475), (-0.58793783, -0.7071068, -0.3928475), (-0.6913417, -0.55557024, -0.46193975), (-0.58793783, -0.5555703, -0.58793783), (-0.5, -0.70710677, -0.5), (-0.5, -0.70710677, -0.5), (-0.58793783, -0.5555703, -0.58793783), (-0.46193975, -0.55557024, -0.6913417), (-0.3928475, -0.7071068, -0.58793783), (-0.3928475, -0.7071068, -0.58793783), (-0.46193975, -0.55557024, -0.6913417), (-0.31818965, -0.55557024, -0.76817775), (-0.27059805, -0.70710677, -0.6532815), (-0.27059805, -0.70710677, -0.6532815), (-0.31818965, -0.55557024, -0.76817775), (-0.16221167, -0.55557024, -0.81549317), (-0.13794969, -0.70710677, -0.69351995), (-0.13794969, -0.70710677, -0.69351995), (-0.16221167, -0.55557024, -0.81549317), (-1.5273849e-16, -0.55557024, -0.8314696), (-1.2989342e-16, -0.7071068, -0.7071068), (-1.2989342e-16, -0.7071068, -0.7071068), (-1.5273849e-16, -0.55557024, -0.8314696), (0.16221167, -0.55557024, -0.81549317), (0.13794969, -0.70710677, -0.69351995), (0.13794969, -0.70710677, -0.69351995), (0.16221167, -0.55557024, -0.81549317), (0.31818965, -0.55557024, -0.76817775), (0.27059805, -0.70710677, -0.6532815), (0.27059805, -0.70710677, -0.6532815), (0.31818965, -0.55557024, -0.76817775), (0.46193975, -0.55557024, -0.6913417), (0.3928475, -0.7071068, -0.58793783), (0.3928475, -0.7071068, -0.58793783), (0.46193975, -0.55557024, -0.6913417), (0.58793783, -0.5555703, -0.58793783), (0.5, -0.70710677, -0.5), (0.5, -0.70710677, -0.5), (0.58793783, -0.5555703, -0.58793783), (0.6913417, -0.55557024, -0.46193975), (0.58793783, -0.7071068, -0.3928475), (0.58793783, -0.7071068, -0.3928475), (0.6913417, -0.55557024, -0.46193975), (0.76817775, -0.55557024, -0.31818965), (0.6532815, -0.70710677, -0.27059805), (0.6532815, -0.70710677, -0.27059805), (0.76817775, -0.55557024, -0.31818965), (0.81549317, -0.55557024, -0.16221167), (0.69351995, -0.70710677, -0.13794969), (0.69351995, -0.70710677, -0.13794969), (0.81549317, -0.55557024, -0.16221167), (0.8314696, -0.55557024, 0), (0.7071068, -0.7071068, 0), (0.8314696, -0.55557024, 0), (0.92387956, -0.38268346, 0), (0.90612745, -0.38268343, 0.18023996), (0.81549317, -0.55557024, 0.16221167), (0.81549317, -0.55557024, 0.16221167), (0.90612745, -0.38268343, 0.18023996), (0.8535534, -0.38268343, 0.35355338), (0.76817775, -0.55557024, 0.31818965), (0.76817775, -0.55557024, 0.31818965), (0.8535534, -0.38268343, 0.35355338), (0.76817775, -0.38268343, 0.51328), (0.6913417, -0.55557024, 0.46193975), (0.6913417, -0.55557024, 0.46193975), (0.76817775, -0.38268343, 0.51328), (0.6532815, -0.38268343, 0.6532815), (0.58793783, -0.5555703, 0.58793783), (0.58793783, -0.5555703, 0.58793783), (0.6532815, -0.38268343, 0.6532815), (0.51328, -0.38268343, 0.76817775), (0.46193975, -0.55557024, 0.6913417), (0.46193975, -0.55557024, 0.6913417), (0.51328, -0.38268343, 0.76817775), (0.35355338, -0.38268343, 0.8535534), (0.31818965, -0.55557024, 0.76817775), (0.31818965, -0.55557024, 0.76817775), (0.35355338, -0.38268343, 0.8535534), (0.18023996, -0.38268343, 0.90612745), (0.16221167, -0.55557024, 0.81549317), (0.16221167, -0.55557024, 0.81549317), (0.18023996, -0.38268343, 0.90612745), (5.657131e-17, -0.38268346, 0.92387956), (5.091283e-17, -0.55557024, 0.8314696), (5.091283e-17, -0.55557024, 0.8314696), (5.657131e-17, -0.38268346, 0.92387956), (-0.18023996, -0.38268343, 0.90612745), (-0.16221167, -0.55557024, 0.81549317), (-0.16221167, -0.55557024, 0.81549317), (-0.18023996, -0.38268343, 0.90612745), (-0.35355338, -0.38268343, 0.8535534), (-0.31818965, -0.55557024, 0.76817775), (-0.31818965, -0.55557024, 0.76817775), (-0.35355338, -0.38268343, 0.8535534), (-0.51328, -0.38268343, 0.76817775), (-0.46193975, -0.55557024, 0.6913417), (-0.46193975, -0.55557024, 0.6913417), (-0.51328, -0.38268343, 0.76817775), (-0.6532815, -0.38268343, 0.6532815), (-0.58793783, -0.5555703, 0.58793783), (-0.58793783, -0.5555703, 0.58793783), (-0.6532815, -0.38268343, 0.6532815), (-0.76817775, -0.38268343, 0.51328), (-0.6913417, -0.55557024, 0.46193975), (-0.6913417, -0.55557024, 0.46193975), (-0.76817775, -0.38268343, 0.51328), (-0.8535534, -0.38268343, 0.35355338), (-0.76817775, -0.55557024, 0.31818965), (-0.76817775, -0.55557024, 0.31818965), (-0.8535534, -0.38268343, 0.35355338), (-0.90612745, -0.38268343, 0.18023996), (-0.81549317, -0.55557024, 0.16221167), (-0.81549317, -0.55557024, 0.16221167), (-0.90612745, -0.38268343, 0.18023996), (-0.92387956, -0.38268346, 1.1314262e-16), (-0.8314696, -0.55557024, 1.0182566e-16), (-0.8314696, -0.55557024, 1.0182566e-16), (-0.92387956, -0.38268346, 1.1314262e-16), (-0.90612745, -0.38268343, -0.18023996), (-0.81549317, -0.55557024, -0.16221167), (-0.81549317, -0.55557024, -0.16221167), (-0.90612745, -0.38268343, -0.18023996), (-0.8535534, -0.38268343, -0.35355338), (-0.76817775, -0.55557024, -0.31818965), (-0.76817775, -0.55557024, -0.31818965), (-0.8535534, -0.38268343, -0.35355338), (-0.76817775, -0.38268343, -0.51328), (-0.6913417, -0.55557024, -0.46193975), (-0.6913417, -0.55557024, -0.46193975), (-0.76817775, -0.38268343, -0.51328), (-0.6532815, -0.38268343, -0.6532815), (-0.58793783, -0.5555703, -0.58793783), (-0.58793783, -0.5555703, -0.58793783), (-0.6532815, -0.38268343, -0.6532815), (-0.51328, -0.38268343, -0.76817775), (-0.46193975, -0.55557024, -0.6913417), (-0.46193975, -0.55557024, -0.6913417), (-0.51328, -0.38268343, -0.76817775), (-0.35355338, -0.38268343, -0.8535534), (-0.31818965, -0.55557024, -0.76817775), (-0.31818965, -0.55557024, -0.76817775), (-0.35355338, -0.38268343, -0.8535534), (-0.18023996, -0.38268343, -0.90612745), (-0.16221167, -0.55557024, -0.81549317), (-0.16221167, -0.55557024, -0.81549317), (-0.18023996, -0.38268343, -0.90612745), (-1.6971393e-16, -0.38268346, -0.92387956), (-1.5273849e-16, -0.55557024, -0.8314696), (-1.5273849e-16, -0.55557024, -0.8314696), (-1.6971393e-16, -0.38268346, -0.92387956), (0.18023996, -0.38268343, -0.90612745), (0.16221167, -0.55557024, -0.81549317), (0.16221167, -0.55557024, -0.81549317), (0.18023996, -0.38268343, -0.90612745), (0.35355338, -0.38268343, -0.8535534), (0.31818965, -0.55557024, -0.76817775), (0.31818965, -0.55557024, -0.76817775), (0.35355338, -0.38268343, -0.8535534), (0.51328, -0.38268343, -0.76817775), (0.46193975, -0.55557024, -0.6913417), (0.46193975, -0.55557024, -0.6913417), (0.51328, -0.38268343, -0.76817775), (0.6532815, -0.38268343, -0.6532815), (0.58793783, -0.5555703, -0.58793783), (0.58793783, -0.5555703, -0.58793783), (0.6532815, -0.38268343, -0.6532815), (0.76817775, -0.38268343, -0.51328), (0.6913417, -0.55557024, -0.46193975), (0.6913417, -0.55557024, -0.46193975), (0.76817775, -0.38268343, -0.51328), (0.8535534, -0.38268343, -0.35355338), (0.76817775, -0.55557024, -0.31818965), (0.76817775, -0.55557024, -0.31818965), (0.8535534, -0.38268343, -0.35355338), (0.90612745, -0.38268343, -0.18023996), (0.81549317, -0.55557024, -0.16221167), (0.81549317, -0.55557024, -0.16221167), (0.90612745, -0.38268343, -0.18023996), (0.92387956, -0.38268346, 0), (0.8314696, -0.55557024, 0), (0.92387956, -0.38268346, 0), (0.9807853, -0.19509034, 0), (0.96193975, -0.19509032, 0.19134171), (0.90612745, -0.38268343, 0.18023996), (0.90612745, -0.38268343, 0.18023996), (0.96193975, -0.19509032, 0.19134171), (0.90612745, -0.19509032, 0.37533027), (0.8535534, -0.38268343, 0.35355338), (0.8535534, -0.38268343, 0.35355338), (0.90612745, -0.19509032, 0.37533027), (0.81549317, -0.19509032, 0.5448951), (0.76817775, -0.38268343, 0.51328), (0.76817775, -0.38268343, 0.51328), (0.81549317, -0.19509032, 0.5448951), (0.69351995, -0.19509032, 0.69351995), (0.6532815, -0.38268343, 0.6532815), (0.6532815, -0.38268343, 0.6532815), (0.69351995, -0.19509032, 0.69351995), (0.5448951, -0.19509032, 0.81549317), (0.51328, -0.38268343, 0.76817775), (0.51328, -0.38268343, 0.76817775), (0.5448951, -0.19509032, 0.81549317), (0.37533027, -0.19509032, 0.90612745), (0.35355338, -0.38268343, 0.8535534), (0.35355338, -0.38268343, 0.8535534), (0.37533027, -0.19509032, 0.90612745), (0.19134173, -0.19509034, 0.9619398), (0.18023996, -0.38268343, 0.90612745), (0.18023996, -0.38268343, 0.90612745), (0.19134173, -0.19509034, 0.9619398), (6.005579e-17, -0.19509034, 0.9807853), (5.657131e-17, -0.38268346, 0.92387956), (5.657131e-17, -0.38268346, 0.92387956), (6.005579e-17, -0.19509034, 0.9807853), (-0.19134173, -0.19509034, 0.9619398), (-0.18023996, -0.38268343, 0.90612745), (-0.18023996, -0.38268343, 0.90612745), (-0.19134173, -0.19509034, 0.9619398), (-0.37533027, -0.19509032, 0.90612745), (-0.35355338, -0.38268343, 0.8535534), (-0.35355338, -0.38268343, 0.8535534), (-0.37533027, -0.19509032, 0.90612745), (-0.5448951, -0.19509032, 0.81549317), (-0.51328, -0.38268343, 0.76817775), (-0.51328, -0.38268343, 0.76817775), (-0.5448951, -0.19509032, 0.81549317), (-0.69351995, -0.19509032, 0.69351995), (-0.6532815, -0.38268343, 0.6532815), (-0.6532815, -0.38268343, 0.6532815), (-0.69351995, -0.19509032, 0.69351995), (-0.81549317, -0.19509032, 0.5448951), (-0.76817775, -0.38268343, 0.51328), (-0.76817775, -0.38268343, 0.51328), (-0.81549317, -0.19509032, 0.5448951), (-0.90612745, -0.19509032, 0.37533027), (-0.8535534, -0.38268343, 0.35355338), (-0.8535534, -0.38268343, 0.35355338), (-0.90612745, -0.19509032, 0.37533027), (-0.96193975, -0.19509032, 0.19134171), (-0.90612745, -0.38268343, 0.18023996), (-0.90612745, -0.38268343, 0.18023996), (-0.96193975, -0.19509032, 0.19134171), (-0.9807853, -0.19509034, 1.2011157e-16), (-0.92387956, -0.38268346, 1.1314262e-16), (-0.92387956, -0.38268346, 1.1314262e-16), (-0.9807853, -0.19509034, 1.2011157e-16), (-0.96193975, -0.19509032, -0.19134171), (-0.90612745, -0.38268343, -0.18023996), (-0.90612745, -0.38268343, -0.18023996), (-0.96193975, -0.19509032, -0.19134171), (-0.90612745, -0.19509032, -0.37533027), (-0.8535534, -0.38268343, -0.35355338), (-0.8535534, -0.38268343, -0.35355338), (-0.90612745, -0.19509032, -0.37533027), (-0.81549317, -0.19509032, -0.5448951), (-0.76817775, -0.38268343, -0.51328), (-0.76817775, -0.38268343, -0.51328), (-0.81549317, -0.19509032, -0.5448951), (-0.69351995, -0.19509032, -0.69351995), (-0.6532815, -0.38268343, -0.6532815), (-0.6532815, -0.38268343, -0.6532815), (-0.69351995, -0.19509032, -0.69351995), (-0.5448951, -0.19509032, -0.81549317), (-0.51328, -0.38268343, -0.76817775), (-0.51328, -0.38268343, -0.76817775), (-0.5448951, -0.19509032, -0.81549317), (-0.37533027, -0.19509032, -0.90612745), (-0.35355338, -0.38268343, -0.8535534), (-0.35355338, -0.38268343, -0.8535534), (-0.37533027, -0.19509032, -0.90612745), (-0.19134173, -0.19509034, -0.9619398), (-0.18023996, -0.38268343, -0.90612745), (-0.18023996, -0.38268343, -0.90612745), (-0.19134173, -0.19509034, -0.9619398), (-1.8016735e-16, -0.19509034, -0.9807853), (-1.6971393e-16, -0.38268346, -0.92387956), (-1.6971393e-16, -0.38268346, -0.92387956), (-1.8016735e-16, -0.19509034, -0.9807853), (0.19134173, -0.19509034, -0.9619398), (0.18023996, -0.38268343, -0.90612745), (0.18023996, -0.38268343, -0.90612745), (0.19134173, -0.19509034, -0.9619398), (0.37533027, -0.19509032, -0.90612745), (0.35355338, -0.38268343, -0.8535534), (0.35355338, -0.38268343, -0.8535534), (0.37533027, -0.19509032, -0.90612745), (0.5448951, -0.19509032, -0.81549317), (0.51328, -0.38268343, -0.76817775), (0.51328, -0.38268343, -0.76817775), (0.5448951, -0.19509032, -0.81549317), (0.69351995, -0.19509032, -0.69351995), (0.6532815, -0.38268343, -0.6532815), (0.6532815, -0.38268343, -0.6532815), (0.69351995, -0.19509032, -0.69351995), (0.81549317, -0.19509032, -0.5448951), (0.76817775, -0.38268343, -0.51328), (0.76817775, -0.38268343, -0.51328), (0.81549317, -0.19509032, -0.5448951), (0.90612745, -0.19509032, -0.37533027), (0.8535534, -0.38268343, -0.35355338), (0.8535534, -0.38268343, -0.35355338), (0.90612745, -0.19509032, -0.37533027), (0.96193975, -0.19509032, -0.19134171), (0.90612745, -0.38268343, -0.18023996), (0.90612745, -0.38268343, -0.18023996), (0.96193975, -0.19509032, -0.19134171), (0.9807853, -0.19509034, 0), (0.92387956, -0.38268346, 0), (0.9807853, -0.19509034, 0), (1, 0, 0), (0.9807853, 0, 0.19509034), (0.96193975, -0.19509032, 0.19134171), (0.96193975, -0.19509032, 0.19134171), (0.9807853, 0, 0.19509034), (0.92387956, 0, 0.38268346), (0.90612745, -0.19509032, 0.37533027), (0.90612745, -0.19509032, 0.37533027), (0.92387956, 0, 0.38268346), (0.8314696, 0, 0.55557024), (0.81549317, -0.19509032, 0.5448951), (0.81549317, -0.19509032, 0.5448951), (0.8314696, 0, 0.55557024), (0.7071068, 0, 0.7071068), (0.69351995, -0.19509032, 0.69351995), (0.69351995, -0.19509032, 0.69351995), (0.7071068, 0, 0.7071068), (0.55557024, 0, 0.8314696), (0.5448951, -0.19509032, 0.81549317), (0.5448951, -0.19509032, 0.81549317), (0.55557024, 0, 0.8314696), (0.38268346, 0, 0.92387956), (0.37533027, -0.19509032, 0.90612745), (0.37533027, -0.19509032, 0.90612745), (0.38268346, 0, 0.92387956), (0.19509034, 0, 0.9807853), (0.19134173, -0.19509034, 0.9619398), (0.19134173, -0.19509034, 0.9619398), (0.19509034, 0, 0.9807853), (6.123234e-17, 0, 1), (6.005579e-17, -0.19509034, 0.9807853), (6.005579e-17, -0.19509034, 0.9807853), (6.123234e-17, 0, 1), (-0.19509034, 0, 0.9807853), (-0.19134173, -0.19509034, 0.9619398), (-0.19134173, -0.19509034, 0.9619398), (-0.19509034, 0, 0.9807853), (-0.38268346, 0, 0.92387956), (-0.37533027, -0.19509032, 0.90612745), (-0.37533027, -0.19509032, 0.90612745), (-0.38268346, 0, 0.92387956), (-0.55557024, 0, 0.8314696), (-0.5448951, -0.19509032, 0.81549317), (-0.5448951, -0.19509032, 0.81549317), (-0.55557024, 0, 0.8314696), (-0.7071068, 0, 0.7071068), (-0.69351995, -0.19509032, 0.69351995), (-0.69351995, -0.19509032, 0.69351995), (-0.7071068, 0, 0.7071068), (-0.8314696, 0, 0.55557024), (-0.81549317, -0.19509032, 0.5448951), (-0.81549317, -0.19509032, 0.5448951), (-0.8314696, 0, 0.55557024), (-0.92387956, 0, 0.38268346), (-0.90612745, -0.19509032, 0.37533027), (-0.90612745, -0.19509032, 0.37533027), (-0.92387956, 0, 0.38268346), (-0.9807853, 0, 0.19509034), (-0.96193975, -0.19509032, 0.19134171), (-0.96193975, -0.19509032, 0.19134171), (-0.9807853, 0, 0.19509034), (-1, 0, 1.2246469e-16), (-0.9807853, -0.19509034, 1.2011157e-16), (-0.9807853, -0.19509034, 1.2011157e-16), (-1, 0, 1.2246469e-16), (-0.9807853, 0, -0.19509034), (-0.96193975, -0.19509032, -0.19134171), (-0.96193975, -0.19509032, -0.19134171), (-0.9807853, 0, -0.19509034), (-0.92387956, 0, -0.38268346), (-0.90612745, -0.19509032, -0.37533027), (-0.90612745, -0.19509032, -0.37533027), (-0.92387956, 0, -0.38268346), (-0.8314696, 0, -0.55557024), (-0.81549317, -0.19509032, -0.5448951), (-0.81549317, -0.19509032, -0.5448951), (-0.8314696, 0, -0.55557024), (-0.7071068, 0, -0.7071068), (-0.69351995, -0.19509032, -0.69351995), (-0.69351995, -0.19509032, -0.69351995), (-0.7071068, 0, -0.7071068), (-0.55557024, 0, -0.8314696), (-0.5448951, -0.19509032, -0.81549317), (-0.5448951, -0.19509032, -0.81549317), (-0.55557024, 0, -0.8314696), (-0.38268346, 0, -0.92387956), (-0.37533027, -0.19509032, -0.90612745), (-0.37533027, -0.19509032, -0.90612745), (-0.38268346, 0, -0.92387956), (-0.19509034, 0, -0.9807853), (-0.19134173, -0.19509034, -0.9619398), (-0.19134173, -0.19509034, -0.9619398), (-0.19509034, 0, -0.9807853), (-1.8369701e-16, 0, -1), (-1.8016735e-16, -0.19509034, -0.9807853), (-1.8016735e-16, -0.19509034, -0.9807853), (-1.8369701e-16, 0, -1), (0.19509034, 0, -0.9807853), (0.19134173, -0.19509034, -0.9619398), (0.19134173, -0.19509034, -0.9619398), (0.19509034, 0, -0.9807853), (0.38268346, 0, -0.92387956), (0.37533027, -0.19509032, -0.90612745), (0.37533027, -0.19509032, -0.90612745), (0.38268346, 0, -0.92387956), (0.55557024, 0, -0.8314696), (0.5448951, -0.19509032, -0.81549317), (0.5448951, -0.19509032, -0.81549317), (0.55557024, 0, -0.8314696), (0.7071068, 0, -0.7071068), (0.69351995, -0.19509032, -0.69351995), (0.69351995, -0.19509032, -0.69351995), (0.7071068, 0, -0.7071068), (0.8314696, 0, -0.55557024), (0.81549317, -0.19509032, -0.5448951), (0.81549317, -0.19509032, -0.5448951), (0.8314696, 0, -0.55557024), (0.92387956, 0, -0.38268346), (0.90612745, -0.19509032, -0.37533027), (0.90612745, -0.19509032, -0.37533027), (0.92387956, 0, -0.38268346), (0.9807853, 0, -0.19509034), (0.96193975, -0.19509032, -0.19134171), (0.96193975, -0.19509032, -0.19134171), (0.9807853, 0, -0.19509034), (1, 0, 0), (0.9807853, -0.19509034, 0), (1, 0, 0), (0.9807853, 0.19509034, 0), (0.96193975, 0.19509032, 0.19134171), (0.9807853, 0, 0.19509034), (0.9807853, 0, 0.19509034), (0.96193975, 0.19509032, 0.19134171), (0.90612745, 0.19509032, 0.37533027), (0.92387956, 0, 0.38268346), (0.92387956, 0, 0.38268346), (0.90612745, 0.19509032, 0.37533027), (0.81549317, 0.19509032, 0.5448951), (0.8314696, 0, 0.55557024), (0.8314696, 0, 0.55557024), (0.81549317, 0.19509032, 0.5448951), (0.69351995, 0.19509032, 0.69351995), (0.7071068, 0, 0.7071068), (0.7071068, 0, 0.7071068), (0.69351995, 0.19509032, 0.69351995), (0.5448951, 0.19509032, 0.81549317), (0.55557024, 0, 0.8314696), (0.55557024, 0, 0.8314696), (0.5448951, 0.19509032, 0.81549317), (0.37533027, 0.19509032, 0.90612745), (0.38268346, 0, 0.92387956), (0.38268346, 0, 0.92387956), (0.37533027, 0.19509032, 0.90612745), (0.19134173, 0.19509034, 0.9619398), (0.19509034, 0, 0.9807853), (0.19509034, 0, 0.9807853), (0.19134173, 0.19509034, 0.9619398), (6.005579e-17, 0.19509034, 0.9807853), (6.123234e-17, 0, 1), (6.123234e-17, 0, 1), (6.005579e-17, 0.19509034, 0.9807853), (-0.19134173, 0.19509034, 0.9619398), (-0.19509034, 0, 0.9807853), (-0.19509034, 0, 0.9807853), (-0.19134173, 0.19509034, 0.9619398), (-0.37533027, 0.19509032, 0.90612745), (-0.38268346, 0, 0.92387956), (-0.38268346, 0, 0.92387956), (-0.37533027, 0.19509032, 0.90612745), (-0.5448951, 0.19509032, 0.81549317), (-0.55557024, 0, 0.8314696), (-0.55557024, 0, 0.8314696), (-0.5448951, 0.19509032, 0.81549317), (-0.69351995, 0.19509032, 0.69351995), (-0.7071068, 0, 0.7071068), (-0.7071068, 0, 0.7071068), (-0.69351995, 0.19509032, 0.69351995), (-0.81549317, 0.19509032, 0.5448951), (-0.8314696, 0, 0.55557024), (-0.8314696, 0, 0.55557024), (-0.81549317, 0.19509032, 0.5448951), (-0.90612745, 0.19509032, 0.37533027), (-0.92387956, 0, 0.38268346), (-0.92387956, 0, 0.38268346), (-0.90612745, 0.19509032, 0.37533027), (-0.96193975, 0.19509032, 0.19134171), (-0.9807853, 0, 0.19509034), (-0.9807853, 0, 0.19509034), (-0.96193975, 0.19509032, 0.19134171), (-0.9807853, 0.19509034, 1.2011157e-16), (-1, 0, 1.2246469e-16), (-1, 0, 1.2246469e-16), (-0.9807853, 0.19509034, 1.2011157e-16), (-0.96193975, 0.19509032, -0.19134171), (-0.9807853, 0, -0.19509034), (-0.9807853, 0, -0.19509034), (-0.96193975, 0.19509032, -0.19134171), (-0.90612745, 0.19509032, -0.37533027), (-0.92387956, 0, -0.38268346), (-0.92387956, 0, -0.38268346), (-0.90612745, 0.19509032, -0.37533027), (-0.81549317, 0.19509032, -0.5448951), (-0.8314696, 0, -0.55557024), (-0.8314696, 0, -0.55557024), (-0.81549317, 0.19509032, -0.5448951), (-0.69351995, 0.19509032, -0.69351995), (-0.7071068, 0, -0.7071068), (-0.7071068, 0, -0.7071068), (-0.69351995, 0.19509032, -0.69351995), (-0.5448951, 0.19509032, -0.81549317), (-0.55557024, 0, -0.8314696), (-0.55557024, 0, -0.8314696), (-0.5448951, 0.19509032, -0.81549317), (-0.37533027, 0.19509032, -0.90612745), (-0.38268346, 0, -0.92387956), (-0.38268346, 0, -0.92387956), (-0.37533027, 0.19509032, -0.90612745), (-0.19134173, 0.19509034, -0.9619398), (-0.19509034, 0, -0.9807853), (-0.19509034, 0, -0.9807853), (-0.19134173, 0.19509034, -0.9619398), (-1.8016735e-16, 0.19509034, -0.9807853), (-1.8369701e-16, 0, -1), (-1.8369701e-16, 0, -1), (-1.8016735e-16, 0.19509034, -0.9807853), (0.19134173, 0.19509034, -0.9619398), (0.19509034, 0, -0.9807853), (0.19509034, 0, -0.9807853), (0.19134173, 0.19509034, -0.9619398), (0.37533027, 0.19509032, -0.90612745), (0.38268346, 0, -0.92387956), (0.38268346, 0, -0.92387956), (0.37533027, 0.19509032, -0.90612745), (0.5448951, 0.19509032, -0.81549317), (0.55557024, 0, -0.8314696), (0.55557024, 0, -0.8314696), (0.5448951, 0.19509032, -0.81549317), (0.69351995, 0.19509032, -0.69351995), (0.7071068, 0, -0.7071068), (0.7071068, 0, -0.7071068), (0.69351995, 0.19509032, -0.69351995), (0.81549317, 0.19509032, -0.5448951), (0.8314696, 0, -0.55557024), (0.8314696, 0, -0.55557024), (0.81549317, 0.19509032, -0.5448951), (0.90612745, 0.19509032, -0.37533027), (0.92387956, 0, -0.38268346), (0.92387956, 0, -0.38268346), (0.90612745, 0.19509032, -0.37533027), (0.96193975, 0.19509032, -0.19134171), (0.9807853, 0, -0.19509034), (0.9807853, 0, -0.19509034), (0.96193975, 0.19509032, -0.19134171), (0.9807853, 0.19509034, 0), (1, 0, 0), (0.9807853, 0.19509034, 0), (0.92387956, 0.38268346, 0), (0.90612745, 0.38268343, 0.18023996), (0.96193975, 0.19509032, 0.19134171), (0.96193975, 0.19509032, 0.19134171), (0.90612745, 0.38268343, 0.18023996), (0.8535534, 0.38268343, 0.35355338), (0.90612745, 0.19509032, 0.37533027), (0.90612745, 0.19509032, 0.37533027), (0.8535534, 0.38268343, 0.35355338), (0.76817775, 0.38268343, 0.51328), (0.81549317, 0.19509032, 0.5448951), (0.81549317, 0.19509032, 0.5448951), (0.76817775, 0.38268343, 0.51328), (0.6532815, 0.38268343, 0.6532815), (0.69351995, 0.19509032, 0.69351995), (0.69351995, 0.19509032, 0.69351995), (0.6532815, 0.38268343, 0.6532815), (0.51328, 0.38268343, 0.76817775), (0.5448951, 0.19509032, 0.81549317), (0.5448951, 0.19509032, 0.81549317), (0.51328, 0.38268343, 0.76817775), (0.35355338, 0.38268343, 0.8535534), (0.37533027, 0.19509032, 0.90612745), (0.37533027, 0.19509032, 0.90612745), (0.35355338, 0.38268343, 0.8535534), (0.18023996, 0.38268343, 0.90612745), (0.19134173, 0.19509034, 0.9619398), (0.19134173, 0.19509034, 0.9619398), (0.18023996, 0.38268343, 0.90612745), (5.657131e-17, 0.38268346, 0.92387956), (6.005579e-17, 0.19509034, 0.9807853), (6.005579e-17, 0.19509034, 0.9807853), (5.657131e-17, 0.38268346, 0.92387956), (-0.18023996, 0.38268343, 0.90612745), (-0.19134173, 0.19509034, 0.9619398), (-0.19134173, 0.19509034, 0.9619398), (-0.18023996, 0.38268343, 0.90612745), (-0.35355338, 0.38268343, 0.8535534), (-0.37533027, 0.19509032, 0.90612745), (-0.37533027, 0.19509032, 0.90612745), (-0.35355338, 0.38268343, 0.8535534), (-0.51328, 0.38268343, 0.76817775), (-0.5448951, 0.19509032, 0.81549317), (-0.5448951, 0.19509032, 0.81549317), (-0.51328, 0.38268343, 0.76817775), (-0.6532815, 0.38268343, 0.6532815), (-0.69351995, 0.19509032, 0.69351995), (-0.69351995, 0.19509032, 0.69351995), (-0.6532815, 0.38268343, 0.6532815), (-0.76817775, 0.38268343, 0.51328), (-0.81549317, 0.19509032, 0.5448951), (-0.81549317, 0.19509032, 0.5448951), (-0.76817775, 0.38268343, 0.51328), (-0.8535534, 0.38268343, 0.35355338), (-0.90612745, 0.19509032, 0.37533027), (-0.90612745, 0.19509032, 0.37533027), (-0.8535534, 0.38268343, 0.35355338), (-0.90612745, 0.38268343, 0.18023996), (-0.96193975, 0.19509032, 0.19134171), (-0.96193975, 0.19509032, 0.19134171), (-0.90612745, 0.38268343, 0.18023996), (-0.92387956, 0.38268346, 1.1314262e-16), (-0.9807853, 0.19509034, 1.2011157e-16), (-0.9807853, 0.19509034, 1.2011157e-16), (-0.92387956, 0.38268346, 1.1314262e-16), (-0.90612745, 0.38268343, -0.18023996), (-0.96193975, 0.19509032, -0.19134171), (-0.96193975, 0.19509032, -0.19134171), (-0.90612745, 0.38268343, -0.18023996), (-0.8535534, 0.38268343, -0.35355338), (-0.90612745, 0.19509032, -0.37533027), (-0.90612745, 0.19509032, -0.37533027), (-0.8535534, 0.38268343, -0.35355338), (-0.76817775, 0.38268343, -0.51328), (-0.81549317, 0.19509032, -0.5448951), (-0.81549317, 0.19509032, -0.5448951), (-0.76817775, 0.38268343, -0.51328), (-0.6532815, 0.38268343, -0.6532815), (-0.69351995, 0.19509032, -0.69351995), (-0.69351995, 0.19509032, -0.69351995), (-0.6532815, 0.38268343, -0.6532815), (-0.51328, 0.38268343, -0.76817775), (-0.5448951, 0.19509032, -0.81549317), (-0.5448951, 0.19509032, -0.81549317), (-0.51328, 0.38268343, -0.76817775), (-0.35355338, 0.38268343, -0.8535534), (-0.37533027, 0.19509032, -0.90612745), (-0.37533027, 0.19509032, -0.90612745), (-0.35355338, 0.38268343, -0.8535534), (-0.18023996, 0.38268343, -0.90612745), (-0.19134173, 0.19509034, -0.9619398), (-0.19134173, 0.19509034, -0.9619398), (-0.18023996, 0.38268343, -0.90612745), (-1.6971393e-16, 0.38268346, -0.92387956), (-1.8016735e-16, 0.19509034, -0.9807853), (-1.8016735e-16, 0.19509034, -0.9807853), (-1.6971393e-16, 0.38268346, -0.92387956), (0.18023996, 0.38268343, -0.90612745), (0.19134173, 0.19509034, -0.9619398), (0.19134173, 0.19509034, -0.9619398), (0.18023996, 0.38268343, -0.90612745), (0.35355338, 0.38268343, -0.8535534), (0.37533027, 0.19509032, -0.90612745), (0.37533027, 0.19509032, -0.90612745), (0.35355338, 0.38268343, -0.8535534), (0.51328, 0.38268343, -0.76817775), (0.5448951, 0.19509032, -0.81549317), (0.5448951, 0.19509032, -0.81549317), (0.51328, 0.38268343, -0.76817775), (0.6532815, 0.38268343, -0.6532815), (0.69351995, 0.19509032, -0.69351995), (0.69351995, 0.19509032, -0.69351995), (0.6532815, 0.38268343, -0.6532815), (0.76817775, 0.38268343, -0.51328), (0.81549317, 0.19509032, -0.5448951), (0.81549317, 0.19509032, -0.5448951), (0.76817775, 0.38268343, -0.51328), (0.8535534, 0.38268343, -0.35355338), (0.90612745, 0.19509032, -0.37533027), (0.90612745, 0.19509032, -0.37533027), (0.8535534, 0.38268343, -0.35355338), (0.90612745, 0.38268343, -0.18023996), (0.96193975, 0.19509032, -0.19134171), (0.96193975, 0.19509032, -0.19134171), (0.90612745, 0.38268343, -0.18023996), (0.92387956, 0.38268346, 0), (0.9807853, 0.19509034, 0), (0.92387956, 0.38268346, 0), (0.8314696, 0.55557024, 0), (0.81549317, 0.55557024, 0.16221167), (0.90612745, 0.38268343, 0.18023996), (0.90612745, 0.38268343, 0.18023996), (0.81549317, 0.55557024, 0.16221167), (0.76817775, 0.55557024, 0.31818965), (0.8535534, 0.38268343, 0.35355338), (0.8535534, 0.38268343, 0.35355338), (0.76817775, 0.55557024, 0.31818965), (0.6913417, 0.55557024, 0.46193975), (0.76817775, 0.38268343, 0.51328), (0.76817775, 0.38268343, 0.51328), (0.6913417, 0.55557024, 0.46193975), (0.58793783, 0.5555703, 0.58793783), (0.6532815, 0.38268343, 0.6532815), (0.6532815, 0.38268343, 0.6532815), (0.58793783, 0.5555703, 0.58793783), (0.46193975, 0.55557024, 0.6913417), (0.51328, 0.38268343, 0.76817775), (0.51328, 0.38268343, 0.76817775), (0.46193975, 0.55557024, 0.6913417), (0.31818965, 0.55557024, 0.76817775), (0.35355338, 0.38268343, 0.8535534), (0.35355338, 0.38268343, 0.8535534), (0.31818965, 0.55557024, 0.76817775), (0.16221167, 0.55557024, 0.81549317), (0.18023996, 0.38268343, 0.90612745), (0.18023996, 0.38268343, 0.90612745), (0.16221167, 0.55557024, 0.81549317), (5.091283e-17, 0.55557024, 0.8314696), (5.657131e-17, 0.38268346, 0.92387956), (5.657131e-17, 0.38268346, 0.92387956), (5.091283e-17, 0.55557024, 0.8314696), (-0.16221167, 0.55557024, 0.81549317), (-0.18023996, 0.38268343, 0.90612745), (-0.18023996, 0.38268343, 0.90612745), (-0.16221167, 0.55557024, 0.81549317), (-0.31818965, 0.55557024, 0.76817775), (-0.35355338, 0.38268343, 0.8535534), (-0.35355338, 0.38268343, 0.8535534), (-0.31818965, 0.55557024, 0.76817775), (-0.46193975, 0.55557024, 0.6913417), (-0.51328, 0.38268343, 0.76817775), (-0.51328, 0.38268343, 0.76817775), (-0.46193975, 0.55557024, 0.6913417), (-0.58793783, 0.5555703, 0.58793783), (-0.6532815, 0.38268343, 0.6532815), (-0.6532815, 0.38268343, 0.6532815), (-0.58793783, 0.5555703, 0.58793783), (-0.6913417, 0.55557024, 0.46193975), (-0.76817775, 0.38268343, 0.51328), (-0.76817775, 0.38268343, 0.51328), (-0.6913417, 0.55557024, 0.46193975), (-0.76817775, 0.55557024, 0.31818965), (-0.8535534, 0.38268343, 0.35355338), (-0.8535534, 0.38268343, 0.35355338), (-0.76817775, 0.55557024, 0.31818965), (-0.81549317, 0.55557024, 0.16221167), (-0.90612745, 0.38268343, 0.18023996), (-0.90612745, 0.38268343, 0.18023996), (-0.81549317, 0.55557024, 0.16221167), (-0.8314696, 0.55557024, 1.0182566e-16), (-0.92387956, 0.38268346, 1.1314262e-16), (-0.92387956, 0.38268346, 1.1314262e-16), (-0.8314696, 0.55557024, 1.0182566e-16), (-0.81549317, 0.55557024, -0.16221167), (-0.90612745, 0.38268343, -0.18023996), (-0.90612745, 0.38268343, -0.18023996), (-0.81549317, 0.55557024, -0.16221167), (-0.76817775, 0.55557024, -0.31818965), (-0.8535534, 0.38268343, -0.35355338), (-0.8535534, 0.38268343, -0.35355338), (-0.76817775, 0.55557024, -0.31818965), (-0.6913417, 0.55557024, -0.46193975), (-0.76817775, 0.38268343, -0.51328), (-0.76817775, 0.38268343, -0.51328), (-0.6913417, 0.55557024, -0.46193975), (-0.58793783, 0.5555703, -0.58793783), (-0.6532815, 0.38268343, -0.6532815), (-0.6532815, 0.38268343, -0.6532815), (-0.58793783, 0.5555703, -0.58793783), (-0.46193975, 0.55557024, -0.6913417), (-0.51328, 0.38268343, -0.76817775), (-0.51328, 0.38268343, -0.76817775), (-0.46193975, 0.55557024, -0.6913417), (-0.31818965, 0.55557024, -0.76817775), (-0.35355338, 0.38268343, -0.8535534), (-0.35355338, 0.38268343, -0.8535534), (-0.31818965, 0.55557024, -0.76817775), (-0.16221167, 0.55557024, -0.81549317), (-0.18023996, 0.38268343, -0.90612745), (-0.18023996, 0.38268343, -0.90612745), (-0.16221167, 0.55557024, -0.81549317), (-1.5273849e-16, 0.55557024, -0.8314696), (-1.6971393e-16, 0.38268346, -0.92387956), (-1.6971393e-16, 0.38268346, -0.92387956), (-1.5273849e-16, 0.55557024, -0.8314696), (0.16221167, 0.55557024, -0.81549317), (0.18023996, 0.38268343, -0.90612745), (0.18023996, 0.38268343, -0.90612745), (0.16221167, 0.55557024, -0.81549317), (0.31818965, 0.55557024, -0.76817775), (0.35355338, 0.38268343, -0.8535534), (0.35355338, 0.38268343, -0.8535534), (0.31818965, 0.55557024, -0.76817775), (0.46193975, 0.55557024, -0.6913417), (0.51328, 0.38268343, -0.76817775), (0.51328, 0.38268343, -0.76817775), (0.46193975, 0.55557024, -0.6913417), (0.58793783, 0.5555703, -0.58793783), (0.6532815, 0.38268343, -0.6532815), (0.6532815, 0.38268343, -0.6532815), (0.58793783, 0.5555703, -0.58793783), (0.6913417, 0.55557024, -0.46193975), (0.76817775, 0.38268343, -0.51328), (0.76817775, 0.38268343, -0.51328), (0.6913417, 0.55557024, -0.46193975), (0.76817775, 0.55557024, -0.31818965), (0.8535534, 0.38268343, -0.35355338), (0.8535534, 0.38268343, -0.35355338), (0.76817775, 0.55557024, -0.31818965), (0.81549317, 0.55557024, -0.16221167), (0.90612745, 0.38268343, -0.18023996), (0.90612745, 0.38268343, -0.18023996), (0.81549317, 0.55557024, -0.16221167), (0.8314696, 0.55557024, 0), (0.92387956, 0.38268346, 0), (0.8314696, 0.55557024, 0), (0.7071068, 0.7071068, 0), (0.69351995, 0.70710677, 0.13794969), (0.81549317, 0.55557024, 0.16221167), (0.81549317, 0.55557024, 0.16221167), (0.69351995, 0.70710677, 0.13794969), (0.6532815, 0.70710677, 0.27059805), (0.76817775, 0.55557024, 0.31818965), (0.76817775, 0.55557024, 0.31818965), (0.6532815, 0.70710677, 0.27059805), (0.58793783, 0.7071068, 0.3928475), (0.6913417, 0.55557024, 0.46193975), (0.6913417, 0.55557024, 0.46193975), (0.58793783, 0.7071068, 0.3928475), (0.5, 0.70710677, 0.5), (0.58793783, 0.5555703, 0.58793783), (0.58793783, 0.5555703, 0.58793783), (0.5, 0.70710677, 0.5), (0.3928475, 0.7071068, 0.58793783), (0.46193975, 0.55557024, 0.6913417), (0.46193975, 0.55557024, 0.6913417), (0.3928475, 0.7071068, 0.58793783), (0.27059805, 0.70710677, 0.6532815), (0.31818965, 0.55557024, 0.76817775), (0.31818965, 0.55557024, 0.76817775), (0.27059805, 0.70710677, 0.6532815), (0.13794969, 0.70710677, 0.69351995), (0.16221167, 0.55557024, 0.81549317), (0.16221167, 0.55557024, 0.81549317), (0.13794969, 0.70710677, 0.69351995), (4.3297806e-17, 0.7071068, 0.7071068), (5.091283e-17, 0.55557024, 0.8314696), (5.091283e-17, 0.55557024, 0.8314696), (4.3297806e-17, 0.7071068, 0.7071068), (-0.13794969, 0.70710677, 0.69351995), (-0.16221167, 0.55557024, 0.81549317), (-0.16221167, 0.55557024, 0.81549317), (-0.13794969, 0.70710677, 0.69351995), (-0.27059805, 0.70710677, 0.6532815), (-0.31818965, 0.55557024, 0.76817775), (-0.31818965, 0.55557024, 0.76817775), (-0.27059805, 0.70710677, 0.6532815), (-0.3928475, 0.7071068, 0.58793783), (-0.46193975, 0.55557024, 0.6913417), (-0.46193975, 0.55557024, 0.6913417), (-0.3928475, 0.7071068, 0.58793783), (-0.5, 0.70710677, 0.5), (-0.58793783, 0.5555703, 0.58793783), (-0.58793783, 0.5555703, 0.58793783), (-0.5, 0.70710677, 0.5), (-0.58793783, 0.7071068, 0.3928475), (-0.6913417, 0.55557024, 0.46193975), (-0.6913417, 0.55557024, 0.46193975), (-0.58793783, 0.7071068, 0.3928475), (-0.6532815, 0.70710677, 0.27059805), (-0.76817775, 0.55557024, 0.31818965), (-0.76817775, 0.55557024, 0.31818965), (-0.6532815, 0.70710677, 0.27059805), (-0.69351995, 0.70710677, 0.13794969), (-0.81549317, 0.55557024, 0.16221167), (-0.81549317, 0.55557024, 0.16221167), (-0.69351995, 0.70710677, 0.13794969), (-0.7071068, 0.7071068, 8.659561e-17), (-0.8314696, 0.55557024, 1.0182566e-16), (-0.8314696, 0.55557024, 1.0182566e-16), (-0.7071068, 0.7071068, 8.659561e-17), (-0.69351995, 0.70710677, -0.13794969), (-0.81549317, 0.55557024, -0.16221167), (-0.81549317, 0.55557024, -0.16221167), (-0.69351995, 0.70710677, -0.13794969), (-0.6532815, 0.70710677, -0.27059805), (-0.76817775, 0.55557024, -0.31818965), (-0.76817775, 0.55557024, -0.31818965), (-0.6532815, 0.70710677, -0.27059805), (-0.58793783, 0.7071068, -0.3928475), (-0.6913417, 0.55557024, -0.46193975), (-0.6913417, 0.55557024, -0.46193975), (-0.58793783, 0.7071068, -0.3928475), (-0.5, 0.70710677, -0.5), (-0.58793783, 0.5555703, -0.58793783), (-0.58793783, 0.5555703, -0.58793783), (-0.5, 0.70710677, -0.5), (-0.3928475, 0.7071068, -0.58793783), (-0.46193975, 0.55557024, -0.6913417), (-0.46193975, 0.55557024, -0.6913417), (-0.3928475, 0.7071068, -0.58793783), (-0.27059805, 0.70710677, -0.6532815), (-0.31818965, 0.55557024, -0.76817775), (-0.31818965, 0.55557024, -0.76817775), (-0.27059805, 0.70710677, -0.6532815), (-0.13794969, 0.70710677, -0.69351995), (-0.16221167, 0.55557024, -0.81549317), (-0.16221167, 0.55557024, -0.81549317), (-0.13794969, 0.70710677, -0.69351995), (-1.2989342e-16, 0.7071068, -0.7071068), (-1.5273849e-16, 0.55557024, -0.8314696), (-1.5273849e-16, 0.55557024, -0.8314696), (-1.2989342e-16, 0.7071068, -0.7071068), (0.13794969, 0.70710677, -0.69351995), (0.16221167, 0.55557024, -0.81549317), (0.16221167, 0.55557024, -0.81549317), (0.13794969, 0.70710677, -0.69351995), (0.27059805, 0.70710677, -0.6532815), (0.31818965, 0.55557024, -0.76817775), (0.31818965, 0.55557024, -0.76817775), (0.27059805, 0.70710677, -0.6532815), (0.3928475, 0.7071068, -0.58793783), (0.46193975, 0.55557024, -0.6913417), (0.46193975, 0.55557024, -0.6913417), (0.3928475, 0.7071068, -0.58793783), (0.5, 0.70710677, -0.5), (0.58793783, 0.5555703, -0.58793783), (0.58793783, 0.5555703, -0.58793783), (0.5, 0.70710677, -0.5), (0.58793783, 0.7071068, -0.3928475), (0.6913417, 0.55557024, -0.46193975), (0.6913417, 0.55557024, -0.46193975), (0.58793783, 0.7071068, -0.3928475), (0.6532815, 0.70710677, -0.27059805), (0.76817775, 0.55557024, -0.31818965), (0.76817775, 0.55557024, -0.31818965), (0.6532815, 0.70710677, -0.27059805), (0.69351995, 0.70710677, -0.13794969), (0.81549317, 0.55557024, -0.16221167), (0.81549317, 0.55557024, -0.16221167), (0.69351995, 0.70710677, -0.13794969), (0.7071068, 0.7071068, 0), (0.8314696, 0.55557024, 0), (0.7071068, 0.7071068, 0), (0.55557024, 0.8314696, 0), (0.5448951, 0.8314696, 0.108386375), (0.69351995, 0.70710677, 0.13794969), (0.69351995, 0.70710677, 0.13794969), (0.5448951, 0.8314696, 0.108386375), (0.51328, 0.8314696, 0.21260752), (0.6532815, 0.70710677, 0.27059805), (0.6532815, 0.70710677, 0.27059805), (0.51328, 0.8314696, 0.21260752), (0.46193978, 0.83146966, 0.3086583), (0.58793783, 0.7071068, 0.3928475), (0.58793783, 0.7071068, 0.3928475), (0.46193978, 0.83146966, 0.3086583), (0.3928475, 0.83146966, 0.3928475), (0.5, 0.70710677, 0.5), (0.5, 0.70710677, 0.5), (0.3928475, 0.83146966, 0.3928475), (0.3086583, 0.83146966, 0.46193978), (0.3928475, 0.7071068, 0.58793783), (0.3928475, 0.7071068, 0.58793783), (0.3086583, 0.83146966, 0.46193978), (0.21260752, 0.8314696, 0.51328), (0.27059805, 0.70710677, 0.6532815), (0.27059805, 0.70710677, 0.6532815), (0.21260752, 0.8314696, 0.51328), (0.108386375, 0.8314696, 0.5448951), (0.13794969, 0.70710677, 0.69351995), (0.13794969, 0.70710677, 0.69351995), (0.108386375, 0.8314696, 0.5448951), (3.4018865e-17, 0.8314696, 0.55557024), (4.3297806e-17, 0.7071068, 0.7071068), (4.3297806e-17, 0.7071068, 0.7071068), (3.4018865e-17, 0.8314696, 0.55557024), (-0.108386375, 0.8314696, 0.5448951), (-0.13794969, 0.70710677, 0.69351995), (-0.13794969, 0.70710677, 0.69351995), (-0.108386375, 0.8314696, 0.5448951), (-0.21260752, 0.8314696, 0.51328), (-0.27059805, 0.70710677, 0.6532815), (-0.27059805, 0.70710677, 0.6532815), (-0.21260752, 0.8314696, 0.51328), (-0.3086583, 0.83146966, 0.46193978), (-0.3928475, 0.7071068, 0.58793783), (-0.3928475, 0.7071068, 0.58793783), (-0.3086583, 0.83146966, 0.46193978), (-0.3928475, 0.83146966, 0.3928475), (-0.5, 0.70710677, 0.5), (-0.5, 0.70710677, 0.5), (-0.3928475, 0.83146966, 0.3928475), (-0.46193978, 0.83146966, 0.3086583), (-0.58793783, 0.7071068, 0.3928475), (-0.58793783, 0.7071068, 0.3928475), (-0.46193978, 0.83146966, 0.3086583), (-0.51328, 0.8314696, 0.21260752), (-0.6532815, 0.70710677, 0.27059805), (-0.6532815, 0.70710677, 0.27059805), (-0.51328, 0.8314696, 0.21260752), (-0.5448951, 0.8314696, 0.108386375), (-0.69351995, 0.70710677, 0.13794969), (-0.69351995, 0.70710677, 0.13794969), (-0.5448951, 0.8314696, 0.108386375), (-0.55557024, 0.8314696, 6.803773e-17), (-0.7071068, 0.7071068, 8.659561e-17), (-0.7071068, 0.7071068, 8.659561e-17), (-0.55557024, 0.8314696, 6.803773e-17), (-0.5448951, 0.8314696, -0.108386375), (-0.69351995, 0.70710677, -0.13794969), (-0.69351995, 0.70710677, -0.13794969), (-0.5448951, 0.8314696, -0.108386375), (-0.51328, 0.8314696, -0.21260752), (-0.6532815, 0.70710677, -0.27059805), (-0.6532815, 0.70710677, -0.27059805), (-0.51328, 0.8314696, -0.21260752), (-0.46193978, 0.83146966, -0.3086583), (-0.58793783, 0.7071068, -0.3928475), (-0.58793783, 0.7071068, -0.3928475), (-0.46193978, 0.83146966, -0.3086583), (-0.3928475, 0.83146966, -0.3928475), (-0.5, 0.70710677, -0.5), (-0.5, 0.70710677, -0.5), (-0.3928475, 0.83146966, -0.3928475), (-0.3086583, 0.83146966, -0.46193978), (-0.3928475, 0.7071068, -0.58793783), (-0.3928475, 0.7071068, -0.58793783), (-0.3086583, 0.83146966, -0.46193978), (-0.21260752, 0.8314696, -0.51328), (-0.27059805, 0.70710677, -0.6532815), (-0.27059805, 0.70710677, -0.6532815), (-0.21260752, 0.8314696, -0.51328), (-0.108386375, 0.8314696, -0.5448951), (-0.13794969, 0.70710677, -0.69351995), (-0.13794969, 0.70710677, -0.69351995), (-0.108386375, 0.8314696, -0.5448951), (-1.020566e-16, 0.8314696, -0.55557024), (-1.2989342e-16, 0.7071068, -0.7071068), (-1.2989342e-16, 0.7071068, -0.7071068), (-1.020566e-16, 0.8314696, -0.55557024), (0.108386375, 0.8314696, -0.5448951), (0.13794969, 0.70710677, -0.69351995), (0.13794969, 0.70710677, -0.69351995), (0.108386375, 0.8314696, -0.5448951), (0.21260752, 0.8314696, -0.51328), (0.27059805, 0.70710677, -0.6532815), (0.27059805, 0.70710677, -0.6532815), (0.21260752, 0.8314696, -0.51328), (0.3086583, 0.83146966, -0.46193978), (0.3928475, 0.7071068, -0.58793783), (0.3928475, 0.7071068, -0.58793783), (0.3086583, 0.83146966, -0.46193978), (0.3928475, 0.83146966, -0.3928475), (0.5, 0.70710677, -0.5), (0.5, 0.70710677, -0.5), (0.3928475, 0.83146966, -0.3928475), (0.46193978, 0.83146966, -0.3086583), (0.58793783, 0.7071068, -0.3928475), (0.58793783, 0.7071068, -0.3928475), (0.46193978, 0.83146966, -0.3086583), (0.51328, 0.8314696, -0.21260752), (0.6532815, 0.70710677, -0.27059805), (0.6532815, 0.70710677, -0.27059805), (0.51328, 0.8314696, -0.21260752), (0.5448951, 0.8314696, -0.108386375), (0.69351995, 0.70710677, -0.13794969), (0.69351995, 0.70710677, -0.13794969), (0.5448951, 0.8314696, -0.108386375), (0.55557024, 0.8314696, 0), (0.7071068, 0.7071068, 0), (0.55557024, 0.8314696, 0), (0.38268346, 0.92387956, 0), (0.3753303, 0.92387956, 0.07465784), (0.5448951, 0.8314696, 0.108386375), (0.5448951, 0.8314696, 0.108386375), (0.3753303, 0.92387956, 0.07465784), (0.3535534, 0.92387956, 0.14644663), (0.51328, 0.8314696, 0.21260752), (0.51328, 0.8314696, 0.21260752), (0.3535534, 0.92387956, 0.14644663), (0.31818968, 0.92387956, 0.21260753), (0.46193978, 0.83146966, 0.3086583), (0.46193978, 0.83146966, 0.3086583), (0.31818968, 0.92387956, 0.21260753), (0.27059808, 0.92387956, 0.27059808), (0.3928475, 0.83146966, 0.3928475), (0.3928475, 0.83146966, 0.3928475), (0.27059808, 0.92387956, 0.27059808), (0.21260753, 0.92387956, 0.31818968), (0.3086583, 0.83146966, 0.46193978), (0.3086583, 0.83146966, 0.46193978), (0.21260753, 0.92387956, 0.31818968), (0.14644663, 0.92387956, 0.3535534), (0.21260752, 0.8314696, 0.51328), (0.21260752, 0.8314696, 0.51328), (0.14644663, 0.92387956, 0.3535534), (0.074657835, 0.9238795, 0.37533027), (0.108386375, 0.8314696, 0.5448951), (0.108386375, 0.8314696, 0.5448951), (0.074657835, 0.9238795, 0.37533027), (2.3432604e-17, 0.92387956, 0.38268346), (3.4018865e-17, 0.8314696, 0.55557024), (3.4018865e-17, 0.8314696, 0.55557024), (2.3432604e-17, 0.92387956, 0.38268346), (-0.074657835, 0.9238795, 0.37533027), (-0.108386375, 0.8314696, 0.5448951), (-0.108386375, 0.8314696, 0.5448951), (-0.074657835, 0.9238795, 0.37533027), (-0.14644663, 0.92387956, 0.3535534), (-0.21260752, 0.8314696, 0.51328), (-0.21260752, 0.8314696, 0.51328), (-0.14644663, 0.92387956, 0.3535534), (-0.21260753, 0.92387956, 0.31818968), (-0.3086583, 0.83146966, 0.46193978), (-0.3086583, 0.83146966, 0.46193978), (-0.21260753, 0.92387956, 0.31818968), (-0.27059808, 0.92387956, 0.27059808), (-0.3928475, 0.83146966, 0.3928475), (-0.3928475, 0.83146966, 0.3928475), (-0.27059808, 0.92387956, 0.27059808), (-0.31818968, 0.92387956, 0.21260753), (-0.46193978, 0.83146966, 0.3086583), (-0.46193978, 0.83146966, 0.3086583), (-0.31818968, 0.92387956, 0.21260753), (-0.3535534, 0.92387956, 0.14644663), (-0.51328, 0.8314696, 0.21260752), (-0.51328, 0.8314696, 0.21260752), (-0.3535534, 0.92387956, 0.14644663), (-0.3753303, 0.92387956, 0.07465784), (-0.5448951, 0.8314696, 0.108386375), (-0.5448951, 0.8314696, 0.108386375), (-0.3753303, 0.92387956, 0.07465784), (-0.38268346, 0.92387956, 4.6865208e-17), (-0.55557024, 0.8314696, 6.803773e-17), (-0.55557024, 0.8314696, 6.803773e-17), (-0.38268346, 0.92387956, 4.6865208e-17), (-0.3753303, 0.92387956, -0.07465784), (-0.5448951, 0.8314696, -0.108386375), (-0.5448951, 0.8314696, -0.108386375), (-0.3753303, 0.92387956, -0.07465784), (-0.3535534, 0.92387956, -0.14644663), (-0.51328, 0.8314696, -0.21260752), (-0.51328, 0.8314696, -0.21260752), (-0.3535534, 0.92387956, -0.14644663), (-0.31818968, 0.92387956, -0.21260753), (-0.46193978, 0.83146966, -0.3086583), (-0.46193978, 0.83146966, -0.3086583), (-0.31818968, 0.92387956, -0.21260753), (-0.27059808, 0.92387956, -0.27059808), (-0.3928475, 0.83146966, -0.3928475), (-0.3928475, 0.83146966, -0.3928475), (-0.27059808, 0.92387956, -0.27059808), (-0.21260753, 0.92387956, -0.31818968), (-0.3086583, 0.83146966, -0.46193978), (-0.3086583, 0.83146966, -0.46193978), (-0.21260753, 0.92387956, -0.31818968), (-0.14644663, 0.92387956, -0.3535534), (-0.21260752, 0.8314696, -0.51328), (-0.21260752, 0.8314696, -0.51328), (-0.14644663, 0.92387956, -0.3535534), (-0.074657835, 0.9238795, -0.37533027), (-0.108386375, 0.8314696, -0.5448951), (-0.108386375, 0.8314696, -0.5448951), (-0.074657835, 0.9238795, -0.37533027), (-7.029781e-17, 0.92387956, -0.38268346), (-1.020566e-16, 0.8314696, -0.55557024), (-1.020566e-16, 0.8314696, -0.55557024), (-7.029781e-17, 0.92387956, -0.38268346), (0.074657835, 0.9238795, -0.37533027), (0.108386375, 0.8314696, -0.5448951), (0.108386375, 0.8314696, -0.5448951), (0.074657835, 0.9238795, -0.37533027), (0.14644663, 0.92387956, -0.3535534), (0.21260752, 0.8314696, -0.51328), (0.21260752, 0.8314696, -0.51328), (0.14644663, 0.92387956, -0.3535534), (0.21260753, 0.92387956, -0.31818968), (0.3086583, 0.83146966, -0.46193978), (0.3086583, 0.83146966, -0.46193978), (0.21260753, 0.92387956, -0.31818968), (0.27059808, 0.92387956, -0.27059808), (0.3928475, 0.83146966, -0.3928475), (0.3928475, 0.83146966, -0.3928475), (0.27059808, 0.92387956, -0.27059808), (0.31818968, 0.92387956, -0.21260753), (0.46193978, 0.83146966, -0.3086583), (0.46193978, 0.83146966, -0.3086583), (0.31818968, 0.92387956, -0.21260753), (0.3535534, 0.92387956, -0.14644663), (0.51328, 0.8314696, -0.21260752), (0.51328, 0.8314696, -0.21260752), (0.3535534, 0.92387956, -0.14644663), (0.3753303, 0.92387956, -0.07465784), (0.5448951, 0.8314696, -0.108386375), (0.5448951, 0.8314696, -0.108386375), (0.3753303, 0.92387956, -0.07465784), (0.38268346, 0.92387956, 0), (0.55557024, 0.8314696, 0), (0.38268346, 0.92387956, 0), (0.19509034, 0.9807853, 0), (0.19134173, 0.9807853, 0.038060237), (0.3753303, 0.92387956, 0.07465784), (0.3753303, 0.92387956, 0.07465784), (0.19134173, 0.9807853, 0.038060237), (0.18023998, 0.9807853, 0.07465784), (0.3535534, 0.92387956, 0.14644663), (0.3535534, 0.92387956, 0.14644663), (0.18023998, 0.9807853, 0.07465784), (0.16221169, 0.9807853, 0.10838638), (0.31818968, 0.92387956, 0.21260753), (0.31818968, 0.92387956, 0.21260753), (0.16221169, 0.9807853, 0.10838638), (0.1379497, 0.9807853, 0.1379497), (0.27059808, 0.92387956, 0.27059808), (0.27059808, 0.92387956, 0.27059808), (0.1379497, 0.9807853, 0.1379497), (0.10838638, 0.9807853, 0.16221169), (0.21260753, 0.92387956, 0.31818968), (0.21260753, 0.92387956, 0.31818968), (0.10838638, 0.9807853, 0.16221169), (0.07465784, 0.9807853, 0.18023998), (0.14644663, 0.92387956, 0.3535534), (0.14644663, 0.92387956, 0.3535534), (0.07465784, 0.9807853, 0.18023998), (0.038060237, 0.9807853, 0.19134173), (0.074657835, 0.9238795, 0.37533027), (0.074657835, 0.9238795, 0.37533027), (0.038060237, 0.9807853, 0.19134173), (1.1945838e-17, 0.9807853, 0.19509034), (2.3432604e-17, 0.92387956, 0.38268346), (2.3432604e-17, 0.92387956, 0.38268346), (1.1945838e-17, 0.9807853, 0.19509034), (-0.038060237, 0.9807853, 0.19134173), (-0.074657835, 0.9238795, 0.37533027), (-0.074657835, 0.9238795, 0.37533027), (-0.038060237, 0.9807853, 0.19134173), (-0.07465784, 0.9807853, 0.18023998), (-0.14644663, 0.92387956, 0.3535534), (-0.14644663, 0.92387956, 0.3535534), (-0.07465784, 0.9807853, 0.18023998), (-0.10838638, 0.9807853, 0.16221169), (-0.21260753, 0.92387956, 0.31818968), (-0.21260753, 0.92387956, 0.31818968), (-0.10838638, 0.9807853, 0.16221169), (-0.1379497, 0.9807853, 0.1379497), (-0.27059808, 0.92387956, 0.27059808), (-0.27059808, 0.92387956, 0.27059808), (-0.1379497, 0.9807853, 0.1379497), (-0.16221169, 0.9807853, 0.10838638), (-0.31818968, 0.92387956, 0.21260753), (-0.31818968, 0.92387956, 0.21260753), (-0.16221169, 0.9807853, 0.10838638), (-0.18023998, 0.9807853, 0.07465784), (-0.3535534, 0.92387956, 0.14644663), (-0.3535534, 0.92387956, 0.14644663), (-0.18023998, 0.9807853, 0.07465784), (-0.19134173, 0.9807853, 0.038060237), (-0.3753303, 0.92387956, 0.07465784), (-0.3753303, 0.92387956, 0.07465784), (-0.19134173, 0.9807853, 0.038060237), (-0.19509034, 0.9807853, 2.3891676e-17), (-0.38268346, 0.92387956, 4.6865208e-17), (-0.38268346, 0.92387956, 4.6865208e-17), (-0.19509034, 0.9807853, 2.3891676e-17), (-0.19134173, 0.9807853, -0.038060237), (-0.3753303, 0.92387956, -0.07465784), (-0.3753303, 0.92387956, -0.07465784), (-0.19134173, 0.9807853, -0.038060237), (-0.18023998, 0.9807853, -0.07465784), (-0.3535534, 0.92387956, -0.14644663), (-0.3535534, 0.92387956, -0.14644663), (-0.18023998, 0.9807853, -0.07465784), (-0.16221169, 0.9807853, -0.10838638), (-0.31818968, 0.92387956, -0.21260753), (-0.31818968, 0.92387956, -0.21260753), (-0.16221169, 0.9807853, -0.10838638), (-0.1379497, 0.9807853, -0.1379497), (-0.27059808, 0.92387956, -0.27059808), (-0.27059808, 0.92387956, -0.27059808), (-0.1379497, 0.9807853, -0.1379497), (-0.10838638, 0.9807853, -0.16221169), (-0.21260753, 0.92387956, -0.31818968), (-0.21260753, 0.92387956, -0.31818968), (-0.10838638, 0.9807853, -0.16221169), (-0.07465784, 0.9807853, -0.18023998), (-0.14644663, 0.92387956, -0.3535534), (-0.14644663, 0.92387956, -0.3535534), (-0.07465784, 0.9807853, -0.18023998), (-0.038060237, 0.9807853, -0.19134173), (-0.074657835, 0.9238795, -0.37533027), (-0.074657835, 0.9238795, -0.37533027), (-0.038060237, 0.9807853, -0.19134173), (-3.5837514e-17, 0.9807853, -0.19509034), (-7.029781e-17, 0.92387956, -0.38268346), (-7.029781e-17, 0.92387956, -0.38268346), (-3.5837514e-17, 0.9807853, -0.19509034), (0.038060237, 0.9807853, -0.19134173), (0.074657835, 0.9238795, -0.37533027), (0.074657835, 0.9238795, -0.37533027), (0.038060237, 0.9807853, -0.19134173), (0.07465784, 0.9807853, -0.18023998), (0.14644663, 0.92387956, -0.3535534), (0.14644663, 0.92387956, -0.3535534), (0.07465784, 0.9807853, -0.18023998), (0.10838638, 0.9807853, -0.16221169), (0.21260753, 0.92387956, -0.31818968), (0.21260753, 0.92387956, -0.31818968), (0.10838638, 0.9807853, -0.16221169), (0.1379497, 0.9807853, -0.1379497), (0.27059808, 0.92387956, -0.27059808), (0.27059808, 0.92387956, -0.27059808), (0.1379497, 0.9807853, -0.1379497), (0.16221169, 0.9807853, -0.10838638), (0.31818968, 0.92387956, -0.21260753), (0.31818968, 0.92387956, -0.21260753), (0.16221169, 0.9807853, -0.10838638), (0.18023998, 0.9807853, -0.07465784), (0.3535534, 0.92387956, -0.14644663), (0.3535534, 0.92387956, -0.14644663), (0.18023998, 0.9807853, -0.07465784), (0.19134173, 0.9807853, -0.038060237), (0.3753303, 0.92387956, -0.07465784), (0.3753303, 0.92387956, -0.07465784), (0.19134173, 0.9807853, -0.038060237), (0.19509034, 0.9807853, 0), (0.38268346, 0.92387956, 0), (0.19509034, 0.9807853, 0), (0, 1, 0), (0, 1, 0), (0.19134173, 0.9807853, 0.038060237), (0.19134173, 0.9807853, 0.038060237), (0, 1, 0), (0, 1, 0), (0.18023998, 0.9807853, 0.07465784), (0.18023998, 0.9807853, 0.07465784), (0, 1, 0), (0, 1, 0), (0.16221169, 0.9807853, 0.10838638), (0.16221169, 0.9807853, 0.10838638), (0, 1, 0), (0, 1, 0), (0.1379497, 0.9807853, 0.1379497), (0.1379497, 0.9807853, 0.1379497), (0, 1, 0), (0, 1, 0), (0.10838638, 0.9807853, 0.16221169), (0.10838638, 0.9807853, 0.16221169), (0, 1, 0), (0, 1, 0), (0.07465784, 0.9807853, 0.18023998), (0.07465784, 0.9807853, 0.18023998), (0, 1, 0), (0, 1, 0), (0.038060237, 0.9807853, 0.19134173), (0.038060237, 0.9807853, 0.19134173), (0, 1, 0), (0, 1, 0), (1.1945838e-17, 0.9807853, 0.19509034), (1.1945838e-17, 0.9807853, 0.19509034), (0, 1, 0), (0, 1, 0), (-0.038060237, 0.9807853, 0.19134173), (-0.038060237, 0.9807853, 0.19134173), (0, 1, 0), (0, 1, 0), (-0.07465784, 0.9807853, 0.18023998), (-0.07465784, 0.9807853, 0.18023998), (0, 1, 0), (0, 1, 0), (-0.10838638, 0.9807853, 0.16221169), (-0.10838638, 0.9807853, 0.16221169), (0, 1, 0), (0, 1, 0), (-0.1379497, 0.9807853, 0.1379497), (-0.1379497, 0.9807853, 0.1379497), (0, 1, 0), (0, 1, 0), (-0.16221169, 0.9807853, 0.10838638), (-0.16221169, 0.9807853, 0.10838638), (0, 1, 0), (0, 1, 0), (-0.18023998, 0.9807853, 0.07465784), (-0.18023998, 0.9807853, 0.07465784), (0, 1, 0), (0, 1, 0), (-0.19134173, 0.9807853, 0.038060237), (-0.19134173, 0.9807853, 0.038060237), (0, 1, 0), (0, 1, 0), (-0.19509034, 0.9807853, 2.3891676e-17), (-0.19509034, 0.9807853, 2.3891676e-17), (0, 1, 0), (0, 1, 0), (-0.19134173, 0.9807853, -0.038060237), (-0.19134173, 0.9807853, -0.038060237), (0, 1, 0), (0, 1, 0), (-0.18023998, 0.9807853, -0.07465784), (-0.18023998, 0.9807853, -0.07465784), (0, 1, 0), (0, 1, 0), (-0.16221169, 0.9807853, -0.10838638), (-0.16221169, 0.9807853, -0.10838638), (0, 1, 0), (0, 1, 0), (-0.1379497, 0.9807853, -0.1379497), (-0.1379497, 0.9807853, -0.1379497), (0, 1, 0), (0, 1, 0), (-0.10838638, 0.9807853, -0.16221169), (-0.10838638, 0.9807853, -0.16221169), (0, 1, 0), (0, 1, 0), (-0.07465784, 0.9807853, -0.18023998), (-0.07465784, 0.9807853, -0.18023998), (0, 1, 0), (0, 1, 0), (-0.038060237, 0.9807853, -0.19134173), (-0.038060237, 0.9807853, -0.19134173), (0, 1, 0), (0, 1, 0), (-3.5837514e-17, 0.9807853, -0.19509034), (-3.5837514e-17, 0.9807853, -0.19509034), (0, 1, 0), (0, 1, 0), (0.038060237, 0.9807853, -0.19134173), (0.038060237, 0.9807853, -0.19134173), (0, 1, 0), (0, 1, 0), (0.07465784, 0.9807853, -0.18023998), (0.07465784, 0.9807853, -0.18023998), (0, 1, 0), (0, 1, 0), (0.10838638, 0.9807853, -0.16221169), (0.10838638, 0.9807853, -0.16221169), (0, 1, 0), (0, 1, 0), (0.1379497, 0.9807853, -0.1379497), (0.1379497, 0.9807853, -0.1379497), (0, 1, 0), (0, 1, 0), (0.16221169, 0.9807853, -0.10838638), (0.16221169, 0.9807853, -0.10838638), (0, 1, 0), (0, 1, 0), (0.18023998, 0.9807853, -0.07465784), (0.18023998, 0.9807853, -0.07465784), (0, 1, 0), (0, 1, 0), (0.19134173, 0.9807853, -0.038060237), (0.19134173, 0.9807853, -0.038060237), (0, 1, 0), (0, 1, 0), (0.19509034, 0.9807853, 0), (0, 1, 0), (-0.19509034, 0.9807853, 0), (-0.19134173, 0.9807853, -0.038060237), (0, 1, 0), (0, 1, 0), (-0.19134173, 0.9807853, -0.038060237), (-0.18023998, 0.9807853, -0.07465784), (0, 1, 0), (0, 1, 0), (-0.18023998, 0.9807853, -0.07465784), (-0.16221169, 0.9807853, -0.10838638), (0, 1, 0), (0, 1, 0), (-0.16221169, 0.9807853, -0.10838638), (-0.1379497, 0.9807853, -0.1379497), (0, 1, 0), (0, 1, 0), (-0.1379497, 0.9807853, -0.1379497), (-0.10838638, 0.9807853, -0.16221169), (0, 1, 0), (0, 1, 0), (-0.10838638, 0.9807853, -0.16221169), (-0.07465784, 0.9807853, -0.18023998), (0, 1, 0), (0, 1, 0), (-0.07465784, 0.9807853, -0.18023998), (-0.038060237, 0.9807853, -0.19134173), (0, 1, 0), (0, 1, 0), (-0.038060237, 0.9807853, -0.19134173), (-1.1945838e-17, 0.9807853, -0.19509034), (0, 1, 0), (0, 1, 0), (-1.1945838e-17, 0.9807853, -0.19509034), (0.038060237, 0.9807853, -0.19134173), (0, 1, 0), (0, 1, 0), (0.038060237, 0.9807853, -0.19134173), (0.07465784, 0.9807853, -0.18023998), (0, 1, 0), (0, 1, 0), (0.07465784, 0.9807853, -0.18023998), (0.10838638, 0.9807853, -0.16221169), (0, 1, 0), (0, 1, 0), (0.10838638, 0.9807853, -0.16221169), (0.1379497, 0.9807853, -0.1379497), (0, 1, 0), (0, 1, 0), (0.1379497, 0.9807853, -0.1379497), (0.16221169, 0.9807853, -0.10838638), (0, 1, 0), (0, 1, 0), (0.16221169, 0.9807853, -0.10838638), (0.18023998, 0.9807853, -0.07465784), (0, 1, 0), (0, 1, 0), (0.18023998, 0.9807853, -0.07465784), (0.19134173, 0.9807853, -0.038060237), (0, 1, 0), (0, 1, 0), (0.19134173, 0.9807853, -0.038060237), (0.19509034, 0.9807853, -2.3891676e-17), (0, 1, 0), (0, 1, 0), (0.19509034, 0.9807853, -2.3891676e-17), (0.19134173, 0.9807853, 0.038060237), (0, 1, 0), (0, 1, 0), (0.19134173, 0.9807853, 0.038060237), (0.18023998, 0.9807853, 0.07465784), (0, 1, 0), (0, 1, 0), (0.18023998, 0.9807853, 0.07465784), (0.16221169, 0.9807853, 0.10838638), (0, 1, 0), (0, 1, 0), (0.16221169, 0.9807853, 0.10838638), (0.1379497, 0.9807853, 0.1379497), (0, 1, 0), (0, 1, 0), (0.1379497, 0.9807853, 0.1379497), (0.10838638, 0.9807853, 0.16221169), (0, 1, 0), (0, 1, 0), (0.10838638, 0.9807853, 0.16221169), (0.07465784, 0.9807853, 0.18023998), (0, 1, 0), (0, 1, 0), (0.07465784, 0.9807853, 0.18023998), (0.038060237, 0.9807853, 0.19134173), (0, 1, 0), (0, 1, 0), (0.038060237, 0.9807853, 0.19134173), (3.5837514e-17, 0.9807853, 0.19509034), (0, 1, 0), (0, 1, 0), (3.5837514e-17, 0.9807853, 0.19509034), (-0.038060237, 0.9807853, 0.19134173), (0, 1, 0), (0, 1, 0), (-0.038060237, 0.9807853, 0.19134173), (-0.07465784, 0.9807853, 0.18023998), (0, 1, 0), (0, 1, 0), (-0.07465784, 0.9807853, 0.18023998), (-0.10838638, 0.9807853, 0.16221169), (0, 1, 0), (0, 1, 0), (-0.10838638, 0.9807853, 0.16221169), (-0.1379497, 0.9807853, 0.1379497), (0, 1, 0), (0, 1, 0), (-0.1379497, 0.9807853, 0.1379497), (-0.16221169, 0.9807853, 0.10838638), (0, 1, 0), (0, 1, 0), (-0.16221169, 0.9807853, 0.10838638), (-0.18023998, 0.9807853, 0.07465784), (0, 1, 0), (0, 1, 0), (-0.18023998, 0.9807853, 0.07465784), (-0.19134173, 0.9807853, 0.038060237), (0, 1, 0), (0, 1, 0), (-0.19134173, 0.9807853, 0.038060237), (-0.19509034, 0.9807853, 0), (0, 1, 0), (-0.19509034, 0.9807853, 0), (-0.38268346, 0.92387956, 0), (-0.3753303, 0.92387956, -0.07465784), (-0.19134173, 0.9807853, -0.038060237), (-0.19134173, 0.9807853, -0.038060237), (-0.3753303, 0.92387956, -0.07465784), (-0.3535534, 0.92387956, -0.14644663), (-0.18023998, 0.9807853, -0.07465784), (-0.18023998, 0.9807853, -0.07465784), (-0.3535534, 0.92387956, -0.14644663), (-0.31818968, 0.92387956, -0.21260753), (-0.16221169, 0.9807853, -0.10838638), (-0.16221169, 0.9807853, -0.10838638), (-0.31818968, 0.92387956, -0.21260753), (-0.27059808, 0.92387956, -0.27059808), (-0.1379497, 0.9807853, -0.1379497), (-0.1379497, 0.9807853, -0.1379497), (-0.27059808, 0.92387956, -0.27059808), (-0.21260753, 0.92387956, -0.31818968), (-0.10838638, 0.9807853, -0.16221169), (-0.10838638, 0.9807853, -0.16221169), (-0.21260753, 0.92387956, -0.31818968), (-0.14644663, 0.92387956, -0.3535534), (-0.07465784, 0.9807853, -0.18023998), (-0.07465784, 0.9807853, -0.18023998), (-0.14644663, 0.92387956, -0.3535534), (-0.074657835, 0.9238795, -0.37533027), (-0.038060237, 0.9807853, -0.19134173), (-0.038060237, 0.9807853, -0.19134173), (-0.074657835, 0.9238795, -0.37533027), (-2.3432604e-17, 0.92387956, -0.38268346), (-1.1945838e-17, 0.9807853, -0.19509034), (-1.1945838e-17, 0.9807853, -0.19509034), (-2.3432604e-17, 0.92387956, -0.38268346), (0.074657835, 0.9238795, -0.37533027), (0.038060237, 0.9807853, -0.19134173), (0.038060237, 0.9807853, -0.19134173), (0.074657835, 0.9238795, -0.37533027), (0.14644663, 0.92387956, -0.3535534), (0.07465784, 0.9807853, -0.18023998), (0.07465784, 0.9807853, -0.18023998), (0.14644663, 0.92387956, -0.3535534), (0.21260753, 0.92387956, -0.31818968), (0.10838638, 0.9807853, -0.16221169), (0.10838638, 0.9807853, -0.16221169), (0.21260753, 0.92387956, -0.31818968), (0.27059808, 0.92387956, -0.27059808), (0.1379497, 0.9807853, -0.1379497), (0.1379497, 0.9807853, -0.1379497), (0.27059808, 0.92387956, -0.27059808), (0.31818968, 0.92387956, -0.21260753), (0.16221169, 0.9807853, -0.10838638), (0.16221169, 0.9807853, -0.10838638), (0.31818968, 0.92387956, -0.21260753), (0.3535534, 0.92387956, -0.14644663), (0.18023998, 0.9807853, -0.07465784), (0.18023998, 0.9807853, -0.07465784), (0.3535534, 0.92387956, -0.14644663), (0.3753303, 0.92387956, -0.07465784), (0.19134173, 0.9807853, -0.038060237), (0.19134173, 0.9807853, -0.038060237), (0.3753303, 0.92387956, -0.07465784), (0.38268346, 0.92387956, -4.6865208e-17), (0.19509034, 0.9807853, -2.3891676e-17), (0.19509034, 0.9807853, -2.3891676e-17), (0.38268346, 0.92387956, -4.6865208e-17), (0.3753303, 0.92387956, 0.07465784), (0.19134173, 0.9807853, 0.038060237), (0.19134173, 0.9807853, 0.038060237), (0.3753303, 0.92387956, 0.07465784), (0.3535534, 0.92387956, 0.14644663), (0.18023998, 0.9807853, 0.07465784), (0.18023998, 0.9807853, 0.07465784), (0.3535534, 0.92387956, 0.14644663), (0.31818968, 0.92387956, 0.21260753), (0.16221169, 0.9807853, 0.10838638), (0.16221169, 0.9807853, 0.10838638), (0.31818968, 0.92387956, 0.21260753), (0.27059808, 0.92387956, 0.27059808), (0.1379497, 0.9807853, 0.1379497), (0.1379497, 0.9807853, 0.1379497), (0.27059808, 0.92387956, 0.27059808), (0.21260753, 0.92387956, 0.31818968), (0.10838638, 0.9807853, 0.16221169), (0.10838638, 0.9807853, 0.16221169), (0.21260753, 0.92387956, 0.31818968), (0.14644663, 0.92387956, 0.3535534), (0.07465784, 0.9807853, 0.18023998), (0.07465784, 0.9807853, 0.18023998), (0.14644663, 0.92387956, 0.3535534), (0.074657835, 0.9238795, 0.37533027), (0.038060237, 0.9807853, 0.19134173), (0.038060237, 0.9807853, 0.19134173), (0.074657835, 0.9238795, 0.37533027), (7.029781e-17, 0.92387956, 0.38268346), (3.5837514e-17, 0.9807853, 0.19509034), (3.5837514e-17, 0.9807853, 0.19509034), (7.029781e-17, 0.92387956, 0.38268346), (-0.074657835, 0.9238795, 0.37533027), (-0.038060237, 0.9807853, 0.19134173), (-0.038060237, 0.9807853, 0.19134173), (-0.074657835, 0.9238795, 0.37533027), (-0.14644663, 0.92387956, 0.3535534), (-0.07465784, 0.9807853, 0.18023998), (-0.07465784, 0.9807853, 0.18023998), (-0.14644663, 0.92387956, 0.3535534), (-0.21260753, 0.92387956, 0.31818968), (-0.10838638, 0.9807853, 0.16221169), (-0.10838638, 0.9807853, 0.16221169), (-0.21260753, 0.92387956, 0.31818968), (-0.27059808, 0.92387956, 0.27059808), (-0.1379497, 0.9807853, 0.1379497), (-0.1379497, 0.9807853, 0.1379497), (-0.27059808, 0.92387956, 0.27059808), (-0.31818968, 0.92387956, 0.21260753), (-0.16221169, 0.9807853, 0.10838638), (-0.16221169, 0.9807853, 0.10838638), (-0.31818968, 0.92387956, 0.21260753), (-0.3535534, 0.92387956, 0.14644663), (-0.18023998, 0.9807853, 0.07465784), (-0.18023998, 0.9807853, 0.07465784), (-0.3535534, 0.92387956, 0.14644663), (-0.3753303, 0.92387956, 0.07465784), (-0.19134173, 0.9807853, 0.038060237), (-0.19134173, 0.9807853, 0.038060237), (-0.3753303, 0.92387956, 0.07465784), (-0.38268346, 0.92387956, 0), (-0.19509034, 0.9807853, 0), (-0.38268346, 0.92387956, 0), (-0.55557024, 0.8314696, 0), (-0.5448951, 0.8314696, -0.108386375), (-0.3753303, 0.92387956, -0.07465784), (-0.3753303, 0.92387956, -0.07465784), (-0.5448951, 0.8314696, -0.108386375), (-0.51328, 0.8314696, -0.21260752), (-0.3535534, 0.92387956, -0.14644663), (-0.3535534, 0.92387956, -0.14644663), (-0.51328, 0.8314696, -0.21260752), (-0.46193978, 0.83146966, -0.3086583), (-0.31818968, 0.92387956, -0.21260753), (-0.31818968, 0.92387956, -0.21260753), (-0.46193978, 0.83146966, -0.3086583), (-0.3928475, 0.83146966, -0.3928475), (-0.27059808, 0.92387956, -0.27059808), (-0.27059808, 0.92387956, -0.27059808), (-0.3928475, 0.83146966, -0.3928475), (-0.3086583, 0.83146966, -0.46193978), (-0.21260753, 0.92387956, -0.31818968), (-0.21260753, 0.92387956, -0.31818968), (-0.3086583, 0.83146966, -0.46193978), (-0.21260752, 0.8314696, -0.51328), (-0.14644663, 0.92387956, -0.3535534), (-0.14644663, 0.92387956, -0.3535534), (-0.21260752, 0.8314696, -0.51328), (-0.108386375, 0.8314696, -0.5448951), (-0.074657835, 0.9238795, -0.37533027), (-0.074657835, 0.9238795, -0.37533027), (-0.108386375, 0.8314696, -0.5448951), (-3.4018865e-17, 0.8314696, -0.55557024), (-2.3432604e-17, 0.92387956, -0.38268346), (-2.3432604e-17, 0.92387956, -0.38268346), (-3.4018865e-17, 0.8314696, -0.55557024), (0.108386375, 0.8314696, -0.5448951), (0.074657835, 0.9238795, -0.37533027), (0.074657835, 0.9238795, -0.37533027), (0.108386375, 0.8314696, -0.5448951), (0.21260752, 0.8314696, -0.51328), (0.14644663, 0.92387956, -0.3535534), (0.14644663, 0.92387956, -0.3535534), (0.21260752, 0.8314696, -0.51328), (0.3086583, 0.83146966, -0.46193978), (0.21260753, 0.92387956, -0.31818968), (0.21260753, 0.92387956, -0.31818968), (0.3086583, 0.83146966, -0.46193978), (0.3928475, 0.83146966, -0.3928475), (0.27059808, 0.92387956, -0.27059808), (0.27059808, 0.92387956, -0.27059808), (0.3928475, 0.83146966, -0.3928475), (0.46193978, 0.83146966, -0.3086583), (0.31818968, 0.92387956, -0.21260753), (0.31818968, 0.92387956, -0.21260753), (0.46193978, 0.83146966, -0.3086583), (0.51328, 0.8314696, -0.21260752), (0.3535534, 0.92387956, -0.14644663), (0.3535534, 0.92387956, -0.14644663), (0.51328, 0.8314696, -0.21260752), (0.5448951, 0.8314696, -0.108386375), (0.3753303, 0.92387956, -0.07465784), (0.3753303, 0.92387956, -0.07465784), (0.5448951, 0.8314696, -0.108386375), (0.55557024, 0.8314696, -6.803773e-17), (0.38268346, 0.92387956, -4.6865208e-17), (0.38268346, 0.92387956, -4.6865208e-17), (0.55557024, 0.8314696, -6.803773e-17), (0.5448951, 0.8314696, 0.108386375), (0.3753303, 0.92387956, 0.07465784), (0.3753303, 0.92387956, 0.07465784), (0.5448951, 0.8314696, 0.108386375), (0.51328, 0.8314696, 0.21260752), (0.3535534, 0.92387956, 0.14644663), (0.3535534, 0.92387956, 0.14644663), (0.51328, 0.8314696, 0.21260752), (0.46193978, 0.83146966, 0.3086583), (0.31818968, 0.92387956, 0.21260753), (0.31818968, 0.92387956, 0.21260753), (0.46193978, 0.83146966, 0.3086583), (0.3928475, 0.83146966, 0.3928475), (0.27059808, 0.92387956, 0.27059808), (0.27059808, 0.92387956, 0.27059808), (0.3928475, 0.83146966, 0.3928475), (0.3086583, 0.83146966, 0.46193978), (0.21260753, 0.92387956, 0.31818968), (0.21260753, 0.92387956, 0.31818968), (0.3086583, 0.83146966, 0.46193978), (0.21260752, 0.8314696, 0.51328), (0.14644663, 0.92387956, 0.3535534), (0.14644663, 0.92387956, 0.3535534), (0.21260752, 0.8314696, 0.51328), (0.108386375, 0.8314696, 0.5448951), (0.074657835, 0.9238795, 0.37533027), (0.074657835, 0.9238795, 0.37533027), (0.108386375, 0.8314696, 0.5448951), (1.020566e-16, 0.8314696, 0.55557024), (7.029781e-17, 0.92387956, 0.38268346), (7.029781e-17, 0.92387956, 0.38268346), (1.020566e-16, 0.8314696, 0.55557024), (-0.108386375, 0.8314696, 0.5448951), (-0.074657835, 0.9238795, 0.37533027), (-0.074657835, 0.9238795, 0.37533027), (-0.108386375, 0.8314696, 0.5448951), (-0.21260752, 0.8314696, 0.51328), (-0.14644663, 0.92387956, 0.3535534), (-0.14644663, 0.92387956, 0.3535534), (-0.21260752, 0.8314696, 0.51328), (-0.3086583, 0.83146966, 0.46193978), (-0.21260753, 0.92387956, 0.31818968), (-0.21260753, 0.92387956, 0.31818968), (-0.3086583, 0.83146966, 0.46193978), (-0.3928475, 0.83146966, 0.3928475), (-0.27059808, 0.92387956, 0.27059808), (-0.27059808, 0.92387956, 0.27059808), (-0.3928475, 0.83146966, 0.3928475), (-0.46193978, 0.83146966, 0.3086583), (-0.31818968, 0.92387956, 0.21260753), (-0.31818968, 0.92387956, 0.21260753), (-0.46193978, 0.83146966, 0.3086583), (-0.51328, 0.8314696, 0.21260752), (-0.3535534, 0.92387956, 0.14644663), (-0.3535534, 0.92387956, 0.14644663), (-0.51328, 0.8314696, 0.21260752), (-0.5448951, 0.8314696, 0.108386375), (-0.3753303, 0.92387956, 0.07465784), (-0.3753303, 0.92387956, 0.07465784), (-0.5448951, 0.8314696, 0.108386375), (-0.55557024, 0.8314696, 0), (-0.38268346, 0.92387956, 0), (-0.55557024, 0.8314696, 0), (-0.7071068, 0.7071068, 0), (-0.69351995, 0.70710677, -0.13794969), (-0.5448951, 0.8314696, -0.108386375), (-0.5448951, 0.8314696, -0.108386375), (-0.69351995, 0.70710677, -0.13794969), (-0.6532815, 0.70710677, -0.27059805), (-0.51328, 0.8314696, -0.21260752), (-0.51328, 0.8314696, -0.21260752), (-0.6532815, 0.70710677, -0.27059805), (-0.58793783, 0.7071068, -0.3928475), (-0.46193978, 0.83146966, -0.3086583), (-0.46193978, 0.83146966, -0.3086583), (-0.58793783, 0.7071068, -0.3928475), (-0.5, 0.70710677, -0.5), (-0.3928475, 0.83146966, -0.3928475), (-0.3928475, 0.83146966, -0.3928475), (-0.5, 0.70710677, -0.5), (-0.3928475, 0.7071068, -0.58793783), (-0.3086583, 0.83146966, -0.46193978), (-0.3086583, 0.83146966, -0.46193978), (-0.3928475, 0.7071068, -0.58793783), (-0.27059805, 0.70710677, -0.6532815), (-0.21260752, 0.8314696, -0.51328), (-0.21260752, 0.8314696, -0.51328), (-0.27059805, 0.70710677, -0.6532815), (-0.13794969, 0.70710677, -0.69351995), (-0.108386375, 0.8314696, -0.5448951), (-0.108386375, 0.8314696, -0.5448951), (-0.13794969, 0.70710677, -0.69351995), (-4.3297806e-17, 0.7071068, -0.7071068), (-3.4018865e-17, 0.8314696, -0.55557024), (-3.4018865e-17, 0.8314696, -0.55557024), (-4.3297806e-17, 0.7071068, -0.7071068), (0.13794969, 0.70710677, -0.69351995), (0.108386375, 0.8314696, -0.5448951), (0.108386375, 0.8314696, -0.5448951), (0.13794969, 0.70710677, -0.69351995), (0.27059805, 0.70710677, -0.6532815), (0.21260752, 0.8314696, -0.51328), (0.21260752, 0.8314696, -0.51328), (0.27059805, 0.70710677, -0.6532815), (0.3928475, 0.7071068, -0.58793783), (0.3086583, 0.83146966, -0.46193978), (0.3086583, 0.83146966, -0.46193978), (0.3928475, 0.7071068, -0.58793783), (0.5, 0.70710677, -0.5), (0.3928475, 0.83146966, -0.3928475), (0.3928475, 0.83146966, -0.3928475), (0.5, 0.70710677, -0.5), (0.58793783, 0.7071068, -0.3928475), (0.46193978, 0.83146966, -0.3086583), (0.46193978, 0.83146966, -0.3086583), (0.58793783, 0.7071068, -0.3928475), (0.6532815, 0.70710677, -0.27059805), (0.51328, 0.8314696, -0.21260752), (0.51328, 0.8314696, -0.21260752), (0.6532815, 0.70710677, -0.27059805), (0.69351995, 0.70710677, -0.13794969), (0.5448951, 0.8314696, -0.108386375), (0.5448951, 0.8314696, -0.108386375), (0.69351995, 0.70710677, -0.13794969), (0.7071068, 0.7071068, -8.659561e-17), (0.55557024, 0.8314696, -6.803773e-17), (0.55557024, 0.8314696, -6.803773e-17), (0.7071068, 0.7071068, -8.659561e-17), (0.69351995, 0.70710677, 0.13794969), (0.5448951, 0.8314696, 0.108386375), (0.5448951, 0.8314696, 0.108386375), (0.69351995, 0.70710677, 0.13794969), (0.6532815, 0.70710677, 0.27059805), (0.51328, 0.8314696, 0.21260752), (0.51328, 0.8314696, 0.21260752), (0.6532815, 0.70710677, 0.27059805), (0.58793783, 0.7071068, 0.3928475), (0.46193978, 0.83146966, 0.3086583), (0.46193978, 0.83146966, 0.3086583), (0.58793783, 0.7071068, 0.3928475), (0.5, 0.70710677, 0.5), (0.3928475, 0.83146966, 0.3928475), (0.3928475, 0.83146966, 0.3928475), (0.5, 0.70710677, 0.5), (0.3928475, 0.7071068, 0.58793783), (0.3086583, 0.83146966, 0.46193978), (0.3086583, 0.83146966, 0.46193978), (0.3928475, 0.7071068, 0.58793783), (0.27059805, 0.70710677, 0.6532815), (0.21260752, 0.8314696, 0.51328), (0.21260752, 0.8314696, 0.51328), (0.27059805, 0.70710677, 0.6532815), (0.13794969, 0.70710677, 0.69351995), (0.108386375, 0.8314696, 0.5448951), (0.108386375, 0.8314696, 0.5448951), (0.13794969, 0.70710677, 0.69351995), (1.2989342e-16, 0.7071068, 0.7071068), (1.020566e-16, 0.8314696, 0.55557024), (1.020566e-16, 0.8314696, 0.55557024), (1.2989342e-16, 0.7071068, 0.7071068), (-0.13794969, 0.70710677, 0.69351995), (-0.108386375, 0.8314696, 0.5448951), (-0.108386375, 0.8314696, 0.5448951), (-0.13794969, 0.70710677, 0.69351995), (-0.27059805, 0.70710677, 0.6532815), (-0.21260752, 0.8314696, 0.51328), (-0.21260752, 0.8314696, 0.51328), (-0.27059805, 0.70710677, 0.6532815), (-0.3928475, 0.7071068, 0.58793783), (-0.3086583, 0.83146966, 0.46193978), (-0.3086583, 0.83146966, 0.46193978), (-0.3928475, 0.7071068, 0.58793783), (-0.5, 0.70710677, 0.5), (-0.3928475, 0.83146966, 0.3928475), (-0.3928475, 0.83146966, 0.3928475), (-0.5, 0.70710677, 0.5), (-0.58793783, 0.7071068, 0.3928475), (-0.46193978, 0.83146966, 0.3086583), (-0.46193978, 0.83146966, 0.3086583), (-0.58793783, 0.7071068, 0.3928475), (-0.6532815, 0.70710677, 0.27059805), (-0.51328, 0.8314696, 0.21260752), (-0.51328, 0.8314696, 0.21260752), (-0.6532815, 0.70710677, 0.27059805), (-0.69351995, 0.70710677, 0.13794969), (-0.5448951, 0.8314696, 0.108386375), (-0.5448951, 0.8314696, 0.108386375), (-0.69351995, 0.70710677, 0.13794969), (-0.7071068, 0.7071068, 0), (-0.55557024, 0.8314696, 0), (-0.7071068, 0.7071068, 0), (-0.8314696, 0.55557024, 0), (-0.81549317, 0.55557024, -0.16221167), (-0.69351995, 0.70710677, -0.13794969), (-0.69351995, 0.70710677, -0.13794969), (-0.81549317, 0.55557024, -0.16221167), (-0.76817775, 0.55557024, -0.31818965), (-0.6532815, 0.70710677, -0.27059805), (-0.6532815, 0.70710677, -0.27059805), (-0.76817775, 0.55557024, -0.31818965), (-0.6913417, 0.55557024, -0.46193975), (-0.58793783, 0.7071068, -0.3928475), (-0.58793783, 0.7071068, -0.3928475), (-0.6913417, 0.55557024, -0.46193975), (-0.58793783, 0.5555703, -0.58793783), (-0.5, 0.70710677, -0.5), (-0.5, 0.70710677, -0.5), (-0.58793783, 0.5555703, -0.58793783), (-0.46193975, 0.55557024, -0.6913417), (-0.3928475, 0.7071068, -0.58793783), (-0.3928475, 0.7071068, -0.58793783), (-0.46193975, 0.55557024, -0.6913417), (-0.31818965, 0.55557024, -0.76817775), (-0.27059805, 0.70710677, -0.6532815), (-0.27059805, 0.70710677, -0.6532815), (-0.31818965, 0.55557024, -0.76817775), (-0.16221167, 0.55557024, -0.81549317), (-0.13794969, 0.70710677, -0.69351995), (-0.13794969, 0.70710677, -0.69351995), (-0.16221167, 0.55557024, -0.81549317), (-5.091283e-17, 0.55557024, -0.8314696), (-4.3297806e-17, 0.7071068, -0.7071068), (-4.3297806e-17, 0.7071068, -0.7071068), (-5.091283e-17, 0.55557024, -0.8314696), (0.16221167, 0.55557024, -0.81549317), (0.13794969, 0.70710677, -0.69351995), (0.13794969, 0.70710677, -0.69351995), (0.16221167, 0.55557024, -0.81549317), (0.31818965, 0.55557024, -0.76817775), (0.27059805, 0.70710677, -0.6532815), (0.27059805, 0.70710677, -0.6532815), (0.31818965, 0.55557024, -0.76817775), (0.46193975, 0.55557024, -0.6913417), (0.3928475, 0.7071068, -0.58793783), (0.3928475, 0.7071068, -0.58793783), (0.46193975, 0.55557024, -0.6913417), (0.58793783, 0.5555703, -0.58793783), (0.5, 0.70710677, -0.5), (0.5, 0.70710677, -0.5), (0.58793783, 0.5555703, -0.58793783), (0.6913417, 0.55557024, -0.46193975), (0.58793783, 0.7071068, -0.3928475), (0.58793783, 0.7071068, -0.3928475), (0.6913417, 0.55557024, -0.46193975), (0.76817775, 0.55557024, -0.31818965), (0.6532815, 0.70710677, -0.27059805), (0.6532815, 0.70710677, -0.27059805), (0.76817775, 0.55557024, -0.31818965), (0.81549317, 0.55557024, -0.16221167), (0.69351995, 0.70710677, -0.13794969), (0.69351995, 0.70710677, -0.13794969), (0.81549317, 0.55557024, -0.16221167), (0.8314696, 0.55557024, -1.0182566e-16), (0.7071068, 0.7071068, -8.659561e-17), (0.7071068, 0.7071068, -8.659561e-17), (0.8314696, 0.55557024, -1.0182566e-16), (0.81549317, 0.55557024, 0.16221167), (0.69351995, 0.70710677, 0.13794969), (0.69351995, 0.70710677, 0.13794969), (0.81549317, 0.55557024, 0.16221167), (0.76817775, 0.55557024, 0.31818965), (0.6532815, 0.70710677, 0.27059805), (0.6532815, 0.70710677, 0.27059805), (0.76817775, 0.55557024, 0.31818965), (0.6913417, 0.55557024, 0.46193975), (0.58793783, 0.7071068, 0.3928475), (0.58793783, 0.7071068, 0.3928475), (0.6913417, 0.55557024, 0.46193975), (0.58793783, 0.5555703, 0.58793783), (0.5, 0.70710677, 0.5), (0.5, 0.70710677, 0.5), (0.58793783, 0.5555703, 0.58793783), (0.46193975, 0.55557024, 0.6913417), (0.3928475, 0.7071068, 0.58793783), (0.3928475, 0.7071068, 0.58793783), (0.46193975, 0.55557024, 0.6913417), (0.31818965, 0.55557024, 0.76817775), (0.27059805, 0.70710677, 0.6532815), (0.27059805, 0.70710677, 0.6532815), (0.31818965, 0.55557024, 0.76817775), (0.16221167, 0.55557024, 0.81549317), (0.13794969, 0.70710677, 0.69351995), (0.13794969, 0.70710677, 0.69351995), (0.16221167, 0.55557024, 0.81549317), (1.5273849e-16, 0.55557024, 0.8314696), (1.2989342e-16, 0.7071068, 0.7071068), (1.2989342e-16, 0.7071068, 0.7071068), (1.5273849e-16, 0.55557024, 0.8314696), (-0.16221167, 0.55557024, 0.81549317), (-0.13794969, 0.70710677, 0.69351995), (-0.13794969, 0.70710677, 0.69351995), (-0.16221167, 0.55557024, 0.81549317), (-0.31818965, 0.55557024, 0.76817775), (-0.27059805, 0.70710677, 0.6532815), (-0.27059805, 0.70710677, 0.6532815), (-0.31818965, 0.55557024, 0.76817775), (-0.46193975, 0.55557024, 0.6913417), (-0.3928475, 0.7071068, 0.58793783), (-0.3928475, 0.7071068, 0.58793783), (-0.46193975, 0.55557024, 0.6913417), (-0.58793783, 0.5555703, 0.58793783), (-0.5, 0.70710677, 0.5), (-0.5, 0.70710677, 0.5), (-0.58793783, 0.5555703, 0.58793783), (-0.6913417, 0.55557024, 0.46193975), (-0.58793783, 0.7071068, 0.3928475), (-0.58793783, 0.7071068, 0.3928475), (-0.6913417, 0.55557024, 0.46193975), (-0.76817775, 0.55557024, 0.31818965), (-0.6532815, 0.70710677, 0.27059805), (-0.6532815, 0.70710677, 0.27059805), (-0.76817775, 0.55557024, 0.31818965), (-0.81549317, 0.55557024, 0.16221167), (-0.69351995, 0.70710677, 0.13794969), (-0.69351995, 0.70710677, 0.13794969), (-0.81549317, 0.55557024, 0.16221167), (-0.8314696, 0.55557024, 0), (-0.7071068, 0.7071068, 0), (-0.8314696, 0.55557024, 0), (-0.92387956, 0.38268346, 0), (-0.90612745, 0.38268343, -0.18023996), (-0.81549317, 0.55557024, -0.16221167), (-0.81549317, 0.55557024, -0.16221167), (-0.90612745, 0.38268343, -0.18023996), (-0.8535534, 0.38268343, -0.35355338), (-0.76817775, 0.55557024, -0.31818965), (-0.76817775, 0.55557024, -0.31818965), (-0.8535534, 0.38268343, -0.35355338), (-0.76817775, 0.38268343, -0.51328), (-0.6913417, 0.55557024, -0.46193975), (-0.6913417, 0.55557024, -0.46193975), (-0.76817775, 0.38268343, -0.51328), (-0.6532815, 0.38268343, -0.6532815), (-0.58793783, 0.5555703, -0.58793783), (-0.58793783, 0.5555703, -0.58793783), (-0.6532815, 0.38268343, -0.6532815), (-0.51328, 0.38268343, -0.76817775), (-0.46193975, 0.55557024, -0.6913417), (-0.46193975, 0.55557024, -0.6913417), (-0.51328, 0.38268343, -0.76817775), (-0.35355338, 0.38268343, -0.8535534), (-0.31818965, 0.55557024, -0.76817775), (-0.31818965, 0.55557024, -0.76817775), (-0.35355338, 0.38268343, -0.8535534), (-0.18023996, 0.38268343, -0.90612745), (-0.16221167, 0.55557024, -0.81549317), (-0.16221167, 0.55557024, -0.81549317), (-0.18023996, 0.38268343, -0.90612745), (-5.657131e-17, 0.38268346, -0.92387956), (-5.091283e-17, 0.55557024, -0.8314696), (-5.091283e-17, 0.55557024, -0.8314696), (-5.657131e-17, 0.38268346, -0.92387956), (0.18023996, 0.38268343, -0.90612745), (0.16221167, 0.55557024, -0.81549317), (0.16221167, 0.55557024, -0.81549317), (0.18023996, 0.38268343, -0.90612745), (0.35355338, 0.38268343, -0.8535534), (0.31818965, 0.55557024, -0.76817775), (0.31818965, 0.55557024, -0.76817775), (0.35355338, 0.38268343, -0.8535534), (0.51328, 0.38268343, -0.76817775), (0.46193975, 0.55557024, -0.6913417), (0.46193975, 0.55557024, -0.6913417), (0.51328, 0.38268343, -0.76817775), (0.6532815, 0.38268343, -0.6532815), (0.58793783, 0.5555703, -0.58793783), (0.58793783, 0.5555703, -0.58793783), (0.6532815, 0.38268343, -0.6532815), (0.76817775, 0.38268343, -0.51328), (0.6913417, 0.55557024, -0.46193975), (0.6913417, 0.55557024, -0.46193975), (0.76817775, 0.38268343, -0.51328), (0.8535534, 0.38268343, -0.35355338), (0.76817775, 0.55557024, -0.31818965), (0.76817775, 0.55557024, -0.31818965), (0.8535534, 0.38268343, -0.35355338), (0.90612745, 0.38268343, -0.18023996), (0.81549317, 0.55557024, -0.16221167), (0.81549317, 0.55557024, -0.16221167), (0.90612745, 0.38268343, -0.18023996), (0.92387956, 0.38268346, -1.1314262e-16), (0.8314696, 0.55557024, -1.0182566e-16), (0.8314696, 0.55557024, -1.0182566e-16), (0.92387956, 0.38268346, -1.1314262e-16), (0.90612745, 0.38268343, 0.18023996), (0.81549317, 0.55557024, 0.16221167), (0.81549317, 0.55557024, 0.16221167), (0.90612745, 0.38268343, 0.18023996), (0.8535534, 0.38268343, 0.35355338), (0.76817775, 0.55557024, 0.31818965), (0.76817775, 0.55557024, 0.31818965), (0.8535534, 0.38268343, 0.35355338), (0.76817775, 0.38268343, 0.51328), (0.6913417, 0.55557024, 0.46193975), (0.6913417, 0.55557024, 0.46193975), (0.76817775, 0.38268343, 0.51328), (0.6532815, 0.38268343, 0.6532815), (0.58793783, 0.5555703, 0.58793783), (0.58793783, 0.5555703, 0.58793783), (0.6532815, 0.38268343, 0.6532815), (0.51328, 0.38268343, 0.76817775), (0.46193975, 0.55557024, 0.6913417), (0.46193975, 0.55557024, 0.6913417), (0.51328, 0.38268343, 0.76817775), (0.35355338, 0.38268343, 0.8535534), (0.31818965, 0.55557024, 0.76817775), (0.31818965, 0.55557024, 0.76817775), (0.35355338, 0.38268343, 0.8535534), (0.18023996, 0.38268343, 0.90612745), (0.16221167, 0.55557024, 0.81549317), (0.16221167, 0.55557024, 0.81549317), (0.18023996, 0.38268343, 0.90612745), (1.6971393e-16, 0.38268346, 0.92387956), (1.5273849e-16, 0.55557024, 0.8314696), (1.5273849e-16, 0.55557024, 0.8314696), (1.6971393e-16, 0.38268346, 0.92387956), (-0.18023996, 0.38268343, 0.90612745), (-0.16221167, 0.55557024, 0.81549317), (-0.16221167, 0.55557024, 0.81549317), (-0.18023996, 0.38268343, 0.90612745), (-0.35355338, 0.38268343, 0.8535534), (-0.31818965, 0.55557024, 0.76817775), (-0.31818965, 0.55557024, 0.76817775), (-0.35355338, 0.38268343, 0.8535534), (-0.51328, 0.38268343, 0.76817775), (-0.46193975, 0.55557024, 0.6913417), (-0.46193975, 0.55557024, 0.6913417), (-0.51328, 0.38268343, 0.76817775), (-0.6532815, 0.38268343, 0.6532815), (-0.58793783, 0.5555703, 0.58793783), (-0.58793783, 0.5555703, 0.58793783), (-0.6532815, 0.38268343, 0.6532815), (-0.76817775, 0.38268343, 0.51328), (-0.6913417, 0.55557024, 0.46193975), (-0.6913417, 0.55557024, 0.46193975), (-0.76817775, 0.38268343, 0.51328), (-0.8535534, 0.38268343, 0.35355338), (-0.76817775, 0.55557024, 0.31818965), (-0.76817775, 0.55557024, 0.31818965), (-0.8535534, 0.38268343, 0.35355338), (-0.90612745, 0.38268343, 0.18023996), (-0.81549317, 0.55557024, 0.16221167), (-0.81549317, 0.55557024, 0.16221167), (-0.90612745, 0.38268343, 0.18023996), (-0.92387956, 0.38268346, 0), (-0.8314696, 0.55557024, 0), (-0.92387956, 0.38268346, 0), (-0.9807853, 0.19509034, 0), (-0.96193975, 0.19509032, -0.19134171), (-0.90612745, 0.38268343, -0.18023996), (-0.90612745, 0.38268343, -0.18023996), (-0.96193975, 0.19509032, -0.19134171), (-0.90612745, 0.19509032, -0.37533027), (-0.8535534, 0.38268343, -0.35355338), (-0.8535534, 0.38268343, -0.35355338), (-0.90612745, 0.19509032, -0.37533027), (-0.81549317, 0.19509032, -0.5448951), (-0.76817775, 0.38268343, -0.51328), (-0.76817775, 0.38268343, -0.51328), (-0.81549317, 0.19509032, -0.5448951), (-0.69351995, 0.19509032, -0.69351995), (-0.6532815, 0.38268343, -0.6532815), (-0.6532815, 0.38268343, -0.6532815), (-0.69351995, 0.19509032, -0.69351995), (-0.5448951, 0.19509032, -0.81549317), (-0.51328, 0.38268343, -0.76817775), (-0.51328, 0.38268343, -0.76817775), (-0.5448951, 0.19509032, -0.81549317), (-0.37533027, 0.19509032, -0.90612745), (-0.35355338, 0.38268343, -0.8535534), (-0.35355338, 0.38268343, -0.8535534), (-0.37533027, 0.19509032, -0.90612745), (-0.19134173, 0.19509034, -0.9619398), (-0.18023996, 0.38268343, -0.90612745), (-0.18023996, 0.38268343, -0.90612745), (-0.19134173, 0.19509034, -0.9619398), (-6.005579e-17, 0.19509034, -0.9807853), (-5.657131e-17, 0.38268346, -0.92387956), (-5.657131e-17, 0.38268346, -0.92387956), (-6.005579e-17, 0.19509034, -0.9807853), (0.19134173, 0.19509034, -0.9619398), (0.18023996, 0.38268343, -0.90612745), (0.18023996, 0.38268343, -0.90612745), (0.19134173, 0.19509034, -0.9619398), (0.37533027, 0.19509032, -0.90612745), (0.35355338, 0.38268343, -0.8535534), (0.35355338, 0.38268343, -0.8535534), (0.37533027, 0.19509032, -0.90612745), (0.5448951, 0.19509032, -0.81549317), (0.51328, 0.38268343, -0.76817775), (0.51328, 0.38268343, -0.76817775), (0.5448951, 0.19509032, -0.81549317), (0.69351995, 0.19509032, -0.69351995), (0.6532815, 0.38268343, -0.6532815), (0.6532815, 0.38268343, -0.6532815), (0.69351995, 0.19509032, -0.69351995), (0.81549317, 0.19509032, -0.5448951), (0.76817775, 0.38268343, -0.51328), (0.76817775, 0.38268343, -0.51328), (0.81549317, 0.19509032, -0.5448951), (0.90612745, 0.19509032, -0.37533027), (0.8535534, 0.38268343, -0.35355338), (0.8535534, 0.38268343, -0.35355338), (0.90612745, 0.19509032, -0.37533027), (0.96193975, 0.19509032, -0.19134171), (0.90612745, 0.38268343, -0.18023996), (0.90612745, 0.38268343, -0.18023996), (0.96193975, 0.19509032, -0.19134171), (0.9807853, 0.19509034, -1.2011157e-16), (0.92387956, 0.38268346, -1.1314262e-16), (0.92387956, 0.38268346, -1.1314262e-16), (0.9807853, 0.19509034, -1.2011157e-16), (0.96193975, 0.19509032, 0.19134171), (0.90612745, 0.38268343, 0.18023996), (0.90612745, 0.38268343, 0.18023996), (0.96193975, 0.19509032, 0.19134171), (0.90612745, 0.19509032, 0.37533027), (0.8535534, 0.38268343, 0.35355338), (0.8535534, 0.38268343, 0.35355338), (0.90612745, 0.19509032, 0.37533027), (0.81549317, 0.19509032, 0.5448951), (0.76817775, 0.38268343, 0.51328), (0.76817775, 0.38268343, 0.51328), (0.81549317, 0.19509032, 0.5448951), (0.69351995, 0.19509032, 0.69351995), (0.6532815, 0.38268343, 0.6532815), (0.6532815, 0.38268343, 0.6532815), (0.69351995, 0.19509032, 0.69351995), (0.5448951, 0.19509032, 0.81549317), (0.51328, 0.38268343, 0.76817775), (0.51328, 0.38268343, 0.76817775), (0.5448951, 0.19509032, 0.81549317), (0.37533027, 0.19509032, 0.90612745), (0.35355338, 0.38268343, 0.8535534), (0.35355338, 0.38268343, 0.8535534), (0.37533027, 0.19509032, 0.90612745), (0.19134173, 0.19509034, 0.9619398), (0.18023996, 0.38268343, 0.90612745), (0.18023996, 0.38268343, 0.90612745), (0.19134173, 0.19509034, 0.9619398), (1.8016735e-16, 0.19509034, 0.9807853), (1.6971393e-16, 0.38268346, 0.92387956), (1.6971393e-16, 0.38268346, 0.92387956), (1.8016735e-16, 0.19509034, 0.9807853), (-0.19134173, 0.19509034, 0.9619398), (-0.18023996, 0.38268343, 0.90612745), (-0.18023996, 0.38268343, 0.90612745), (-0.19134173, 0.19509034, 0.9619398), (-0.37533027, 0.19509032, 0.90612745), (-0.35355338, 0.38268343, 0.8535534), (-0.35355338, 0.38268343, 0.8535534), (-0.37533027, 0.19509032, 0.90612745), (-0.5448951, 0.19509032, 0.81549317), (-0.51328, 0.38268343, 0.76817775), (-0.51328, 0.38268343, 0.76817775), (-0.5448951, 0.19509032, 0.81549317), (-0.69351995, 0.19509032, 0.69351995), (-0.6532815, 0.38268343, 0.6532815), (-0.6532815, 0.38268343, 0.6532815), (-0.69351995, 0.19509032, 0.69351995), (-0.81549317, 0.19509032, 0.5448951), (-0.76817775, 0.38268343, 0.51328), (-0.76817775, 0.38268343, 0.51328), (-0.81549317, 0.19509032, 0.5448951), (-0.90612745, 0.19509032, 0.37533027), (-0.8535534, 0.38268343, 0.35355338), (-0.8535534, 0.38268343, 0.35355338), (-0.90612745, 0.19509032, 0.37533027), (-0.96193975, 0.19509032, 0.19134171), (-0.90612745, 0.38268343, 0.18023996), (-0.90612745, 0.38268343, 0.18023996), (-0.96193975, 0.19509032, 0.19134171), (-0.9807853, 0.19509034, 0), (-0.92387956, 0.38268346, 0), (-0.9807853, 0.19509034, 0), (-1, 1.2246469e-16, 0), (-0.9807853, 1.224647e-16, -0.19509034), (-0.96193975, 0.19509032, -0.19134171), (-0.96193975, 0.19509032, -0.19134171), (-0.9807853, 1.224647e-16, -0.19509034), (-0.92387956, 1.224647e-16, -0.38268346), (-0.90612745, 0.19509032, -0.37533027), (-0.90612745, 0.19509032, -0.37533027), (-0.92387956, 1.224647e-16, -0.38268346), (-0.8314696, 1.2246469e-16, -0.55557024), (-0.81549317, 0.19509032, -0.5448951), (-0.81549317, 0.19509032, -0.5448951), (-0.8314696, 1.2246469e-16, -0.55557024), (-0.7071068, 1.224647e-16, -0.7071068), (-0.69351995, 0.19509032, -0.69351995), (-0.69351995, 0.19509032, -0.69351995), (-0.7071068, 1.224647e-16, -0.7071068), (-0.55557024, 1.2246469e-16, -0.8314696), (-0.5448951, 0.19509032, -0.81549317), (-0.5448951, 0.19509032, -0.81549317), (-0.55557024, 1.2246469e-16, -0.8314696), (-0.38268346, 1.224647e-16, -0.92387956), (-0.37533027, 0.19509032, -0.90612745), (-0.37533027, 0.19509032, -0.90612745), (-0.38268346, 1.224647e-16, -0.92387956), (-0.19509034, 1.224647e-16, -0.9807853), (-0.19134173, 0.19509034, -0.9619398), (-0.19134173, 0.19509034, -0.9619398), (-0.19509034, 1.224647e-16, -0.9807853), (-6.123234e-17, 1.2246469e-16, -1), (-6.005579e-17, 0.19509034, -0.9807853), (-6.005579e-17, 0.19509034, -0.9807853), (-6.123234e-17, 1.2246469e-16, -1), (0.19509034, 1.224647e-16, -0.9807853), (0.19134173, 0.19509034, -0.9619398), (0.19134173, 0.19509034, -0.9619398), (0.19509034, 1.224647e-16, -0.9807853), (0.38268346, 1.224647e-16, -0.92387956), (0.37533027, 0.19509032, -0.90612745), (0.37533027, 0.19509032, -0.90612745), (0.38268346, 1.224647e-16, -0.92387956), (0.55557024, 1.2246469e-16, -0.8314696), (0.5448951, 0.19509032, -0.81549317), (0.5448951, 0.19509032, -0.81549317), (0.55557024, 1.2246469e-16, -0.8314696), (0.7071068, 1.224647e-16, -0.7071068), (0.69351995, 0.19509032, -0.69351995), (0.69351995, 0.19509032, -0.69351995), (0.7071068, 1.224647e-16, -0.7071068), (0.8314696, 1.2246469e-16, -0.55557024), (0.81549317, 0.19509032, -0.5448951), (0.81549317, 0.19509032, -0.5448951), (0.8314696, 1.2246469e-16, -0.55557024), (0.92387956, 1.224647e-16, -0.38268346), (0.90612745, 0.19509032, -0.37533027), (0.90612745, 0.19509032, -0.37533027), (0.92387956, 1.224647e-16, -0.38268346), (0.9807853, 1.224647e-16, -0.19509034), (0.96193975, 0.19509032, -0.19134171), (0.96193975, 0.19509032, -0.19134171), (0.9807853, 1.224647e-16, -0.19509034), (1, 1.2246469e-16, -1.2246469e-16), (0.9807853, 0.19509034, -1.2011157e-16), (0.9807853, 0.19509034, -1.2011157e-16), (1, 1.2246469e-16, -1.2246469e-16), (0.9807853, 1.224647e-16, 0.19509034), (0.96193975, 0.19509032, 0.19134171), (0.96193975, 0.19509032, 0.19134171), (0.9807853, 1.224647e-16, 0.19509034), (0.92387956, 1.224647e-16, 0.38268346), (0.90612745, 0.19509032, 0.37533027), (0.90612745, 0.19509032, 0.37533027), (0.92387956, 1.224647e-16, 0.38268346), (0.8314696, 1.2246469e-16, 0.55557024), (0.81549317, 0.19509032, 0.5448951), (0.81549317, 0.19509032, 0.5448951), (0.8314696, 1.2246469e-16, 0.55557024), (0.7071068, 1.224647e-16, 0.7071068), (0.69351995, 0.19509032, 0.69351995), (0.69351995, 0.19509032, 0.69351995), (0.7071068, 1.224647e-16, 0.7071068), (0.55557024, 1.2246469e-16, 0.8314696), (0.5448951, 0.19509032, 0.81549317), (0.5448951, 0.19509032, 0.81549317), (0.55557024, 1.2246469e-16, 0.8314696), (0.38268346, 1.224647e-16, 0.92387956), (0.37533027, 0.19509032, 0.90612745), (0.37533027, 0.19509032, 0.90612745), (0.38268346, 1.224647e-16, 0.92387956), (0.19509034, 1.224647e-16, 0.9807853), (0.19134173, 0.19509034, 0.9619398), (0.19134173, 0.19509034, 0.9619398), (0.19509034, 1.224647e-16, 0.9807853), (1.8369701e-16, 1.2246469e-16, 1), (1.8016735e-16, 0.19509034, 0.9807853), (1.8016735e-16, 0.19509034, 0.9807853), (1.8369701e-16, 1.2246469e-16, 1), (-0.19509034, 1.224647e-16, 0.9807853), (-0.19134173, 0.19509034, 0.9619398), (-0.19134173, 0.19509034, 0.9619398), (-0.19509034, 1.224647e-16, 0.9807853), (-0.38268346, 1.224647e-16, 0.92387956), (-0.37533027, 0.19509032, 0.90612745), (-0.37533027, 0.19509032, 0.90612745), (-0.38268346, 1.224647e-16, 0.92387956), (-0.55557024, 1.2246469e-16, 0.8314696), (-0.5448951, 0.19509032, 0.81549317), (-0.5448951, 0.19509032, 0.81549317), (-0.55557024, 1.2246469e-16, 0.8314696), (-0.7071068, 1.224647e-16, 0.7071068), (-0.69351995, 0.19509032, 0.69351995), (-0.69351995, 0.19509032, 0.69351995), (-0.7071068, 1.224647e-16, 0.7071068), (-0.8314696, 1.2246469e-16, 0.55557024), (-0.81549317, 0.19509032, 0.5448951), (-0.81549317, 0.19509032, 0.5448951), (-0.8314696, 1.2246469e-16, 0.55557024), (-0.92387956, 1.224647e-16, 0.38268346), (-0.90612745, 0.19509032, 0.37533027), (-0.90612745, 0.19509032, 0.37533027), (-0.92387956, 1.224647e-16, 0.38268346), (-0.9807853, 1.224647e-16, 0.19509034), (-0.96193975, 0.19509032, 0.19134171), (-0.96193975, 0.19509032, 0.19134171), (-0.9807853, 1.224647e-16, 0.19509034), (-1, 1.2246469e-16, 0), (-0.9807853, 0.19509034, 0), (-1, 1.2246469e-16, 0), (-0.9807853, -0.19509034, 0), (-0.96193975, -0.19509032, -0.19134171), (-0.9807853, 1.224647e-16, -0.19509034), (-0.9807853, 1.224647e-16, -0.19509034), (-0.96193975, -0.19509032, -0.19134171), (-0.90612745, -0.19509032, -0.37533027), (-0.92387956, 1.224647e-16, -0.38268346), (-0.92387956, 1.224647e-16, -0.38268346), (-0.90612745, -0.19509032, -0.37533027), (-0.81549317, -0.19509032, -0.5448951), (-0.8314696, 1.2246469e-16, -0.55557024), (-0.8314696, 1.2246469e-16, -0.55557024), (-0.81549317, -0.19509032, -0.5448951), (-0.69351995, -0.19509032, -0.69351995), (-0.7071068, 1.224647e-16, -0.7071068), (-0.7071068, 1.224647e-16, -0.7071068), (-0.69351995, -0.19509032, -0.69351995), (-0.5448951, -0.19509032, -0.81549317), (-0.55557024, 1.2246469e-16, -0.8314696), (-0.55557024, 1.2246469e-16, -0.8314696), (-0.5448951, -0.19509032, -0.81549317), (-0.37533027, -0.19509032, -0.90612745), (-0.38268346, 1.224647e-16, -0.92387956), (-0.38268346, 1.224647e-16, -0.92387956), (-0.37533027, -0.19509032, -0.90612745), (-0.19134173, -0.19509034, -0.9619398), (-0.19509034, 1.224647e-16, -0.9807853), (-0.19509034, 1.224647e-16, -0.9807853), (-0.19134173, -0.19509034, -0.9619398), (-6.005579e-17, -0.19509034, -0.9807853), (-6.123234e-17, 1.2246469e-16, -1), (-6.123234e-17, 1.2246469e-16, -1), (-6.005579e-17, -0.19509034, -0.9807853), (0.19134173, -0.19509034, -0.9619398), (0.19509034, 1.224647e-16, -0.9807853), (0.19509034, 1.224647e-16, -0.9807853), (0.19134173, -0.19509034, -0.9619398), (0.37533027, -0.19509032, -0.90612745), (0.38268346, 1.224647e-16, -0.92387956), (0.38268346, 1.224647e-16, -0.92387956), (0.37533027, -0.19509032, -0.90612745), (0.5448951, -0.19509032, -0.81549317), (0.55557024, 1.2246469e-16, -0.8314696), (0.55557024, 1.2246469e-16, -0.8314696), (0.5448951, -0.19509032, -0.81549317), (0.69351995, -0.19509032, -0.69351995), (0.7071068, 1.224647e-16, -0.7071068), (0.7071068, 1.224647e-16, -0.7071068), (0.69351995, -0.19509032, -0.69351995), (0.81549317, -0.19509032, -0.5448951), (0.8314696, 1.2246469e-16, -0.55557024), (0.8314696, 1.2246469e-16, -0.55557024), (0.81549317, -0.19509032, -0.5448951), (0.90612745, -0.19509032, -0.37533027), (0.92387956, 1.224647e-16, -0.38268346), (0.92387956, 1.224647e-16, -0.38268346), (0.90612745, -0.19509032, -0.37533027), (0.96193975, -0.19509032, -0.19134171), (0.9807853, 1.224647e-16, -0.19509034), (0.9807853, 1.224647e-16, -0.19509034), (0.96193975, -0.19509032, -0.19134171), (0.9807853, -0.19509034, -1.2011157e-16), (1, 1.2246469e-16, -1.2246469e-16), (1, 1.2246469e-16, -1.2246469e-16), (0.9807853, -0.19509034, -1.2011157e-16), (0.96193975, -0.19509032, 0.19134171), (0.9807853, 1.224647e-16, 0.19509034), (0.9807853, 1.224647e-16, 0.19509034), (0.96193975, -0.19509032, 0.19134171), (0.90612745, -0.19509032, 0.37533027), (0.92387956, 1.224647e-16, 0.38268346), (0.92387956, 1.224647e-16, 0.38268346), (0.90612745, -0.19509032, 0.37533027), (0.81549317, -0.19509032, 0.5448951), (0.8314696, 1.2246469e-16, 0.55557024), (0.8314696, 1.2246469e-16, 0.55557024), (0.81549317, -0.19509032, 0.5448951), (0.69351995, -0.19509032, 0.69351995), (0.7071068, 1.224647e-16, 0.7071068), (0.7071068, 1.224647e-16, 0.7071068), (0.69351995, -0.19509032, 0.69351995), (0.5448951, -0.19509032, 0.81549317), (0.55557024, 1.2246469e-16, 0.8314696), (0.55557024, 1.2246469e-16, 0.8314696), (0.5448951, -0.19509032, 0.81549317), (0.37533027, -0.19509032, 0.90612745), (0.38268346, 1.224647e-16, 0.92387956), (0.38268346, 1.224647e-16, 0.92387956), (0.37533027, -0.19509032, 0.90612745), (0.19134173, -0.19509034, 0.9619398), (0.19509034, 1.224647e-16, 0.9807853), (0.19509034, 1.224647e-16, 0.9807853), (0.19134173, -0.19509034, 0.9619398), (1.8016735e-16, -0.19509034, 0.9807853), (1.8369701e-16, 1.2246469e-16, 1), (1.8369701e-16, 1.2246469e-16, 1), (1.8016735e-16, -0.19509034, 0.9807853), (-0.19134173, -0.19509034, 0.9619398), (-0.19509034, 1.224647e-16, 0.9807853), (-0.19509034, 1.224647e-16, 0.9807853), (-0.19134173, -0.19509034, 0.9619398), (-0.37533027, -0.19509032, 0.90612745), (-0.38268346, 1.224647e-16, 0.92387956), (-0.38268346, 1.224647e-16, 0.92387956), (-0.37533027, -0.19509032, 0.90612745), (-0.5448951, -0.19509032, 0.81549317), (-0.55557024, 1.2246469e-16, 0.8314696), (-0.55557024, 1.2246469e-16, 0.8314696), (-0.5448951, -0.19509032, 0.81549317), (-0.69351995, -0.19509032, 0.69351995), (-0.7071068, 1.224647e-16, 0.7071068), (-0.7071068, 1.224647e-16, 0.7071068), (-0.69351995, -0.19509032, 0.69351995), (-0.81549317, -0.19509032, 0.5448951), (-0.8314696, 1.2246469e-16, 0.55557024), (-0.8314696, 1.2246469e-16, 0.55557024), (-0.81549317, -0.19509032, 0.5448951), (-0.90612745, -0.19509032, 0.37533027), (-0.92387956, 1.224647e-16, 0.38268346), (-0.92387956, 1.224647e-16, 0.38268346), (-0.90612745, -0.19509032, 0.37533027), (-0.96193975, -0.19509032, 0.19134171), (-0.9807853, 1.224647e-16, 0.19509034), (-0.9807853, 1.224647e-16, 0.19509034), (-0.96193975, -0.19509032, 0.19134171), (-0.9807853, -0.19509034, 0), (-1, 1.2246469e-16, 0), (-0.9807853, -0.19509034, 0), (-0.92387956, -0.38268346, 0), (-0.90612745, -0.38268343, -0.18023996), (-0.96193975, -0.19509032, -0.19134171), (-0.96193975, -0.19509032, -0.19134171), (-0.90612745, -0.38268343, -0.18023996), (-0.8535534, -0.38268343, -0.35355338), (-0.90612745, -0.19509032, -0.37533027), (-0.90612745, -0.19509032, -0.37533027), (-0.8535534, -0.38268343, -0.35355338), (-0.76817775, -0.38268343, -0.51328), (-0.81549317, -0.19509032, -0.5448951), (-0.81549317, -0.19509032, -0.5448951), (-0.76817775, -0.38268343, -0.51328), (-0.6532815, -0.38268343, -0.6532815), (-0.69351995, -0.19509032, -0.69351995), (-0.69351995, -0.19509032, -0.69351995), (-0.6532815, -0.38268343, -0.6532815), (-0.51328, -0.38268343, -0.76817775), (-0.5448951, -0.19509032, -0.81549317), (-0.5448951, -0.19509032, -0.81549317), (-0.51328, -0.38268343, -0.76817775), (-0.35355338, -0.38268343, -0.8535534), (-0.37533027, -0.19509032, -0.90612745), (-0.37533027, -0.19509032, -0.90612745), (-0.35355338, -0.38268343, -0.8535534), (-0.18023996, -0.38268343, -0.90612745), (-0.19134173, -0.19509034, -0.9619398), (-0.19134173, -0.19509034, -0.9619398), (-0.18023996, -0.38268343, -0.90612745), (-5.657131e-17, -0.38268346, -0.92387956), (-6.005579e-17, -0.19509034, -0.9807853), (-6.005579e-17, -0.19509034, -0.9807853), (-5.657131e-17, -0.38268346, -0.92387956), (0.18023996, -0.38268343, -0.90612745), (0.19134173, -0.19509034, -0.9619398), (0.19134173, -0.19509034, -0.9619398), (0.18023996, -0.38268343, -0.90612745), (0.35355338, -0.38268343, -0.8535534), (0.37533027, -0.19509032, -0.90612745), (0.37533027, -0.19509032, -0.90612745), (0.35355338, -0.38268343, -0.8535534), (0.51328, -0.38268343, -0.76817775), (0.5448951, -0.19509032, -0.81549317), (0.5448951, -0.19509032, -0.81549317), (0.51328, -0.38268343, -0.76817775), (0.6532815, -0.38268343, -0.6532815), (0.69351995, -0.19509032, -0.69351995), (0.69351995, -0.19509032, -0.69351995), (0.6532815, -0.38268343, -0.6532815), (0.76817775, -0.38268343, -0.51328), (0.81549317, -0.19509032, -0.5448951), (0.81549317, -0.19509032, -0.5448951), (0.76817775, -0.38268343, -0.51328), (0.8535534, -0.38268343, -0.35355338), (0.90612745, -0.19509032, -0.37533027), (0.90612745, -0.19509032, -0.37533027), (0.8535534, -0.38268343, -0.35355338), (0.90612745, -0.38268343, -0.18023996), (0.96193975, -0.19509032, -0.19134171), (0.96193975, -0.19509032, -0.19134171), (0.90612745, -0.38268343, -0.18023996), (0.92387956, -0.38268346, -1.1314262e-16), (0.9807853, -0.19509034, -1.2011157e-16), (0.9807853, -0.19509034, -1.2011157e-16), (0.92387956, -0.38268346, -1.1314262e-16), (0.90612745, -0.38268343, 0.18023996), (0.96193975, -0.19509032, 0.19134171), (0.96193975, -0.19509032, 0.19134171), (0.90612745, -0.38268343, 0.18023996), (0.8535534, -0.38268343, 0.35355338), (0.90612745, -0.19509032, 0.37533027), (0.90612745, -0.19509032, 0.37533027), (0.8535534, -0.38268343, 0.35355338), (0.76817775, -0.38268343, 0.51328), (0.81549317, -0.19509032, 0.5448951), (0.81549317, -0.19509032, 0.5448951), (0.76817775, -0.38268343, 0.51328), (0.6532815, -0.38268343, 0.6532815), (0.69351995, -0.19509032, 0.69351995), (0.69351995, -0.19509032, 0.69351995), (0.6532815, -0.38268343, 0.6532815), (0.51328, -0.38268343, 0.76817775), (0.5448951, -0.19509032, 0.81549317), (0.5448951, -0.19509032, 0.81549317), (0.51328, -0.38268343, 0.76817775), (0.35355338, -0.38268343, 0.8535534), (0.37533027, -0.19509032, 0.90612745), (0.37533027, -0.19509032, 0.90612745), (0.35355338, -0.38268343, 0.8535534), (0.18023996, -0.38268343, 0.90612745), (0.19134173, -0.19509034, 0.9619398), (0.19134173, -0.19509034, 0.9619398), (0.18023996, -0.38268343, 0.90612745), (1.6971393e-16, -0.38268346, 0.92387956), (1.8016735e-16, -0.19509034, 0.9807853), (1.8016735e-16, -0.19509034, 0.9807853), (1.6971393e-16, -0.38268346, 0.92387956), (-0.18023996, -0.38268343, 0.90612745), (-0.19134173, -0.19509034, 0.9619398), (-0.19134173, -0.19509034, 0.9619398), (-0.18023996, -0.38268343, 0.90612745), (-0.35355338, -0.38268343, 0.8535534), (-0.37533027, -0.19509032, 0.90612745), (-0.37533027, -0.19509032, 0.90612745), (-0.35355338, -0.38268343, 0.8535534), (-0.51328, -0.38268343, 0.76817775), (-0.5448951, -0.19509032, 0.81549317), (-0.5448951, -0.19509032, 0.81549317), (-0.51328, -0.38268343, 0.76817775), (-0.6532815, -0.38268343, 0.6532815), (-0.69351995, -0.19509032, 0.69351995), (-0.69351995, -0.19509032, 0.69351995), (-0.6532815, -0.38268343, 0.6532815), (-0.76817775, -0.38268343, 0.51328), (-0.81549317, -0.19509032, 0.5448951), (-0.81549317, -0.19509032, 0.5448951), (-0.76817775, -0.38268343, 0.51328), (-0.8535534, -0.38268343, 0.35355338), (-0.90612745, -0.19509032, 0.37533027), (-0.90612745, -0.19509032, 0.37533027), (-0.8535534, -0.38268343, 0.35355338), (-0.90612745, -0.38268343, 0.18023996), (-0.96193975, -0.19509032, 0.19134171), (-0.96193975, -0.19509032, 0.19134171), (-0.90612745, -0.38268343, 0.18023996), (-0.92387956, -0.38268346, 0), (-0.9807853, -0.19509034, 0), (-0.92387956, -0.38268346, 0), (-0.8314696, -0.55557024, 0), (-0.81549317, -0.55557024, -0.16221167), (-0.90612745, -0.38268343, -0.18023996), (-0.90612745, -0.38268343, -0.18023996), (-0.81549317, -0.55557024, -0.16221167), (-0.76817775, -0.55557024, -0.31818965), (-0.8535534, -0.38268343, -0.35355338), (-0.8535534, -0.38268343, -0.35355338), (-0.76817775, -0.55557024, -0.31818965), (-0.6913417, -0.55557024, -0.46193975), (-0.76817775, -0.38268343, -0.51328), (-0.76817775, -0.38268343, -0.51328), (-0.6913417, -0.55557024, -0.46193975), (-0.58793783, -0.5555703, -0.58793783), (-0.6532815, -0.38268343, -0.6532815), (-0.6532815, -0.38268343, -0.6532815), (-0.58793783, -0.5555703, -0.58793783), (-0.46193975, -0.55557024, -0.6913417), (-0.51328, -0.38268343, -0.76817775), (-0.51328, -0.38268343, -0.76817775), (-0.46193975, -0.55557024, -0.6913417), (-0.31818965, -0.55557024, -0.76817775), (-0.35355338, -0.38268343, -0.8535534), (-0.35355338, -0.38268343, -0.8535534), (-0.31818965, -0.55557024, -0.76817775), (-0.16221167, -0.55557024, -0.81549317), (-0.18023996, -0.38268343, -0.90612745), (-0.18023996, -0.38268343, -0.90612745), (-0.16221167, -0.55557024, -0.81549317), (-5.091283e-17, -0.55557024, -0.8314696), (-5.657131e-17, -0.38268346, -0.92387956), (-5.657131e-17, -0.38268346, -0.92387956), (-5.091283e-17, -0.55557024, -0.8314696), (0.16221167, -0.55557024, -0.81549317), (0.18023996, -0.38268343, -0.90612745), (0.18023996, -0.38268343, -0.90612745), (0.16221167, -0.55557024, -0.81549317), (0.31818965, -0.55557024, -0.76817775), (0.35355338, -0.38268343, -0.8535534), (0.35355338, -0.38268343, -0.8535534), (0.31818965, -0.55557024, -0.76817775), (0.46193975, -0.55557024, -0.6913417), (0.51328, -0.38268343, -0.76817775), (0.51328, -0.38268343, -0.76817775), (0.46193975, -0.55557024, -0.6913417), (0.58793783, -0.5555703, -0.58793783), (0.6532815, -0.38268343, -0.6532815), (0.6532815, -0.38268343, -0.6532815), (0.58793783, -0.5555703, -0.58793783), (0.6913417, -0.55557024, -0.46193975), (0.76817775, -0.38268343, -0.51328), (0.76817775, -0.38268343, -0.51328), (0.6913417, -0.55557024, -0.46193975), (0.76817775, -0.55557024, -0.31818965), (0.8535534, -0.38268343, -0.35355338), (0.8535534, -0.38268343, -0.35355338), (0.76817775, -0.55557024, -0.31818965), (0.81549317, -0.55557024, -0.16221167), (0.90612745, -0.38268343, -0.18023996), (0.90612745, -0.38268343, -0.18023996), (0.81549317, -0.55557024, -0.16221167), (0.8314696, -0.55557024, -1.0182566e-16), (0.92387956, -0.38268346, -1.1314262e-16), (0.92387956, -0.38268346, -1.1314262e-16), (0.8314696, -0.55557024, -1.0182566e-16), (0.81549317, -0.55557024, 0.16221167), (0.90612745, -0.38268343, 0.18023996), (0.90612745, -0.38268343, 0.18023996), (0.81549317, -0.55557024, 0.16221167), (0.76817775, -0.55557024, 0.31818965), (0.8535534, -0.38268343, 0.35355338), (0.8535534, -0.38268343, 0.35355338), (0.76817775, -0.55557024, 0.31818965), (0.6913417, -0.55557024, 0.46193975), (0.76817775, -0.38268343, 0.51328), (0.76817775, -0.38268343, 0.51328), (0.6913417, -0.55557024, 0.46193975), (0.58793783, -0.5555703, 0.58793783), (0.6532815, -0.38268343, 0.6532815), (0.6532815, -0.38268343, 0.6532815), (0.58793783, -0.5555703, 0.58793783), (0.46193975, -0.55557024, 0.6913417), (0.51328, -0.38268343, 0.76817775), (0.51328, -0.38268343, 0.76817775), (0.46193975, -0.55557024, 0.6913417), (0.31818965, -0.55557024, 0.76817775), (0.35355338, -0.38268343, 0.8535534), (0.35355338, -0.38268343, 0.8535534), (0.31818965, -0.55557024, 0.76817775), (0.16221167, -0.55557024, 0.81549317), (0.18023996, -0.38268343, 0.90612745), (0.18023996, -0.38268343, 0.90612745), (0.16221167, -0.55557024, 0.81549317), (1.5273849e-16, -0.55557024, 0.8314696), (1.6971393e-16, -0.38268346, 0.92387956), (1.6971393e-16, -0.38268346, 0.92387956), (1.5273849e-16, -0.55557024, 0.8314696), (-0.16221167, -0.55557024, 0.81549317), (-0.18023996, -0.38268343, 0.90612745), (-0.18023996, -0.38268343, 0.90612745), (-0.16221167, -0.55557024, 0.81549317), (-0.31818965, -0.55557024, 0.76817775), (-0.35355338, -0.38268343, 0.8535534), (-0.35355338, -0.38268343, 0.8535534), (-0.31818965, -0.55557024, 0.76817775), (-0.46193975, -0.55557024, 0.6913417), (-0.51328, -0.38268343, 0.76817775), (-0.51328, -0.38268343, 0.76817775), (-0.46193975, -0.55557024, 0.6913417), (-0.58793783, -0.5555703, 0.58793783), (-0.6532815, -0.38268343, 0.6532815), (-0.6532815, -0.38268343, 0.6532815), (-0.58793783, -0.5555703, 0.58793783), (-0.6913417, -0.55557024, 0.46193975), (-0.76817775, -0.38268343, 0.51328), (-0.76817775, -0.38268343, 0.51328), (-0.6913417, -0.55557024, 0.46193975), (-0.76817775, -0.55557024, 0.31818965), (-0.8535534, -0.38268343, 0.35355338), (-0.8535534, -0.38268343, 0.35355338), (-0.76817775, -0.55557024, 0.31818965), (-0.81549317, -0.55557024, 0.16221167), (-0.90612745, -0.38268343, 0.18023996), (-0.90612745, -0.38268343, 0.18023996), (-0.81549317, -0.55557024, 0.16221167), (-0.8314696, -0.55557024, 0), (-0.92387956, -0.38268346, 0), (-0.8314696, -0.55557024, 0), (-0.7071068, -0.7071068, 0), (-0.69351995, -0.70710677, -0.13794969), (-0.81549317, -0.55557024, -0.16221167), (-0.81549317, -0.55557024, -0.16221167), (-0.69351995, -0.70710677, -0.13794969), (-0.6532815, -0.70710677, -0.27059805), (-0.76817775, -0.55557024, -0.31818965), (-0.76817775, -0.55557024, -0.31818965), (-0.6532815, -0.70710677, -0.27059805), (-0.58793783, -0.7071068, -0.3928475), (-0.6913417, -0.55557024, -0.46193975), (-0.6913417, -0.55557024, -0.46193975), (-0.58793783, -0.7071068, -0.3928475), (-0.5, -0.70710677, -0.5), (-0.58793783, -0.5555703, -0.58793783), (-0.58793783, -0.5555703, -0.58793783), (-0.5, -0.70710677, -0.5), (-0.3928475, -0.7071068, -0.58793783), (-0.46193975, -0.55557024, -0.6913417), (-0.46193975, -0.55557024, -0.6913417), (-0.3928475, -0.7071068, -0.58793783), (-0.27059805, -0.70710677, -0.6532815), (-0.31818965, -0.55557024, -0.76817775), (-0.31818965, -0.55557024, -0.76817775), (-0.27059805, -0.70710677, -0.6532815), (-0.13794969, -0.70710677, -0.69351995), (-0.16221167, -0.55557024, -0.81549317), (-0.16221167, -0.55557024, -0.81549317), (-0.13794969, -0.70710677, -0.69351995), (-4.3297806e-17, -0.7071068, -0.7071068), (-5.091283e-17, -0.55557024, -0.8314696), (-5.091283e-17, -0.55557024, -0.8314696), (-4.3297806e-17, -0.7071068, -0.7071068), (0.13794969, -0.70710677, -0.69351995), (0.16221167, -0.55557024, -0.81549317), (0.16221167, -0.55557024, -0.81549317), (0.13794969, -0.70710677, -0.69351995), (0.27059805, -0.70710677, -0.6532815), (0.31818965, -0.55557024, -0.76817775), (0.31818965, -0.55557024, -0.76817775), (0.27059805, -0.70710677, -0.6532815), (0.3928475, -0.7071068, -0.58793783), (0.46193975, -0.55557024, -0.6913417), (0.46193975, -0.55557024, -0.6913417), (0.3928475, -0.7071068, -0.58793783), (0.5, -0.70710677, -0.5), (0.58793783, -0.5555703, -0.58793783), (0.58793783, -0.5555703, -0.58793783), (0.5, -0.70710677, -0.5), (0.58793783, -0.7071068, -0.3928475), (0.6913417, -0.55557024, -0.46193975), (0.6913417, -0.55557024, -0.46193975), (0.58793783, -0.7071068, -0.3928475), (0.6532815, -0.70710677, -0.27059805), (0.76817775, -0.55557024, -0.31818965), (0.76817775, -0.55557024, -0.31818965), (0.6532815, -0.70710677, -0.27059805), (0.69351995, -0.70710677, -0.13794969), (0.81549317, -0.55557024, -0.16221167), (0.81549317, -0.55557024, -0.16221167), (0.69351995, -0.70710677, -0.13794969), (0.7071068, -0.7071068, -8.659561e-17), (0.8314696, -0.55557024, -1.0182566e-16), (0.8314696, -0.55557024, -1.0182566e-16), (0.7071068, -0.7071068, -8.659561e-17), (0.69351995, -0.70710677, 0.13794969), (0.81549317, -0.55557024, 0.16221167), (0.81549317, -0.55557024, 0.16221167), (0.69351995, -0.70710677, 0.13794969), (0.6532815, -0.70710677, 0.27059805), (0.76817775, -0.55557024, 0.31818965), (0.76817775, -0.55557024, 0.31818965), (0.6532815, -0.70710677, 0.27059805), (0.58793783, -0.7071068, 0.3928475), (0.6913417, -0.55557024, 0.46193975), (0.6913417, -0.55557024, 0.46193975), (0.58793783, -0.7071068, 0.3928475), (0.5, -0.70710677, 0.5), (0.58793783, -0.5555703, 0.58793783), (0.58793783, -0.5555703, 0.58793783), (0.5, -0.70710677, 0.5), (0.3928475, -0.7071068, 0.58793783), (0.46193975, -0.55557024, 0.6913417), (0.46193975, -0.55557024, 0.6913417), (0.3928475, -0.7071068, 0.58793783), (0.27059805, -0.70710677, 0.6532815), (0.31818965, -0.55557024, 0.76817775), (0.31818965, -0.55557024, 0.76817775), (0.27059805, -0.70710677, 0.6532815), (0.13794969, -0.70710677, 0.69351995), (0.16221167, -0.55557024, 0.81549317), (0.16221167, -0.55557024, 0.81549317), (0.13794969, -0.70710677, 0.69351995), (1.2989342e-16, -0.7071068, 0.7071068), (1.5273849e-16, -0.55557024, 0.8314696), (1.5273849e-16, -0.55557024, 0.8314696), (1.2989342e-16, -0.7071068, 0.7071068), (-0.13794969, -0.70710677, 0.69351995), (-0.16221167, -0.55557024, 0.81549317), (-0.16221167, -0.55557024, 0.81549317), (-0.13794969, -0.70710677, 0.69351995), (-0.27059805, -0.70710677, 0.6532815), (-0.31818965, -0.55557024, 0.76817775), (-0.31818965, -0.55557024, 0.76817775), (-0.27059805, -0.70710677, 0.6532815), (-0.3928475, -0.7071068, 0.58793783), (-0.46193975, -0.55557024, 0.6913417), (-0.46193975, -0.55557024, 0.6913417), (-0.3928475, -0.7071068, 0.58793783), (-0.5, -0.70710677, 0.5), (-0.58793783, -0.5555703, 0.58793783), (-0.58793783, -0.5555703, 0.58793783), (-0.5, -0.70710677, 0.5), (-0.58793783, -0.7071068, 0.3928475), (-0.6913417, -0.55557024, 0.46193975), (-0.6913417, -0.55557024, 0.46193975), (-0.58793783, -0.7071068, 0.3928475), (-0.6532815, -0.70710677, 0.27059805), (-0.76817775, -0.55557024, 0.31818965), (-0.76817775, -0.55557024, 0.31818965), (-0.6532815, -0.70710677, 0.27059805), (-0.69351995, -0.70710677, 0.13794969), (-0.81549317, -0.55557024, 0.16221167), (-0.81549317, -0.55557024, 0.16221167), (-0.69351995, -0.70710677, 0.13794969), (-0.7071068, -0.7071068, 0), (-0.8314696, -0.55557024, 0), (-0.7071068, -0.7071068, 0), (-0.55557024, -0.8314696, 0), (-0.5448951, -0.8314696, -0.108386375), (-0.69351995, -0.70710677, -0.13794969), (-0.69351995, -0.70710677, -0.13794969), (-0.5448951, -0.8314696, -0.108386375), (-0.51328, -0.8314696, -0.21260752), (-0.6532815, -0.70710677, -0.27059805), (-0.6532815, -0.70710677, -0.27059805), (-0.51328, -0.8314696, -0.21260752), (-0.46193978, -0.83146966, -0.3086583), (-0.58793783, -0.7071068, -0.3928475), (-0.58793783, -0.7071068, -0.3928475), (-0.46193978, -0.83146966, -0.3086583), (-0.3928475, -0.83146966, -0.3928475), (-0.5, -0.70710677, -0.5), (-0.5, -0.70710677, -0.5), (-0.3928475, -0.83146966, -0.3928475), (-0.3086583, -0.83146966, -0.46193978), (-0.3928475, -0.7071068, -0.58793783), (-0.3928475, -0.7071068, -0.58793783), (-0.3086583, -0.83146966, -0.46193978), (-0.21260752, -0.8314696, -0.51328), (-0.27059805, -0.70710677, -0.6532815), (-0.27059805, -0.70710677, -0.6532815), (-0.21260752, -0.8314696, -0.51328), (-0.108386375, -0.8314696, -0.5448951), (-0.13794969, -0.70710677, -0.69351995), (-0.13794969, -0.70710677, -0.69351995), (-0.108386375, -0.8314696, -0.5448951), (-3.4018865e-17, -0.8314696, -0.55557024), (-4.3297806e-17, -0.7071068, -0.7071068), (-4.3297806e-17, -0.7071068, -0.7071068), (-3.4018865e-17, -0.8314696, -0.55557024), (0.108386375, -0.8314696, -0.5448951), (0.13794969, -0.70710677, -0.69351995), (0.13794969, -0.70710677, -0.69351995), (0.108386375, -0.8314696, -0.5448951), (0.21260752, -0.8314696, -0.51328), (0.27059805, -0.70710677, -0.6532815), (0.27059805, -0.70710677, -0.6532815), (0.21260752, -0.8314696, -0.51328), (0.3086583, -0.83146966, -0.46193978), (0.3928475, -0.7071068, -0.58793783), (0.3928475, -0.7071068, -0.58793783), (0.3086583, -0.83146966, -0.46193978), (0.3928475, -0.83146966, -0.3928475), (0.5, -0.70710677, -0.5), (0.5, -0.70710677, -0.5), (0.3928475, -0.83146966, -0.3928475), (0.46193978, -0.83146966, -0.3086583), (0.58793783, -0.7071068, -0.3928475), (0.58793783, -0.7071068, -0.3928475), (0.46193978, -0.83146966, -0.3086583), (0.51328, -0.8314696, -0.21260752), (0.6532815, -0.70710677, -0.27059805), (0.6532815, -0.70710677, -0.27059805), (0.51328, -0.8314696, -0.21260752), (0.5448951, -0.8314696, -0.108386375), (0.69351995, -0.70710677, -0.13794969), (0.69351995, -0.70710677, -0.13794969), (0.5448951, -0.8314696, -0.108386375), (0.55557024, -0.8314696, -6.803773e-17), (0.7071068, -0.7071068, -8.659561e-17), (0.7071068, -0.7071068, -8.659561e-17), (0.55557024, -0.8314696, -6.803773e-17), (0.5448951, -0.8314696, 0.108386375), (0.69351995, -0.70710677, 0.13794969), (0.69351995, -0.70710677, 0.13794969), (0.5448951, -0.8314696, 0.108386375), (0.51328, -0.8314696, 0.21260752), (0.6532815, -0.70710677, 0.27059805), (0.6532815, -0.70710677, 0.27059805), (0.51328, -0.8314696, 0.21260752), (0.46193978, -0.83146966, 0.3086583), (0.58793783, -0.7071068, 0.3928475), (0.58793783, -0.7071068, 0.3928475), (0.46193978, -0.83146966, 0.3086583), (0.3928475, -0.83146966, 0.3928475), (0.5, -0.70710677, 0.5), (0.5, -0.70710677, 0.5), (0.3928475, -0.83146966, 0.3928475), (0.3086583, -0.83146966, 0.46193978), (0.3928475, -0.7071068, 0.58793783), (0.3928475, -0.7071068, 0.58793783), (0.3086583, -0.83146966, 0.46193978), (0.21260752, -0.8314696, 0.51328), (0.27059805, -0.70710677, 0.6532815), (0.27059805, -0.70710677, 0.6532815), (0.21260752, -0.8314696, 0.51328), (0.108386375, -0.8314696, 0.5448951), (0.13794969, -0.70710677, 0.69351995), (0.13794969, -0.70710677, 0.69351995), (0.108386375, -0.8314696, 0.5448951), (1.020566e-16, -0.8314696, 0.55557024), (1.2989342e-16, -0.7071068, 0.7071068), (1.2989342e-16, -0.7071068, 0.7071068), (1.020566e-16, -0.8314696, 0.55557024), (-0.108386375, -0.8314696, 0.5448951), (-0.13794969, -0.70710677, 0.69351995), (-0.13794969, -0.70710677, 0.69351995), (-0.108386375, -0.8314696, 0.5448951), (-0.21260752, -0.8314696, 0.51328), (-0.27059805, -0.70710677, 0.6532815), (-0.27059805, -0.70710677, 0.6532815), (-0.21260752, -0.8314696, 0.51328), (-0.3086583, -0.83146966, 0.46193978), (-0.3928475, -0.7071068, 0.58793783), (-0.3928475, -0.7071068, 0.58793783), (-0.3086583, -0.83146966, 0.46193978), (-0.3928475, -0.83146966, 0.3928475), (-0.5, -0.70710677, 0.5), (-0.5, -0.70710677, 0.5), (-0.3928475, -0.83146966, 0.3928475), (-0.46193978, -0.83146966, 0.3086583), (-0.58793783, -0.7071068, 0.3928475), (-0.58793783, -0.7071068, 0.3928475), (-0.46193978, -0.83146966, 0.3086583), (-0.51328, -0.8314696, 0.21260752), (-0.6532815, -0.70710677, 0.27059805), (-0.6532815, -0.70710677, 0.27059805), (-0.51328, -0.8314696, 0.21260752), (-0.5448951, -0.8314696, 0.108386375), (-0.69351995, -0.70710677, 0.13794969), (-0.69351995, -0.70710677, 0.13794969), (-0.5448951, -0.8314696, 0.108386375), (-0.55557024, -0.8314696, 0), (-0.7071068, -0.7071068, 0), (-0.55557024, -0.8314696, 0), (-0.38268346, -0.92387956, 0), (-0.3753303, -0.92387956, -0.07465784), (-0.5448951, -0.8314696, -0.108386375), (-0.5448951, -0.8314696, -0.108386375), (-0.3753303, -0.92387956, -0.07465784), (-0.3535534, -0.92387956, -0.14644663), (-0.51328, -0.8314696, -0.21260752), (-0.51328, -0.8314696, -0.21260752), (-0.3535534, -0.92387956, -0.14644663), (-0.31818968, -0.92387956, -0.21260753), (-0.46193978, -0.83146966, -0.3086583), (-0.46193978, -0.83146966, -0.3086583), (-0.31818968, -0.92387956, -0.21260753), (-0.27059808, -0.92387956, -0.27059808), (-0.3928475, -0.83146966, -0.3928475), (-0.3928475, -0.83146966, -0.3928475), (-0.27059808, -0.92387956, -0.27059808), (-0.21260753, -0.92387956, -0.31818968), (-0.3086583, -0.83146966, -0.46193978), (-0.3086583, -0.83146966, -0.46193978), (-0.21260753, -0.92387956, -0.31818968), (-0.14644663, -0.92387956, -0.3535534), (-0.21260752, -0.8314696, -0.51328), (-0.21260752, -0.8314696, -0.51328), (-0.14644663, -0.92387956, -0.3535534), (-0.074657835, -0.9238795, -0.37533027), (-0.108386375, -0.8314696, -0.5448951), (-0.108386375, -0.8314696, -0.5448951), (-0.074657835, -0.9238795, -0.37533027), (-2.3432604e-17, -0.92387956, -0.38268346), (-3.4018865e-17, -0.8314696, -0.55557024), (-3.4018865e-17, -0.8314696, -0.55557024), (-2.3432604e-17, -0.92387956, -0.38268346), (0.074657835, -0.9238795, -0.37533027), (0.108386375, -0.8314696, -0.5448951), (0.108386375, -0.8314696, -0.5448951), (0.074657835, -0.9238795, -0.37533027), (0.14644663, -0.92387956, -0.3535534), (0.21260752, -0.8314696, -0.51328), (0.21260752, -0.8314696, -0.51328), (0.14644663, -0.92387956, -0.3535534), (0.21260753, -0.92387956, -0.31818968), (0.3086583, -0.83146966, -0.46193978), (0.3086583, -0.83146966, -0.46193978), (0.21260753, -0.92387956, -0.31818968), (0.27059808, -0.92387956, -0.27059808), (0.3928475, -0.83146966, -0.3928475), (0.3928475, -0.83146966, -0.3928475), (0.27059808, -0.92387956, -0.27059808), (0.31818968, -0.92387956, -0.21260753), (0.46193978, -0.83146966, -0.3086583), (0.46193978, -0.83146966, -0.3086583), (0.31818968, -0.92387956, -0.21260753), (0.3535534, -0.92387956, -0.14644663), (0.51328, -0.8314696, -0.21260752), (0.51328, -0.8314696, -0.21260752), (0.3535534, -0.92387956, -0.14644663), (0.3753303, -0.92387956, -0.07465784), (0.5448951, -0.8314696, -0.108386375), (0.5448951, -0.8314696, -0.108386375), (0.3753303, -0.92387956, -0.07465784), (0.38268346, -0.92387956, -4.6865208e-17), (0.55557024, -0.8314696, -6.803773e-17), (0.55557024, -0.8314696, -6.803773e-17), (0.38268346, -0.92387956, -4.6865208e-17), (0.3753303, -0.92387956, 0.07465784), (0.5448951, -0.8314696, 0.108386375), (0.5448951, -0.8314696, 0.108386375), (0.3753303, -0.92387956, 0.07465784), (0.3535534, -0.92387956, 0.14644663), (0.51328, -0.8314696, 0.21260752), (0.51328, -0.8314696, 0.21260752), (0.3535534, -0.92387956, 0.14644663), (0.31818968, -0.92387956, 0.21260753), (0.46193978, -0.83146966, 0.3086583), (0.46193978, -0.83146966, 0.3086583), (0.31818968, -0.92387956, 0.21260753), (0.27059808, -0.92387956, 0.27059808), (0.3928475, -0.83146966, 0.3928475), (0.3928475, -0.83146966, 0.3928475), (0.27059808, -0.92387956, 0.27059808), (0.21260753, -0.92387956, 0.31818968), (0.3086583, -0.83146966, 0.46193978), (0.3086583, -0.83146966, 0.46193978), (0.21260753, -0.92387956, 0.31818968), (0.14644663, -0.92387956, 0.3535534), (0.21260752, -0.8314696, 0.51328), (0.21260752, -0.8314696, 0.51328), (0.14644663, -0.92387956, 0.3535534), (0.074657835, -0.9238795, 0.37533027), (0.108386375, -0.8314696, 0.5448951), (0.108386375, -0.8314696, 0.5448951), (0.074657835, -0.9238795, 0.37533027), (7.029781e-17, -0.92387956, 0.38268346), (1.020566e-16, -0.8314696, 0.55557024), (1.020566e-16, -0.8314696, 0.55557024), (7.029781e-17, -0.92387956, 0.38268346), (-0.074657835, -0.9238795, 0.37533027), (-0.108386375, -0.8314696, 0.5448951), (-0.108386375, -0.8314696, 0.5448951), (-0.074657835, -0.9238795, 0.37533027), (-0.14644663, -0.92387956, 0.3535534), (-0.21260752, -0.8314696, 0.51328), (-0.21260752, -0.8314696, 0.51328), (-0.14644663, -0.92387956, 0.3535534), (-0.21260753, -0.92387956, 0.31818968), (-0.3086583, -0.83146966, 0.46193978), (-0.3086583, -0.83146966, 0.46193978), (-0.21260753, -0.92387956, 0.31818968), (-0.27059808, -0.92387956, 0.27059808), (-0.3928475, -0.83146966, 0.3928475), (-0.3928475, -0.83146966, 0.3928475), (-0.27059808, -0.92387956, 0.27059808), (-0.31818968, -0.92387956, 0.21260753), (-0.46193978, -0.83146966, 0.3086583), (-0.46193978, -0.83146966, 0.3086583), (-0.31818968, -0.92387956, 0.21260753), (-0.3535534, -0.92387956, 0.14644663), (-0.51328, -0.8314696, 0.21260752), (-0.51328, -0.8314696, 0.21260752), (-0.3535534, -0.92387956, 0.14644663), (-0.3753303, -0.92387956, 0.07465784), (-0.5448951, -0.8314696, 0.108386375), (-0.5448951, -0.8314696, 0.108386375), (-0.3753303, -0.92387956, 0.07465784), (-0.38268346, -0.92387956, 0), (-0.55557024, -0.8314696, 0), (-0.38268346, -0.92387956, 0), (-0.19509034, -0.9807853, 0), (-0.19134173, -0.9807853, -0.038060237), (-0.3753303, -0.92387956, -0.07465784), (-0.3753303, -0.92387956, -0.07465784), (-0.19134173, -0.9807853, -0.038060237), (-0.18023998, -0.9807853, -0.07465784), (-0.3535534, -0.92387956, -0.14644663), (-0.3535534, -0.92387956, -0.14644663), (-0.18023998, -0.9807853, -0.07465784), (-0.16221169, -0.9807853, -0.10838638), (-0.31818968, -0.92387956, -0.21260753), (-0.31818968, -0.92387956, -0.21260753), (-0.16221169, -0.9807853, -0.10838638), (-0.1379497, -0.9807853, -0.1379497), (-0.27059808, -0.92387956, -0.27059808), (-0.27059808, -0.92387956, -0.27059808), (-0.1379497, -0.9807853, -0.1379497), (-0.10838638, -0.9807853, -0.16221169), (-0.21260753, -0.92387956, -0.31818968), (-0.21260753, -0.92387956, -0.31818968), (-0.10838638, -0.9807853, -0.16221169), (-0.07465784, -0.9807853, -0.18023998), (-0.14644663, -0.92387956, -0.3535534), (-0.14644663, -0.92387956, -0.3535534), (-0.07465784, -0.9807853, -0.18023998), (-0.038060237, -0.9807853, -0.19134173), (-0.074657835, -0.9238795, -0.37533027), (-0.074657835, -0.9238795, -0.37533027), (-0.038060237, -0.9807853, -0.19134173), (-1.1945838e-17, -0.9807853, -0.19509034), (-2.3432604e-17, -0.92387956, -0.38268346), (-2.3432604e-17, -0.92387956, -0.38268346), (-1.1945838e-17, -0.9807853, -0.19509034), (0.038060237, -0.9807853, -0.19134173), (0.074657835, -0.9238795, -0.37533027), (0.074657835, -0.9238795, -0.37533027), (0.038060237, -0.9807853, -0.19134173), (0.07465784, -0.9807853, -0.18023998), (0.14644663, -0.92387956, -0.3535534), (0.14644663, -0.92387956, -0.3535534), (0.07465784, -0.9807853, -0.18023998), (0.10838638, -0.9807853, -0.16221169), (0.21260753, -0.92387956, -0.31818968), (0.21260753, -0.92387956, -0.31818968), (0.10838638, -0.9807853, -0.16221169), (0.1379497, -0.9807853, -0.1379497), (0.27059808, -0.92387956, -0.27059808), (0.27059808, -0.92387956, -0.27059808), (0.1379497, -0.9807853, -0.1379497), (0.16221169, -0.9807853, -0.10838638), (0.31818968, -0.92387956, -0.21260753), (0.31818968, -0.92387956, -0.21260753), (0.16221169, -0.9807853, -0.10838638), (0.18023998, -0.9807853, -0.07465784), (0.3535534, -0.92387956, -0.14644663), (0.3535534, -0.92387956, -0.14644663), (0.18023998, -0.9807853, -0.07465784), (0.19134173, -0.9807853, -0.038060237), (0.3753303, -0.92387956, -0.07465784), (0.3753303, -0.92387956, -0.07465784), (0.19134173, -0.9807853, -0.038060237), (0.19509034, -0.9807853, -2.3891676e-17), (0.38268346, -0.92387956, -4.6865208e-17), (0.38268346, -0.92387956, -4.6865208e-17), (0.19509034, -0.9807853, -2.3891676e-17), (0.19134173, -0.9807853, 0.038060237), (0.3753303, -0.92387956, 0.07465784), (0.3753303, -0.92387956, 0.07465784), (0.19134173, -0.9807853, 0.038060237), (0.18023998, -0.9807853, 0.07465784), (0.3535534, -0.92387956, 0.14644663), (0.3535534, -0.92387956, 0.14644663), (0.18023998, -0.9807853, 0.07465784), (0.16221169, -0.9807853, 0.10838638), (0.31818968, -0.92387956, 0.21260753), (0.31818968, -0.92387956, 0.21260753), (0.16221169, -0.9807853, 0.10838638), (0.1379497, -0.9807853, 0.1379497), (0.27059808, -0.92387956, 0.27059808), (0.27059808, -0.92387956, 0.27059808), (0.1379497, -0.9807853, 0.1379497), (0.10838638, -0.9807853, 0.16221169), (0.21260753, -0.92387956, 0.31818968), (0.21260753, -0.92387956, 0.31818968), (0.10838638, -0.9807853, 0.16221169), (0.07465784, -0.9807853, 0.18023998), (0.14644663, -0.92387956, 0.3535534), (0.14644663, -0.92387956, 0.3535534), (0.07465784, -0.9807853, 0.18023998), (0.038060237, -0.9807853, 0.19134173), (0.074657835, -0.9238795, 0.37533027), (0.074657835, -0.9238795, 0.37533027), (0.038060237, -0.9807853, 0.19134173), (3.5837514e-17, -0.9807853, 0.19509034), (7.029781e-17, -0.92387956, 0.38268346), (7.029781e-17, -0.92387956, 0.38268346), (3.5837514e-17, -0.9807853, 0.19509034), (-0.038060237, -0.9807853, 0.19134173), (-0.074657835, -0.9238795, 0.37533027), (-0.074657835, -0.9238795, 0.37533027), (-0.038060237, -0.9807853, 0.19134173), (-0.07465784, -0.9807853, 0.18023998), (-0.14644663, -0.92387956, 0.3535534), (-0.14644663, -0.92387956, 0.3535534), (-0.07465784, -0.9807853, 0.18023998), (-0.10838638, -0.9807853, 0.16221169), (-0.21260753, -0.92387956, 0.31818968), (-0.21260753, -0.92387956, 0.31818968), (-0.10838638, -0.9807853, 0.16221169), (-0.1379497, -0.9807853, 0.1379497), (-0.27059808, -0.92387956, 0.27059808), (-0.27059808, -0.92387956, 0.27059808), (-0.1379497, -0.9807853, 0.1379497), (-0.16221169, -0.9807853, 0.10838638), (-0.31818968, -0.92387956, 0.21260753), (-0.31818968, -0.92387956, 0.21260753), (-0.16221169, -0.9807853, 0.10838638), (-0.18023998, -0.9807853, 0.07465784), (-0.3535534, -0.92387956, 0.14644663), (-0.3535534, -0.92387956, 0.14644663), (-0.18023998, -0.9807853, 0.07465784), (-0.19134173, -0.9807853, 0.038060237), (-0.3753303, -0.92387956, 0.07465784), (-0.3753303, -0.92387956, 0.07465784), (-0.19134173, -0.9807853, 0.038060237), (-0.19509034, -0.9807853, 0), (-0.38268346, -0.92387956, 0), (-0.19509034, -0.9807853, 0), (0, -1, 0), (0, -1, 0), (-0.19134173, -0.9807853, -0.038060237), (-0.19134173, -0.9807853, -0.038060237), (0, -1, 0), (0, -1, 0), (-0.18023998, -0.9807853, -0.07465784), (-0.18023998, -0.9807853, -0.07465784), (0, -1, 0), (0, -1, 0), (-0.16221169, -0.9807853, -0.10838638), (-0.16221169, -0.9807853, -0.10838638), (0, -1, 0), (0, -1, 0), (-0.1379497, -0.9807853, -0.1379497), (-0.1379497, -0.9807853, -0.1379497), (0, -1, 0), (0, -1, 0), (-0.10838638, -0.9807853, -0.16221169), (-0.10838638, -0.9807853, -0.16221169), (0, -1, 0), (0, -1, 0), (-0.07465784, -0.9807853, -0.18023998), (-0.07465784, -0.9807853, -0.18023998), (0, -1, 0), (0, -1, 0), (-0.038060237, -0.9807853, -0.19134173), (-0.038060237, -0.9807853, -0.19134173), (0, -1, 0), (0, -1, 0), (-1.1945838e-17, -0.9807853, -0.19509034), (-1.1945838e-17, -0.9807853, -0.19509034), (0, -1, 0), (0, -1, 0), (0.038060237, -0.9807853, -0.19134173), (0.038060237, -0.9807853, -0.19134173), (0, -1, 0), (0, -1, 0), (0.07465784, -0.9807853, -0.18023998), (0.07465784, -0.9807853, -0.18023998), (0, -1, 0), (0, -1, 0), (0.10838638, -0.9807853, -0.16221169), (0.10838638, -0.9807853, -0.16221169), (0, -1, 0), (0, -1, 0), (0.1379497, -0.9807853, -0.1379497), (0.1379497, -0.9807853, -0.1379497), (0, -1, 0), (0, -1, 0), (0.16221169, -0.9807853, -0.10838638), (0.16221169, -0.9807853, -0.10838638), (0, -1, 0), (0, -1, 0), (0.18023998, -0.9807853, -0.07465784), (0.18023998, -0.9807853, -0.07465784), (0, -1, 0), (0, -1, 0), (0.19134173, -0.9807853, -0.038060237), (0.19134173, -0.9807853, -0.038060237), (0, -1, 0), (0, -1, 0), (0.19509034, -0.9807853, -2.3891676e-17), (0.19509034, -0.9807853, -2.3891676e-17), (0, -1, 0), (0, -1, 0), (0.19134173, -0.9807853, 0.038060237), (0.19134173, -0.9807853, 0.038060237), (0, -1, 0), (0, -1, 0), (0.18023998, -0.9807853, 0.07465784), (0.18023998, -0.9807853, 0.07465784), (0, -1, 0), (0, -1, 0), (0.16221169, -0.9807853, 0.10838638), (0.16221169, -0.9807853, 0.10838638), (0, -1, 0), (0, -1, 0), (0.1379497, -0.9807853, 0.1379497), (0.1379497, -0.9807853, 0.1379497), (0, -1, 0), (0, -1, 0), (0.10838638, -0.9807853, 0.16221169), (0.10838638, -0.9807853, 0.16221169), (0, -1, 0), (0, -1, 0), (0.07465784, -0.9807853, 0.18023998), (0.07465784, -0.9807853, 0.18023998), (0, -1, 0), (0, -1, 0), (0.038060237, -0.9807853, 0.19134173), (0.038060237, -0.9807853, 0.19134173), (0, -1, 0), (0, -1, 0), (3.5837514e-17, -0.9807853, 0.19509034), (3.5837514e-17, -0.9807853, 0.19509034), (0, -1, 0), (0, -1, 0), (-0.038060237, -0.9807853, 0.19134173), (-0.038060237, -0.9807853, 0.19134173), (0, -1, 0), (0, -1, 0), (-0.07465784, -0.9807853, 0.18023998), (-0.07465784, -0.9807853, 0.18023998), (0, -1, 0), (0, -1, 0), (-0.10838638, -0.9807853, 0.16221169), (-0.10838638, -0.9807853, 0.16221169), (0, -1, 0), (0, -1, 0), (-0.1379497, -0.9807853, 0.1379497), (-0.1379497, -0.9807853, 0.1379497), (0, -1, 0), (0, -1, 0), (-0.16221169, -0.9807853, 0.10838638), (-0.16221169, -0.9807853, 0.10838638), (0, -1, 0), (0, -1, 0), (-0.18023998, -0.9807853, 0.07465784), (-0.18023998, -0.9807853, 0.07465784), (0, -1, 0), (0, -1, 0), (-0.19134173, -0.9807853, 0.038060237), (-0.19134173, -0.9807853, 0.038060237), (0, -1, 0), (0, -1, 0), (-0.19509034, -0.9807853, 0)] ( interpolation = "faceVarying" ) point3f[] points = [(50, -25, 0), (49.03926, -25, 9.754517), (46.193974, -25, 19.13417), (41.57348, -25, 27.778513), (35.35534, -25, 35.35534), (27.778513, -25, 41.57348), (19.13417, -25, 46.193974), (9.754517, -25, 49.03926), (3.061617e-15, -25, 50), (-9.754517, -25, 49.03926), (-19.13417, -25, 46.193974), (-27.778513, -25, 41.57348), (-35.35534, -25, 35.35534), (-41.57348, -25, 27.778513), (-46.193974, -25, 19.13417), (-49.03926, -25, 9.754517), (-50, -25, 6.123234e-15), (-49.03926, -25, -9.754517), (-46.193974, -25, -19.13417), (-41.57348, -25, -27.778513), (-35.35534, -25, -35.35534), (-27.778513, -25, -41.57348), (-19.13417, -25, -46.193974), (-9.754517, -25, -49.03926), (-9.184851e-15, -25, -50), (9.754517, -25, -49.03926), (19.13417, -25, -46.193974), (27.778513, -25, -41.57348), (35.35534, -25, -35.35534), (41.57348, -25, -27.778513), (46.193974, -25, -19.13417), (49.03926, -25, -9.754517), (54.87726, -24.51963, 0), (53.82281, -24.51963, 10.706021), (50.699974, -24.51963, 21.000618), (45.628773, -24.51963, 30.488173), (38.80408, -24.51963, 38.80408), (30.488173, -24.51963, 45.628773), (21.000618, -24.51963, 50.699974), (10.706021, -24.51963, 53.82281), (3.3602631e-15, -24.51963, 54.87726), (-10.706021, -24.51963, 53.82281), (-21.000618, -24.51963, 50.699974), (-30.488173, -24.51963, 45.628773), (-38.80408, -24.51963, 38.80408), (-45.628773, -24.51963, 30.488173), (-50.699974, -24.51963, 21.000618), (-53.82281, -24.51963, 10.706021), (-54.87726, -24.51963, 6.7205263e-15), (-53.82281, -24.51963, -10.706021), (-50.699974, -24.51963, -21.000618), (-45.628773, -24.51963, -30.488173), (-38.80408, -24.51963, -38.80408), (-30.488173, -24.51963, -45.628773), (-21.000618, -24.51963, -50.699974), (-10.706021, -24.51963, -53.82281), (-1.0080789e-14, -24.51963, -54.87726), (10.706021, -24.51963, -53.82281), (21.000618, -24.51963, -50.699974), (30.488173, -24.51963, -45.628773), (38.80408, -24.51963, -38.80408), (45.628773, -24.51963, -30.488173), (50.699974, -24.51963, -21.000618), (53.82281, -24.51963, -10.706021), (59.56709, -23.096987, 0), (58.422523, -23.096987, 11.620962), (55.032814, -23.096987, 22.795338), (49.52822, -23.096987, 33.0937), (42.12029, -23.096987, 42.12029), (33.0937, -23.096987, 49.52822), (22.795338, -23.096987, 55.032814), (11.620962, -23.096987, 58.422523), (3.647432e-15, -23.096987, 59.56709), (-11.620962, -23.096987, 58.422523), (-22.795338, -23.096987, 55.032814), (-33.0937, -23.096987, 49.52822), (-42.12029, -23.096987, 42.12029), (-49.52822, -23.096987, 33.0937), (-55.032814, -23.096987, 22.795338), (-58.422523, -23.096987, 11.620962), (-59.56709, -23.096987, 7.294864e-15), (-58.422523, -23.096987, -11.620962), (-55.032814, -23.096987, -22.795338), (-49.52822, -23.096987, -33.0937), (-42.12029, -23.096987, -42.12029), (-33.0937, -23.096987, -49.52822), (-22.795338, -23.096987, -55.032814), (-11.620962, -23.096987, -58.422523), (-1.0942296e-14, -23.096987, -59.56709), (11.620962, -23.096987, -58.422523), (22.795338, -23.096987, -55.032814), (33.0937, -23.096987, -49.52822), (42.12029, -23.096987, -42.12029), (49.52822, -23.096987, -33.0937), (55.032814, -23.096987, -22.795338), (58.422523, -23.096987, -11.620962), (63.88925, -20.78674, 0), (62.66164, -20.78674, 12.464175), (59.025974, -20.78674, 24.44936), (53.12197, -20.78674, 35.49497), (45.176525, -20.78674, 45.176525), (35.49497, -20.78674, 53.12197), (24.44936, -20.78674, 59.025974), (12.464175, -20.78674, 62.66164), (3.9120886e-15, -20.78674, 63.88925), (-12.464175, -20.78674, 62.66164), (-24.44936, -20.78674, 59.025974), (-35.49497, -20.78674, 53.12197), (-45.176525, -20.78674, 45.176525), (-53.12197, -20.78674, 35.49497), (-59.025974, -20.78674, 24.44936), (-62.66164, -20.78674, 12.464175), (-63.88925, -20.78674, 7.824177e-15), (-62.66164, -20.78674, -12.464175), (-59.025974, -20.78674, -24.44936), (-53.12197, -20.78674, -35.49497), (-45.176525, -20.78674, -45.176525), (-35.49497, -20.78674, -53.12197), (-24.44936, -20.78674, -59.025974), (-12.464175, -20.78674, -62.66164), (-1.1736267e-14, -20.78674, -63.88925), (12.464175, -20.78674, -62.66164), (24.44936, -20.78674, -59.025974), (35.49497, -20.78674, -53.12197), (45.176525, -20.78674, -45.176525), (53.12197, -20.78674, -35.49497), (59.025974, -20.78674, -24.44936), (62.66164, -20.78674, -12.464175), (67.67767, -17.67767, 0), (66.377266, -17.67767, 13.2032585), (62.526012, -17.67767, 25.899124), (56.271927, -17.67767, 37.599697), (47.85534, -17.67767, 47.85534), (37.599697, -17.67767, 56.271927), (25.899124, -17.67767, 62.526012), (13.2032585, -17.67767, 66.377266), (4.144062e-15, -17.67767, 67.67767), (-13.2032585, -17.67767, 66.377266), (-25.899124, -17.67767, 62.526012), (-37.599697, -17.67767, 56.271927), (-47.85534, -17.67767, 47.85534), (-56.271927, -17.67767, 37.599697), (-62.526012, -17.67767, 25.899124), (-66.377266, -17.67767, 13.2032585), (-67.67767, -17.67767, 8.288124e-15), (-66.377266, -17.67767, -13.2032585), (-62.526012, -17.67767, -25.899124), (-56.271927, -17.67767, -37.599697), (-47.85534, -17.67767, -47.85534), (-37.599697, -17.67767, -56.271927), (-25.899124, -17.67767, -62.526012), (-13.2032585, -17.67767, -66.377266), (-1.24321855e-14, -17.67767, -67.67767), (13.2032585, -17.67767, -66.377266), (25.899124, -17.67767, -62.526012), (37.599697, -17.67767, -56.271927), (47.85534, -17.67767, -47.85534), (56.271927, -17.67767, -37.599697), (62.526012, -17.67767, -25.899124), (66.377266, -17.67767, -13.2032585), (70.786736, -13.8892565, 0), (69.42659, -13.8892565, 13.809808), (65.39842, -13.8892565, 27.088913), (58.857025, -13.8892565, 39.327003), (50.05378, -13.8892565, 50.05378), (39.327003, -13.8892565, 58.857025), (27.088913, -13.8892565, 65.39842), (13.809808, -13.8892565, 69.42659), (4.334438e-15, -13.8892565, 70.786736), (-13.809808, -13.8892565, 69.42659), (-27.088913, -13.8892565, 65.39842), (-39.327003, -13.8892565, 58.857025), (-50.05378, -13.8892565, 50.05378), (-58.857025, -13.8892565, 39.327003), (-65.39842, -13.8892565, 27.088913), (-69.42659, -13.8892565, 13.809808), (-70.786736, -13.8892565, 8.668876e-15), (-69.42659, -13.8892565, -13.809808), (-65.39842, -13.8892565, -27.088913), (-58.857025, -13.8892565, -39.327003), (-50.05378, -13.8892565, -50.05378), (-39.327003, -13.8892565, -58.857025), (-27.088913, -13.8892565, -65.39842), (-13.809808, -13.8892565, -69.42659), (-1.30033135e-14, -13.8892565, -70.786736), (13.809808, -13.8892565, -69.42659), (27.088913, -13.8892565, -65.39842), (39.327003, -13.8892565, -58.857025), (50.05378, -13.8892565, -50.05378), (58.857025, -13.8892565, -39.327003), (65.39842, -13.8892565, -27.088913), (69.42659, -13.8892565, -13.809808), (73.09699, -9.567085, 0), (71.69245, -9.567085, 14.260515), (67.532814, -9.567085, 27.973005), (60.777927, -9.567085, 40.61051), (51.687378, -9.567085, 51.687378), (40.61051, -9.567085, 60.777927), (27.973005, -9.567085, 67.532814), (14.260515, -9.567085, 71.69245), (4.4759e-15, -9.567085, 73.09699), (-14.260515, -9.567085, 71.69245), (-27.973005, -9.567085, 67.532814), (-40.61051, -9.567085, 60.777927), (-51.687378, -9.567085, 51.687378), (-60.777927, -9.567085, 40.61051), (-67.532814, -9.567085, 27.973005), (-71.69245, -9.567085, 14.260515), (-73.09699, -9.567085, 8.9518e-15), (-71.69245, -9.567085, -14.260515), (-67.532814, -9.567085, -27.973005), (-60.777927, -9.567085, -40.61051), (-51.687378, -9.567085, -51.687378), (-40.61051, -9.567085, -60.777927), (-27.973005, -9.567085, -67.532814), (-14.260515, -9.567085, -71.69245), (-1.3427698e-14, -9.567085, -73.09699), (14.260515, -9.567085, -71.69245), (27.973005, -9.567085, -67.532814), (40.61051, -9.567085, -60.777927), (51.687378, -9.567085, -51.687378), (60.777927, -9.567085, -40.61051), (67.532814, -9.567085, -27.973005), (71.69245, -9.567085, -14.260515), (74.51964, -4.8772583, 0), (73.08776, -4.8772583, 14.538058), (68.84716, -4.8772583, 28.517427), (61.96081, -4.8772583, 41.40089), (52.693336, -4.8772583, 52.693336), (41.40089, -4.8772583, 61.96081), (28.517427, -4.8772583, 68.84716), (14.538058, -4.8772583, 73.08776), (4.5630114e-15, -4.8772583, 74.51964), (-14.538058, -4.8772583, 73.08776), (-28.517427, -4.8772583, 68.84716), (-41.40089, -4.8772583, 61.96081), (-52.693336, -4.8772583, 52.693336), (-61.96081, -4.8772583, 41.40089), (-68.84716, -4.8772583, 28.517427), (-73.08776, -4.8772583, 14.538058), (-74.51964, -4.8772583, 9.126023e-15), (-73.08776, -4.8772583, -14.538058), (-68.84716, -4.8772583, -28.517427), (-61.96081, -4.8772583, -41.40089), (-52.693336, -4.8772583, -52.693336), (-41.40089, -4.8772583, -61.96081), (-28.517427, -4.8772583, -68.84716), (-14.538058, -4.8772583, -73.08776), (-1.3689034e-14, -4.8772583, -74.51964), (14.538058, -4.8772583, -73.08776), (28.517427, -4.8772583, -68.84716), (41.40089, -4.8772583, -61.96081), (52.693336, -4.8772583, -52.693336), (61.96081, -4.8772583, -41.40089), (68.84716, -4.8772583, -28.517427), (73.08776, -4.8772583, -14.538058), (75, 0, 0), (73.5589, 0, 14.631774), (69.29096, 0, 28.701258), (62.36022, 0, 41.667767), (53.033005, 0, 53.033005), (41.667767, 0, 62.36022), (28.701258, 0, 69.29096), (14.631774, 0, 73.5589), (4.5924254e-15, 0, 75), (-14.631774, 0, 73.5589), (-28.701258, 0, 69.29096), (-41.667767, 0, 62.36022), (-53.033005, 0, 53.033005), (-62.36022, 0, 41.667767), (-69.29096, 0, 28.701258), (-73.5589, 0, 14.631774), (-75, 0, 9.184851e-15), (-73.5589, 0, -14.631774), (-69.29096, 0, -28.701258), (-62.36022, 0, -41.667767), (-53.033005, 0, -53.033005), (-41.667767, 0, -62.36022), (-28.701258, 0, -69.29096), (-14.631774, 0, -73.5589), (-1.3777277e-14, 0, -75), (14.631774, 0, -73.5589), (28.701258, 0, -69.29096), (41.667767, 0, -62.36022), (53.033005, 0, -53.033005), (62.36022, 0, -41.667767), (69.29096, 0, -28.701258), (73.5589, 0, -14.631774), (74.51964, 4.8772583, 0), (73.08776, 4.8772583, 14.538058), (68.84716, 4.8772583, 28.517427), (61.96081, 4.8772583, 41.40089), (52.693336, 4.8772583, 52.693336), (41.40089, 4.8772583, 61.96081), (28.517427, 4.8772583, 68.84716), (14.538058, 4.8772583, 73.08776), (4.5630114e-15, 4.8772583, 74.51964), (-14.538058, 4.8772583, 73.08776), (-28.517427, 4.8772583, 68.84716), (-41.40089, 4.8772583, 61.96081), (-52.693336, 4.8772583, 52.693336), (-61.96081, 4.8772583, 41.40089), (-68.84716, 4.8772583, 28.517427), (-73.08776, 4.8772583, 14.538058), (-74.51964, 4.8772583, 9.126023e-15), (-73.08776, 4.8772583, -14.538058), (-68.84716, 4.8772583, -28.517427), (-61.96081, 4.8772583, -41.40089), (-52.693336, 4.8772583, -52.693336), (-41.40089, 4.8772583, -61.96081), (-28.517427, 4.8772583, -68.84716), (-14.538058, 4.8772583, -73.08776), (-1.3689034e-14, 4.8772583, -74.51964), (14.538058, 4.8772583, -73.08776), (28.517427, 4.8772583, -68.84716), (41.40089, 4.8772583, -61.96081), (52.693336, 4.8772583, -52.693336), (61.96081, 4.8772583, -41.40089), (68.84716, 4.8772583, -28.517427), (73.08776, 4.8772583, -14.538058), (73.09699, 9.567085, 0), (71.69245, 9.567085, 14.260515), (67.532814, 9.567085, 27.973005), (60.777927, 9.567085, 40.61051), (51.687378, 9.567085, 51.687378), (40.61051, 9.567085, 60.777927), (27.973005, 9.567085, 67.532814), (14.260515, 9.567085, 71.69245), (4.4759e-15, 9.567085, 73.09699), (-14.260515, 9.567085, 71.69245), (-27.973005, 9.567085, 67.532814), (-40.61051, 9.567085, 60.777927), (-51.687378, 9.567085, 51.687378), (-60.777927, 9.567085, 40.61051), (-67.532814, 9.567085, 27.973005), (-71.69245, 9.567085, 14.260515), (-73.09699, 9.567085, 8.9518e-15), (-71.69245, 9.567085, -14.260515), (-67.532814, 9.567085, -27.973005), (-60.777927, 9.567085, -40.61051), (-51.687378, 9.567085, -51.687378), (-40.61051, 9.567085, -60.777927), (-27.973005, 9.567085, -67.532814), (-14.260515, 9.567085, -71.69245), (-1.3427698e-14, 9.567085, -73.09699), (14.260515, 9.567085, -71.69245), (27.973005, 9.567085, -67.532814), (40.61051, 9.567085, -60.777927), (51.687378, 9.567085, -51.687378), (60.777927, 9.567085, -40.61051), (67.532814, 9.567085, -27.973005), (71.69245, 9.567085, -14.260515), (70.786736, 13.8892565, 0), (69.42659, 13.8892565, 13.809808), (65.39842, 13.8892565, 27.088913), (58.857025, 13.8892565, 39.327003), (50.05378, 13.8892565, 50.05378), (39.327003, 13.8892565, 58.857025), (27.088913, 13.8892565, 65.39842), (13.809808, 13.8892565, 69.42659), (4.334438e-15, 13.8892565, 70.786736), (-13.809808, 13.8892565, 69.42659), (-27.088913, 13.8892565, 65.39842), (-39.327003, 13.8892565, 58.857025), (-50.05378, 13.8892565, 50.05378), (-58.857025, 13.8892565, 39.327003), (-65.39842, 13.8892565, 27.088913), (-69.42659, 13.8892565, 13.809808), (-70.786736, 13.8892565, 8.668876e-15), (-69.42659, 13.8892565, -13.809808), (-65.39842, 13.8892565, -27.088913), (-58.857025, 13.8892565, -39.327003), (-50.05378, 13.8892565, -50.05378), (-39.327003, 13.8892565, -58.857025), (-27.088913, 13.8892565, -65.39842), (-13.809808, 13.8892565, -69.42659), (-1.30033135e-14, 13.8892565, -70.786736), (13.809808, 13.8892565, -69.42659), (27.088913, 13.8892565, -65.39842), (39.327003, 13.8892565, -58.857025), (50.05378, 13.8892565, -50.05378), (58.857025, 13.8892565, -39.327003), (65.39842, 13.8892565, -27.088913), (69.42659, 13.8892565, -13.809808), (67.67767, 17.67767, 0), (66.377266, 17.67767, 13.2032585), (62.526012, 17.67767, 25.899124), (56.271927, 17.67767, 37.599697), (47.85534, 17.67767, 47.85534), (37.599697, 17.67767, 56.271927), (25.899124, 17.67767, 62.526012), (13.2032585, 17.67767, 66.377266), (4.144062e-15, 17.67767, 67.67767), (-13.2032585, 17.67767, 66.377266), (-25.899124, 17.67767, 62.526012), (-37.599697, 17.67767, 56.271927), (-47.85534, 17.67767, 47.85534), (-56.271927, 17.67767, 37.599697), (-62.526012, 17.67767, 25.899124), (-66.377266, 17.67767, 13.2032585), (-67.67767, 17.67767, 8.288124e-15), (-66.377266, 17.67767, -13.2032585), (-62.526012, 17.67767, -25.899124), (-56.271927, 17.67767, -37.599697), (-47.85534, 17.67767, -47.85534), (-37.599697, 17.67767, -56.271927), (-25.899124, 17.67767, -62.526012), (-13.2032585, 17.67767, -66.377266), (-1.24321855e-14, 17.67767, -67.67767), (13.2032585, 17.67767, -66.377266), (25.899124, 17.67767, -62.526012), (37.599697, 17.67767, -56.271927), (47.85534, 17.67767, -47.85534), (56.271927, 17.67767, -37.599697), (62.526012, 17.67767, -25.899124), (66.377266, 17.67767, -13.2032585), (63.88925, 20.78674, 0), (62.66164, 20.78674, 12.464175), (59.025974, 20.78674, 24.44936), (53.12197, 20.78674, 35.49497), (45.176525, 20.78674, 45.176525), (35.49497, 20.78674, 53.12197), (24.44936, 20.78674, 59.025974), (12.464175, 20.78674, 62.66164), (3.9120886e-15, 20.78674, 63.88925), (-12.464175, 20.78674, 62.66164), (-24.44936, 20.78674, 59.025974), (-35.49497, 20.78674, 53.12197), (-45.176525, 20.78674, 45.176525), (-53.12197, 20.78674, 35.49497), (-59.025974, 20.78674, 24.44936), (-62.66164, 20.78674, 12.464175), (-63.88925, 20.78674, 7.824177e-15), (-62.66164, 20.78674, -12.464175), (-59.025974, 20.78674, -24.44936), (-53.12197, 20.78674, -35.49497), (-45.176525, 20.78674, -45.176525), (-35.49497, 20.78674, -53.12197), (-24.44936, 20.78674, -59.025974), (-12.464175, 20.78674, -62.66164), (-1.1736267e-14, 20.78674, -63.88925), (12.464175, 20.78674, -62.66164), (24.44936, 20.78674, -59.025974), (35.49497, 20.78674, -53.12197), (45.176525, 20.78674, -45.176525), (53.12197, 20.78674, -35.49497), (59.025974, 20.78674, -24.44936), (62.66164, 20.78674, -12.464175), (59.56709, 23.096987, 0), (58.422523, 23.096987, 11.620962), (55.032814, 23.096987, 22.795338), (49.52822, 23.096987, 33.0937), (42.12029, 23.096987, 42.12029), (33.0937, 23.096987, 49.52822), (22.795338, 23.096987, 55.032814), (11.620962, 23.096987, 58.422523), (3.647432e-15, 23.096987, 59.56709), (-11.620962, 23.096987, 58.422523), (-22.795338, 23.096987, 55.032814), (-33.0937, 23.096987, 49.52822), (-42.12029, 23.096987, 42.12029), (-49.52822, 23.096987, 33.0937), (-55.032814, 23.096987, 22.795338), (-58.422523, 23.096987, 11.620962), (-59.56709, 23.096987, 7.294864e-15), (-58.422523, 23.096987, -11.620962), (-55.032814, 23.096987, -22.795338), (-49.52822, 23.096987, -33.0937), (-42.12029, 23.096987, -42.12029), (-33.0937, 23.096987, -49.52822), (-22.795338, 23.096987, -55.032814), (-11.620962, 23.096987, -58.422523), (-1.0942296e-14, 23.096987, -59.56709), (11.620962, 23.096987, -58.422523), (22.795338, 23.096987, -55.032814), (33.0937, 23.096987, -49.52822), (42.12029, 23.096987, -42.12029), (49.52822, 23.096987, -33.0937), (55.032814, 23.096987, -22.795338), (58.422523, 23.096987, -11.620962), (54.87726, 24.51963, 0), (53.82281, 24.51963, 10.706021), (50.699974, 24.51963, 21.000618), (45.628773, 24.51963, 30.488173), (38.80408, 24.51963, 38.80408), (30.488173, 24.51963, 45.628773), (21.000618, 24.51963, 50.699974), (10.706021, 24.51963, 53.82281), (3.3602631e-15, 24.51963, 54.87726), (-10.706021, 24.51963, 53.82281), (-21.000618, 24.51963, 50.699974), (-30.488173, 24.51963, 45.628773), (-38.80408, 24.51963, 38.80408), (-45.628773, 24.51963, 30.488173), (-50.699974, 24.51963, 21.000618), (-53.82281, 24.51963, 10.706021), (-54.87726, 24.51963, 6.7205263e-15), (-53.82281, 24.51963, -10.706021), (-50.699974, 24.51963, -21.000618), (-45.628773, 24.51963, -30.488173), (-38.80408, 24.51963, -38.80408), (-30.488173, 24.51963, -45.628773), (-21.000618, 24.51963, -50.699974), (-10.706021, 24.51963, -53.82281), (-1.0080789e-14, 24.51963, -54.87726), (10.706021, 24.51963, -53.82281), (21.000618, 24.51963, -50.699974), (30.488173, 24.51963, -45.628773), (38.80408, 24.51963, -38.80408), (45.628773, 24.51963, -30.488173), (50.699974, 24.51963, -21.000618), (53.82281, 24.51963, -10.706021), (50, 25, 0), (49.03926, 25, 9.754517), (46.193974, 25, 19.13417), (41.57348, 25, 27.778513), (35.35534, 25, 35.35534), (27.778513, 25, 41.57348), (19.13417, 25, 46.193974), (9.754517, 25, 49.03926), (3.061617e-15, 25, 50), (-9.754517, 25, 49.03926), (-19.13417, 25, 46.193974), (-27.778513, 25, 41.57348), (-35.35534, 25, 35.35534), (-41.57348, 25, 27.778513), (-46.193974, 25, 19.13417), (-49.03926, 25, 9.754517), (-50, 25, 6.123234e-15), (-49.03926, 25, -9.754517), (-46.193974, 25, -19.13417), (-41.57348, 25, -27.778513), (-35.35534, 25, -35.35534), (-27.778513, 25, -41.57348), (-19.13417, 25, -46.193974), (-9.754517, 25, -49.03926), (-9.184851e-15, 25, -50), (9.754517, 25, -49.03926), (19.13417, 25, -46.193974), (27.778513, 25, -41.57348), (35.35534, 25, -35.35534), (41.57348, 25, -27.778513), (46.193974, 25, -19.13417), (49.03926, 25, -9.754517), (45.12274, 24.51963, 0), (44.255722, 24.51963, 8.80301), (41.687977, 24.51963, 17.267727), (37.51819, 24.51963, 25.068851), (31.906595, 24.51963, 31.906595), (25.068851, 24.51963, 37.51819), (17.267727, 24.51963, 41.687977), (8.80301, 24.51963, 44.255722), (2.762971e-15, 24.51963, 45.12274), (-8.80301, 24.51963, 44.255722), (-17.267727, 24.51963, 41.687977), (-25.068851, 24.51963, 37.51819), (-31.906595, 24.51963, 31.906595), (-37.51819, 24.51963, 25.068851), (-41.687977, 24.51963, 17.267727), (-44.255722, 24.51963, 8.80301), (-45.12274, 24.51963, 5.525942e-15), (-44.255722, 24.51963, -8.80301), (-41.687977, 24.51963, -17.267727), (-37.51819, 24.51963, -25.068851), (-31.906595, 24.51963, -31.906595), (-25.068851, 24.51963, -37.51819), (-17.267727, 24.51963, -41.687977), (-8.80301, 24.51963, -44.255722), (-8.288914e-15, 24.51963, -45.12274), (8.80301, 24.51963, -44.255722), (17.267727, 24.51963, -41.687977), (25.068851, 24.51963, -37.51819), (31.906595, 24.51963, -31.906595), (37.51819, 24.51963, -25.068851), (41.687977, 24.51963, -17.267727), (44.255722, 24.51963, -8.80301), (40.432915, 23.096987, 0), (39.656006, 23.096987, 7.8880706), (37.355145, 23.096987, 15.473006), (33.61874, 23.096987, 22.463324), (28.590387, 23.096987, 28.590387), (22.463324, 23.096987, 33.61874), (15.473006, 23.096987, 37.355145), (7.8880706, 23.096987, 39.656006), (2.475802e-15, 23.096987, 40.432915), (-7.8880706, 23.096987, 39.656006), (-15.473006, 23.096987, 37.355145), (-22.463324, 23.096987, 33.61874), (-28.590387, 23.096987, 28.590387), (-33.61874, 23.096987, 22.463324), (-37.355145, 23.096987, 15.473006), (-39.656006, 23.096987, 7.8880706), (-40.432915, 23.096987, 4.951604e-15), (-39.656006, 23.096987, -7.8880706), (-37.355145, 23.096987, -15.473006), (-33.61874, 23.096987, -22.463324), (-28.590387, 23.096987, -28.590387), (-22.463324, 23.096987, -33.61874), (-15.473006, 23.096987, -37.355145), (-7.8880706, 23.096987, -39.656006), (-7.427406e-15, 23.096987, -40.432915), (7.8880706, 23.096987, -39.656006), (15.473006, 23.096987, -37.355145), (22.463324, 23.096987, -33.61874), (28.590387, 23.096987, -28.590387), (33.61874, 23.096987, -22.463324), (37.355145, 23.096987, -15.473006), (39.656006, 23.096987, -7.8880706), (36.110744, 20.78674, 0), (35.416885, 20.78674, 7.044857), (33.361977, 20.78674, 13.818984), (30.024988, 20.78674, 20.062056), (25.534153, 20.78674, 25.534153), (20.062056, 20.78674, 30.024988), (13.818984, 20.78674, 33.361977), (7.044857, 20.78674, 35.416885), (2.2111454e-15, 20.78674, 36.110744), (-7.044857, 20.78674, 35.416885), (-13.818984, 20.78674, 33.361977), (-20.062056, 20.78674, 30.024988), (-25.534153, 20.78674, 25.534153), (-30.024988, 20.78674, 20.062056), (-33.361977, 20.78674, 13.818984), (-35.416885, 20.78674, 7.044857), (-36.110744, 20.78674, 4.422291e-15), (-35.416885, 20.78674, -7.044857), (-33.361977, 20.78674, -13.818984), (-30.024988, 20.78674, -20.062056), (-25.534153, 20.78674, -25.534153), (-20.062056, 20.78674, -30.024988), (-13.818984, 20.78674, -33.361977), (-7.044857, 20.78674, -35.416885), (-6.633436e-15, 20.78674, -36.110744), (7.044857, 20.78674, -35.416885), (13.818984, 20.78674, -33.361977), (20.062056, 20.78674, -30.024988), (25.534153, 20.78674, -25.534153), (30.024988, 20.78674, -20.062056), (33.361977, 20.78674, -13.818984), (35.416885, 20.78674, -7.044857), (32.32233, 17.67767, 0), (31.701267, 17.67767, 6.3057737), (29.861938, 17.67767, 12.369221), (26.875036, 17.67767, 17.957325), (22.85534, 17.67767, 22.85534), (17.957325, 17.67767, 26.875036), (12.369221, 17.67767, 29.861938), (6.3057737, 17.67767, 31.701267), (1.9791719e-15, 17.67767, 32.32233), (-6.3057737, 17.67767, 31.701267), (-12.369221, 17.67767, 29.861938), (-17.957325, 17.67767, 26.875036), (-22.85534, 17.67767, 22.85534), (-26.875036, 17.67767, 17.957325), (-29.861938, 17.67767, 12.369221), (-31.701267, 17.67767, 6.3057737), (-32.32233, 17.67767, 3.9583438e-15), (-31.701267, 17.67767, -6.3057737), (-29.861938, 17.67767, -12.369221), (-26.875036, 17.67767, -17.957325), (-22.85534, 17.67767, -22.85534), (-17.957325, 17.67767, -26.875036), (-12.369221, 17.67767, -29.861938), (-6.3057737, 17.67767, -31.701267), (-5.9375155e-15, 17.67767, -32.32233), (6.3057737, 17.67767, -31.701267), (12.369221, 17.67767, -29.861938), (17.957325, 17.67767, -26.875036), (22.85534, 17.67767, -22.85534), (26.875036, 17.67767, -17.957325), (29.861938, 17.67767, -12.369221), (31.701267, 17.67767, -6.3057737), (29.213259, 13.8892565, 0), (28.651936, 13.8892565, 5.6992245), (26.989532, 13.8892565, 11.179431), (24.289938, 13.8892565, 16.230017), (20.656895, 13.8892565, 20.656895), (16.230017, 13.8892565, 24.289938), (11.179431, 13.8892565, 26.989532), (5.6992245, 13.8892565, 28.651936), (1.7887964e-15, 13.8892565, 29.213259), (-5.6992245, 13.8892565, 28.651936), (-11.179431, 13.8892565, 26.989532), (-16.230017, 13.8892565, 24.289938), (-20.656895, 13.8892565, 20.656895), (-24.289938, 13.8892565, 16.230017), (-26.989532, 13.8892565, 11.179431), (-28.651936, 13.8892565, 5.6992245), (-29.213259, 13.8892565, 3.5775927e-15), (-28.651936, 13.8892565, -5.6992245), (-26.989532, 13.8892565, -11.179431), (-24.289938, 13.8892565, -16.230017), (-20.656895, 13.8892565, -20.656895), (-16.230017, 13.8892565, -24.289938), (-11.179431, 13.8892565, -26.989532), (-5.6992245, 13.8892565, -28.651936), (-5.3663887e-15, 13.8892565, -29.213259), (5.6992245, 13.8892565, -28.651936), (11.179431, 13.8892565, -26.989532), (16.230017, 13.8892565, -24.289938), (20.656895, 13.8892565, -20.656895), (24.289938, 13.8892565, -16.230017), (26.989532, 13.8892565, -11.179431), (28.651936, 13.8892565, -5.6992245), (26.903013, 9.567085, 0), (26.38608, 9.567085, 5.248517), (24.85514, 9.567085, 10.295337), (22.369036, 9.567085, 14.946513), (19.023302, 9.567085, 19.023302), (14.946513, 9.567085, 22.369036), (10.295337, 9.567085, 24.85514), (5.248517, 9.567085, 26.38608), (1.6473343e-15, 9.567085, 26.903013), (-5.248517, 9.567085, 26.38608), (-10.295337, 9.567085, 24.85514), (-14.946513, 9.567085, 22.369036), (-19.023302, 9.567085, 19.023302), (-22.369036, 9.567085, 14.946513), (-24.85514, 9.567085, 10.295337), (-26.38608, 9.567085, 5.248517), (-26.903013, 9.567085, 3.2946687e-15), (-26.38608, 9.567085, -5.248517), (-24.85514, 9.567085, -10.295337), (-22.369036, 9.567085, -14.946513), (-19.023302, 9.567085, -19.023302), (-14.946513, 9.567085, -22.369036), (-10.295337, 9.567085, -24.85514), (-5.248517, 9.567085, -26.38608), (-4.942003e-15, 9.567085, -26.903013), (5.248517, 9.567085, -26.38608), (10.295337, 9.567085, -24.85514), (14.946513, 9.567085, -22.369036), (19.023302, 9.567085, -19.023302), (22.369036, 9.567085, -14.946513), (24.85514, 9.567085, -10.295337), (26.38608, 9.567085, -5.248517), (25.48037, 4.8772583, 0), (24.99077, 4.8772583, 4.9709735), (23.54079, 4.8772583, 9.750915), (21.186152, 4.8772583, 14.156135), (18.017342, 4.8772583, 18.017342), (14.156135, 4.8772583, 21.186152), (9.750915, 4.8772583, 23.54079), (4.9709735, 4.8772583, 24.99077), (1.5602226e-15, 4.8772583, 25.48037), (-4.9709735, 4.8772583, 24.99077), (-9.750915, 4.8772583, 23.54079), (-14.156135, 4.8772583, 21.186152), (-18.017342, 4.8772583, 18.017342), (-21.186152, 4.8772583, 14.156135), (-23.54079, 4.8772583, 9.750915), (-24.99077, 4.8772583, 4.9709735), (-25.48037, 4.8772583, 3.1204452e-15), (-24.99077, 4.8772583, -4.9709735), (-23.54079, 4.8772583, -9.750915), (-21.186152, 4.8772583, -14.156135), (-18.017342, 4.8772583, -18.017342), (-14.156135, 4.8772583, -21.186152), (-9.750915, 4.8772583, -23.54079), (-4.9709735, 4.8772583, -24.99077), (-4.6806676e-15, 4.8772583, -25.48037), (4.9709735, 4.8772583, -24.99077), (9.750915, 4.8772583, -23.54079), (14.156135, 4.8772583, -21.186152), (18.017342, 4.8772583, -18.017342), (21.186152, 4.8772583, -14.156135), (23.54079, 4.8772583, -9.750915), (24.99077, 4.8772583, -4.9709735), (25, 3.061617e-15, 0), (24.51963, 3.061617e-15, 4.8772583), (23.096987, 3.061617e-15, 9.567085), (20.78674, 3.061617e-15, 13.8892565), (17.67767, 3.061617e-15, 17.67767), (13.8892565, 3.061617e-15, 20.78674), (9.567085, 3.061617e-15, 23.096987), (4.8772583, 3.061617e-15, 24.51963), (1.5308086e-15, 3.061617e-15, 25), (-4.8772583, 3.061617e-15, 24.51963), (-9.567085, 3.061617e-15, 23.096987), (-13.8892565, 3.061617e-15, 20.78674), (-17.67767, 3.061617e-15, 17.67767), (-20.78674, 3.061617e-15, 13.8892565), (-23.096987, 3.061617e-15, 9.567085), (-24.51963, 3.061617e-15, 4.8772583), (-25, 3.061617e-15, 3.061617e-15), (-24.51963, 3.061617e-15, -4.8772583), (-23.096987, 3.061617e-15, -9.567085), (-20.78674, 3.061617e-15, -13.8892565), (-17.67767, 3.061617e-15, -17.67767), (-13.8892565, 3.061617e-15, -20.78674), (-9.567085, 3.061617e-15, -23.096987), (-4.8772583, 3.061617e-15, -24.51963), (-4.5924254e-15, 3.061617e-15, -25), (4.8772583, 3.061617e-15, -24.51963), (9.567085, 3.061617e-15, -23.096987), (13.8892565, 3.061617e-15, -20.78674), (17.67767, 3.061617e-15, -17.67767), (20.78674, 3.061617e-15, -13.8892565), (23.096987, 3.061617e-15, -9.567085), (24.51963, 3.061617e-15, -4.8772583), (25.48037, -4.8772583, 0), (24.99077, -4.8772583, 4.9709735), (23.54079, -4.8772583, 9.750915), (21.186152, -4.8772583, 14.156135), (18.017342, -4.8772583, 18.017342), (14.156135, -4.8772583, 21.186152), (9.750915, -4.8772583, 23.54079), (4.9709735, -4.8772583, 24.99077), (1.5602226e-15, -4.8772583, 25.48037), (-4.9709735, -4.8772583, 24.99077), (-9.750915, -4.8772583, 23.54079), (-14.156135, -4.8772583, 21.186152), (-18.017342, -4.8772583, 18.017342), (-21.186152, -4.8772583, 14.156135), (-23.54079, -4.8772583, 9.750915), (-24.99077, -4.8772583, 4.9709735), (-25.48037, -4.8772583, 3.1204452e-15), (-24.99077, -4.8772583, -4.9709735), (-23.54079, -4.8772583, -9.750915), (-21.186152, -4.8772583, -14.156135), (-18.017342, -4.8772583, -18.017342), (-14.156135, -4.8772583, -21.186152), (-9.750915, -4.8772583, -23.54079), (-4.9709735, -4.8772583, -24.99077), (-4.6806676e-15, -4.8772583, -25.48037), (4.9709735, -4.8772583, -24.99077), (9.750915, -4.8772583, -23.54079), (14.156135, -4.8772583, -21.186152), (18.017342, -4.8772583, -18.017342), (21.186152, -4.8772583, -14.156135), (23.54079, -4.8772583, -9.750915), (24.99077, -4.8772583, -4.9709735), (26.903013, -9.567085, 0), (26.38608, -9.567085, 5.248517), (24.85514, -9.567085, 10.295337), (22.369036, -9.567085, 14.946513), (19.023302, -9.567085, 19.023302), (14.946513, -9.567085, 22.369036), (10.295337, -9.567085, 24.85514), (5.248517, -9.567085, 26.38608), (1.6473343e-15, -9.567085, 26.903013), (-5.248517, -9.567085, 26.38608), (-10.295337, -9.567085, 24.85514), (-14.946513, -9.567085, 22.369036), (-19.023302, -9.567085, 19.023302), (-22.369036, -9.567085, 14.946513), (-24.85514, -9.567085, 10.295337), (-26.38608, -9.567085, 5.248517), (-26.903013, -9.567085, 3.2946687e-15), (-26.38608, -9.567085, -5.248517), (-24.85514, -9.567085, -10.295337), (-22.369036, -9.567085, -14.946513), (-19.023302, -9.567085, -19.023302), (-14.946513, -9.567085, -22.369036), (-10.295337, -9.567085, -24.85514), (-5.248517, -9.567085, -26.38608), (-4.942003e-15, -9.567085, -26.903013), (5.248517, -9.567085, -26.38608), (10.295337, -9.567085, -24.85514), (14.946513, -9.567085, -22.369036), (19.023302, -9.567085, -19.023302), (22.369036, -9.567085, -14.946513), (24.85514, -9.567085, -10.295337), (26.38608, -9.567085, -5.248517), (29.213259, -13.8892565, 0), (28.651936, -13.8892565, 5.6992245), (26.989532, -13.8892565, 11.179431), (24.289938, -13.8892565, 16.230017), (20.656895, -13.8892565, 20.656895), (16.230017, -13.8892565, 24.289938), (11.179431, -13.8892565, 26.989532), (5.6992245, -13.8892565, 28.651936), (1.7887964e-15, -13.8892565, 29.213259), (-5.6992245, -13.8892565, 28.651936), (-11.179431, -13.8892565, 26.989532), (-16.230017, -13.8892565, 24.289938), (-20.656895, -13.8892565, 20.656895), (-24.289938, -13.8892565, 16.230017), (-26.989532, -13.8892565, 11.179431), (-28.651936, -13.8892565, 5.6992245), (-29.213259, -13.8892565, 3.5775927e-15), (-28.651936, -13.8892565, -5.6992245), (-26.989532, -13.8892565, -11.179431), (-24.289938, -13.8892565, -16.230017), (-20.656895, -13.8892565, -20.656895), (-16.230017, -13.8892565, -24.289938), (-11.179431, -13.8892565, -26.989532), (-5.6992245, -13.8892565, -28.651936), (-5.3663887e-15, -13.8892565, -29.213259), (5.6992245, -13.8892565, -28.651936), (11.179431, -13.8892565, -26.989532), (16.230017, -13.8892565, -24.289938), (20.656895, -13.8892565, -20.656895), (24.289938, -13.8892565, -16.230017), (26.989532, -13.8892565, -11.179431), (28.651936, -13.8892565, -5.6992245), (32.32233, -17.67767, 0), (31.701267, -17.67767, 6.3057737), (29.861938, -17.67767, 12.369221), (26.875036, -17.67767, 17.957325), (22.85534, -17.67767, 22.85534), (17.957325, -17.67767, 26.875036), (12.369221, -17.67767, 29.861938), (6.3057737, -17.67767, 31.701267), (1.9791719e-15, -17.67767, 32.32233), (-6.3057737, -17.67767, 31.701267), (-12.369221, -17.67767, 29.861938), (-17.957325, -17.67767, 26.875036), (-22.85534, -17.67767, 22.85534), (-26.875036, -17.67767, 17.957325), (-29.861938, -17.67767, 12.369221), (-31.701267, -17.67767, 6.3057737), (-32.32233, -17.67767, 3.9583438e-15), (-31.701267, -17.67767, -6.3057737), (-29.861938, -17.67767, -12.369221), (-26.875036, -17.67767, -17.957325), (-22.85534, -17.67767, -22.85534), (-17.957325, -17.67767, -26.875036), (-12.369221, -17.67767, -29.861938), (-6.3057737, -17.67767, -31.701267), (-5.9375155e-15, -17.67767, -32.32233), (6.3057737, -17.67767, -31.701267), (12.369221, -17.67767, -29.861938), (17.957325, -17.67767, -26.875036), (22.85534, -17.67767, -22.85534), (26.875036, -17.67767, -17.957325), (29.861938, -17.67767, -12.369221), (31.701267, -17.67767, -6.3057737), (36.110744, -20.78674, 0), (35.416885, -20.78674, 7.044857), (33.361977, -20.78674, 13.818984), (30.024988, -20.78674, 20.062056), (25.534153, -20.78674, 25.534153), (20.062056, -20.78674, 30.024988), (13.818984, -20.78674, 33.361977), (7.044857, -20.78674, 35.416885), (2.2111454e-15, -20.78674, 36.110744), (-7.044857, -20.78674, 35.416885), (-13.818984, -20.78674, 33.361977), (-20.062056, -20.78674, 30.024988), (-25.534153, -20.78674, 25.534153), (-30.024988, -20.78674, 20.062056), (-33.361977, -20.78674, 13.818984), (-35.416885, -20.78674, 7.044857), (-36.110744, -20.78674, 4.422291e-15), (-35.416885, -20.78674, -7.044857), (-33.361977, -20.78674, -13.818984), (-30.024988, -20.78674, -20.062056), (-25.534153, -20.78674, -25.534153), (-20.062056, -20.78674, -30.024988), (-13.818984, -20.78674, -33.361977), (-7.044857, -20.78674, -35.416885), (-6.633436e-15, -20.78674, -36.110744), (7.044857, -20.78674, -35.416885), (13.818984, -20.78674, -33.361977), (20.062056, -20.78674, -30.024988), (25.534153, -20.78674, -25.534153), (30.024988, -20.78674, -20.062056), (33.361977, -20.78674, -13.818984), (35.416885, -20.78674, -7.044857), (40.432915, -23.096987, 0), (39.656006, -23.096987, 7.8880706), (37.355145, -23.096987, 15.473006), (33.61874, -23.096987, 22.463324), (28.590387, -23.096987, 28.590387), (22.463324, -23.096987, 33.61874), (15.473006, -23.096987, 37.355145), (7.8880706, -23.096987, 39.656006), (2.475802e-15, -23.096987, 40.432915), (-7.8880706, -23.096987, 39.656006), (-15.473006, -23.096987, 37.355145), (-22.463324, -23.096987, 33.61874), (-28.590387, -23.096987, 28.590387), (-33.61874, -23.096987, 22.463324), (-37.355145, -23.096987, 15.473006), (-39.656006, -23.096987, 7.8880706), (-40.432915, -23.096987, 4.951604e-15), (-39.656006, -23.096987, -7.8880706), (-37.355145, -23.096987, -15.473006), (-33.61874, -23.096987, -22.463324), (-28.590387, -23.096987, -28.590387), (-22.463324, -23.096987, -33.61874), (-15.473006, -23.096987, -37.355145), (-7.8880706, -23.096987, -39.656006), (-7.427406e-15, -23.096987, -40.432915), (7.8880706, -23.096987, -39.656006), (15.473006, -23.096987, -37.355145), (22.463324, -23.096987, -33.61874), (28.590387, -23.096987, -28.590387), (33.61874, -23.096987, -22.463324), (37.355145, -23.096987, -15.473006), (39.656006, -23.096987, -7.8880706), (45.12274, -24.51963, 0), (44.255722, -24.51963, 8.80301), (41.687977, -24.51963, 17.267727), (37.51819, -24.51963, 25.068851), (31.906595, -24.51963, 31.906595), (25.068851, -24.51963, 37.51819), (17.267727, -24.51963, 41.687977), (8.80301, -24.51963, 44.255722), (2.762971e-15, -24.51963, 45.12274), (-8.80301, -24.51963, 44.255722), (-17.267727, -24.51963, 41.687977), (-25.068851, -24.51963, 37.51819), (-31.906595, -24.51963, 31.906595), (-37.51819, -24.51963, 25.068851), (-41.687977, -24.51963, 17.267727), (-44.255722, -24.51963, 8.80301), (-45.12274, -24.51963, 5.525942e-15), (-44.255722, -24.51963, -8.80301), (-41.687977, -24.51963, -17.267727), (-37.51819, -24.51963, -25.068851), (-31.906595, -24.51963, -31.906595), (-25.068851, -24.51963, -37.51819), (-17.267727, -24.51963, -41.687977), (-8.80301, -24.51963, -44.255722), (-8.288914e-15, -24.51963, -45.12274), (8.80301, -24.51963, -44.255722), (17.267727, -24.51963, -41.687977), (25.068851, -24.51963, -37.51819), (31.906595, -24.51963, -31.906595), (37.51819, -24.51963, -25.068851), (41.687977, -24.51963, -17.267727), (44.255722, -24.51963, -8.80301)] float2[] primvars:st = [(0, 0), (0, 0.03125), (0.03125, 0.03125), (0.03125, 0), (0.03125, 0), (0.03125, 0.03125), (0.0625, 0.03125), (0.0625, 0), (0.0625, 0), (0.0625, 0.03125), (0.09375, 0.03125), (0.09375, 0), (0.09375, 0), (0.09375, 0.03125), (0.125, 0.03125), (0.125, 0), (0.125, 0), (0.125, 0.03125), (0.15625, 0.03125), (0.15625, 0), (0.15625, 0), (0.15625, 0.03125), (0.1875, 0.03125), (0.1875, 0), (0.1875, 0), (0.1875, 0.03125), (0.21875, 0.03125), (0.21875, 0), (0.21875, 0), (0.21875, 0.03125), (0.25, 0.03125), (0.25, 0), (0.25, 0), (0.25, 0.03125), (0.28125, 0.03125), (0.28125, 0), (0.28125, 0), (0.28125, 0.03125), (0.3125, 0.03125), (0.3125, 0), (0.3125, 0), (0.3125, 0.03125), (0.34375, 0.03125), (0.34375, 0), (0.34375, 0), (0.34375, 0.03125), (0.375, 0.03125), (0.375, 0), (0.375, 0), (0.375, 0.03125), (0.40625, 0.03125), (0.40625, 0), (0.40625, 0), (0.40625, 0.03125), (0.4375, 0.03125), (0.4375, 0), (0.4375, 0), (0.4375, 0.03125), (0.46875, 0.03125), (0.46875, 0), (0.46875, 0), (0.46875, 0.03125), (0.5, 0.03125), (0.5, 0), (0.5, 0), (0.5, 0.03125), (0.53125, 0.03125), (0.53125, 0), (0.53125, 0), (0.53125, 0.03125), (0.5625, 0.03125), (0.5625, 0), (0.5625, 0), (0.5625, 0.03125), (0.59375, 0.03125), (0.59375, 0), (0.59375, 0), (0.59375, 0.03125), (0.625, 0.03125), (0.625, 0), (0.625, 0), (0.625, 0.03125), (0.65625, 0.03125), (0.65625, 0), (0.65625, 0), (0.65625, 0.03125), (0.6875, 0.03125), (0.6875, 0), (0.6875, 0), (0.6875, 0.03125), (0.71875, 0.03125), (0.71875, 0), (0.71875, 0), (0.71875, 0.03125), (0.75, 0.03125), (0.75, 0), (0.75, 0), (0.75, 0.03125), (0.78125, 0.03125), (0.78125, 0), (0.78125, 0), (0.78125, 0.03125), (0.8125, 0.03125), (0.8125, 0), (0.8125, 0), (0.8125, 0.03125), (0.84375, 0.03125), (0.84375, 0), (0.84375, 0), (0.84375, 0.03125), (0.875, 0.03125), (0.875, 0), (0.875, 0), (0.875, 0.03125), (0.90625, 0.03125), (0.90625, 0), (0.90625, 0), (0.90625, 0.03125), (0.9375, 0.03125), (0.9375, 0), (0.9375, 0), (0.9375, 0.03125), (0.96875, 0.03125), (0.96875, 0), (0.96875, 0), (0.96875, 0.03125), (1, 0.03125), (1, 0), (0, 0.03125), (0, 0.0625), (0.03125, 0.0625), (0.03125, 0.03125), (0.03125, 0.03125), (0.03125, 0.0625), (0.0625, 0.0625), (0.0625, 0.03125), (0.0625, 0.03125), (0.0625, 0.0625), (0.09375, 0.0625), (0.09375, 0.03125), (0.09375, 0.03125), (0.09375, 0.0625), (0.125, 0.0625), (0.125, 0.03125), (0.125, 0.03125), (0.125, 0.0625), (0.15625, 0.0625), (0.15625, 0.03125), (0.15625, 0.03125), (0.15625, 0.0625), (0.1875, 0.0625), (0.1875, 0.03125), (0.1875, 0.03125), (0.1875, 0.0625), (0.21875, 0.0625), (0.21875, 0.03125), (0.21875, 0.03125), (0.21875, 0.0625), (0.25, 0.0625), (0.25, 0.03125), (0.25, 0.03125), (0.25, 0.0625), (0.28125, 0.0625), (0.28125, 0.03125), (0.28125, 0.03125), (0.28125, 0.0625), (0.3125, 0.0625), (0.3125, 0.03125), (0.3125, 0.03125), (0.3125, 0.0625), (0.34375, 0.0625), (0.34375, 0.03125), (0.34375, 0.03125), (0.34375, 0.0625), (0.375, 0.0625), (0.375, 0.03125), (0.375, 0.03125), (0.375, 0.0625), (0.40625, 0.0625), (0.40625, 0.03125), (0.40625, 0.03125), (0.40625, 0.0625), (0.4375, 0.0625), (0.4375, 0.03125), (0.4375, 0.03125), (0.4375, 0.0625), (0.46875, 0.0625), (0.46875, 0.03125), (0.46875, 0.03125), (0.46875, 0.0625), (0.5, 0.0625), (0.5, 0.03125), (0.5, 0.03125), (0.5, 0.0625), (0.53125, 0.0625), (0.53125, 0.03125), (0.53125, 0.03125), (0.53125, 0.0625), (0.5625, 0.0625), (0.5625, 0.03125), (0.5625, 0.03125), (0.5625, 0.0625), (0.59375, 0.0625), (0.59375, 0.03125), (0.59375, 0.03125), (0.59375, 0.0625), (0.625, 0.0625), (0.625, 0.03125), (0.625, 0.03125), (0.625, 0.0625), (0.65625, 0.0625), (0.65625, 0.03125), (0.65625, 0.03125), (0.65625, 0.0625), (0.6875, 0.0625), (0.6875, 0.03125), (0.6875, 0.03125), (0.6875, 0.0625), (0.71875, 0.0625), (0.71875, 0.03125), (0.71875, 0.03125), (0.71875, 0.0625), (0.75, 0.0625), (0.75, 0.03125), (0.75, 0.03125), (0.75, 0.0625), (0.78125, 0.0625), (0.78125, 0.03125), (0.78125, 0.03125), (0.78125, 0.0625), (0.8125, 0.0625), (0.8125, 0.03125), (0.8125, 0.03125), (0.8125, 0.0625), (0.84375, 0.0625), (0.84375, 0.03125), (0.84375, 0.03125), (0.84375, 0.0625), (0.875, 0.0625), (0.875, 0.03125), (0.875, 0.03125), (0.875, 0.0625), (0.90625, 0.0625), (0.90625, 0.03125), (0.90625, 0.03125), (0.90625, 0.0625), (0.9375, 0.0625), (0.9375, 0.03125), (0.9375, 0.03125), (0.9375, 0.0625), (0.96875, 0.0625), (0.96875, 0.03125), (0.96875, 0.03125), (0.96875, 0.0625), (1, 0.0625), (1, 0.03125), (0, 0.0625), (0, 0.09375), (0.03125, 0.09375), (0.03125, 0.0625), (0.03125, 0.0625), (0.03125, 0.09375), (0.0625, 0.09375), (0.0625, 0.0625), (0.0625, 0.0625), (0.0625, 0.09375), (0.09375, 0.09375), (0.09375, 0.0625), (0.09375, 0.0625), (0.09375, 0.09375), (0.125, 0.09375), (0.125, 0.0625), (0.125, 0.0625), (0.125, 0.09375), (0.15625, 0.09375), (0.15625, 0.0625), (0.15625, 0.0625), (0.15625, 0.09375), (0.1875, 0.09375), (0.1875, 0.0625), (0.1875, 0.0625), (0.1875, 0.09375), (0.21875, 0.09375), (0.21875, 0.0625), (0.21875, 0.0625), (0.21875, 0.09375), (0.25, 0.09375), (0.25, 0.0625), (0.25, 0.0625), (0.25, 0.09375), (0.28125, 0.09375), (0.28125, 0.0625), (0.28125, 0.0625), (0.28125, 0.09375), (0.3125, 0.09375), (0.3125, 0.0625), (0.3125, 0.0625), (0.3125, 0.09375), (0.34375, 0.09375), (0.34375, 0.0625), (0.34375, 0.0625), (0.34375, 0.09375), (0.375, 0.09375), (0.375, 0.0625), (0.375, 0.0625), (0.375, 0.09375), (0.40625, 0.09375), (0.40625, 0.0625), (0.40625, 0.0625), (0.40625, 0.09375), (0.4375, 0.09375), (0.4375, 0.0625), (0.4375, 0.0625), (0.4375, 0.09375), (0.46875, 0.09375), (0.46875, 0.0625), (0.46875, 0.0625), (0.46875, 0.09375), (0.5, 0.09375), (0.5, 0.0625), (0.5, 0.0625), (0.5, 0.09375), (0.53125, 0.09375), (0.53125, 0.0625), (0.53125, 0.0625), (0.53125, 0.09375), (0.5625, 0.09375), (0.5625, 0.0625), (0.5625, 0.0625), (0.5625, 0.09375), (0.59375, 0.09375), (0.59375, 0.0625), (0.59375, 0.0625), (0.59375, 0.09375), (0.625, 0.09375), (0.625, 0.0625), (0.625, 0.0625), (0.625, 0.09375), (0.65625, 0.09375), (0.65625, 0.0625), (0.65625, 0.0625), (0.65625, 0.09375), (0.6875, 0.09375), (0.6875, 0.0625), (0.6875, 0.0625), (0.6875, 0.09375), (0.71875, 0.09375), (0.71875, 0.0625), (0.71875, 0.0625), (0.71875, 0.09375), (0.75, 0.09375), (0.75, 0.0625), (0.75, 0.0625), (0.75, 0.09375), (0.78125, 0.09375), (0.78125, 0.0625), (0.78125, 0.0625), (0.78125, 0.09375), (0.8125, 0.09375), (0.8125, 0.0625), (0.8125, 0.0625), (0.8125, 0.09375), (0.84375, 0.09375), (0.84375, 0.0625), (0.84375, 0.0625), (0.84375, 0.09375), (0.875, 0.09375), (0.875, 0.0625), (0.875, 0.0625), (0.875, 0.09375), (0.90625, 0.09375), (0.90625, 0.0625), (0.90625, 0.0625), (0.90625, 0.09375), (0.9375, 0.09375), (0.9375, 0.0625), (0.9375, 0.0625), (0.9375, 0.09375), (0.96875, 0.09375), (0.96875, 0.0625), (0.96875, 0.0625), (0.96875, 0.09375), (1, 0.09375), (1, 0.0625), (0, 0.09375), (0, 0.125), (0.03125, 0.125), (0.03125, 0.09375), (0.03125, 0.09375), (0.03125, 0.125), (0.0625, 0.125), (0.0625, 0.09375), (0.0625, 0.09375), (0.0625, 0.125), (0.09375, 0.125), (0.09375, 0.09375), (0.09375, 0.09375), (0.09375, 0.125), (0.125, 0.125), (0.125, 0.09375), (0.125, 0.09375), (0.125, 0.125), (0.15625, 0.125), (0.15625, 0.09375), (0.15625, 0.09375), (0.15625, 0.125), (0.1875, 0.125), (0.1875, 0.09375), (0.1875, 0.09375), (0.1875, 0.125), (0.21875, 0.125), (0.21875, 0.09375), (0.21875, 0.09375), (0.21875, 0.125), (0.25, 0.125), (0.25, 0.09375), (0.25, 0.09375), (0.25, 0.125), (0.28125, 0.125), (0.28125, 0.09375), (0.28125, 0.09375), (0.28125, 0.125), (0.3125, 0.125), (0.3125, 0.09375), (0.3125, 0.09375), (0.3125, 0.125), (0.34375, 0.125), (0.34375, 0.09375), (0.34375, 0.09375), (0.34375, 0.125), (0.375, 0.125), (0.375, 0.09375), (0.375, 0.09375), (0.375, 0.125), (0.40625, 0.125), (0.40625, 0.09375), (0.40625, 0.09375), (0.40625, 0.125), (0.4375, 0.125), (0.4375, 0.09375), (0.4375, 0.09375), (0.4375, 0.125), (0.46875, 0.125), (0.46875, 0.09375), (0.46875, 0.09375), (0.46875, 0.125), (0.5, 0.125), (0.5, 0.09375), (0.5, 0.09375), (0.5, 0.125), (0.53125, 0.125), (0.53125, 0.09375), (0.53125, 0.09375), (0.53125, 0.125), (0.5625, 0.125), (0.5625, 0.09375), (0.5625, 0.09375), (0.5625, 0.125), (0.59375, 0.125), (0.59375, 0.09375), (0.59375, 0.09375), (0.59375, 0.125), (0.625, 0.125), (0.625, 0.09375), (0.625, 0.09375), (0.625, 0.125), (0.65625, 0.125), (0.65625, 0.09375), (0.65625, 0.09375), (0.65625, 0.125), (0.6875, 0.125), (0.6875, 0.09375), (0.6875, 0.09375), (0.6875, 0.125), (0.71875, 0.125), (0.71875, 0.09375), (0.71875, 0.09375), (0.71875, 0.125), (0.75, 0.125), (0.75, 0.09375), (0.75, 0.09375), (0.75, 0.125), (0.78125, 0.125), (0.78125, 0.09375), (0.78125, 0.09375), (0.78125, 0.125), (0.8125, 0.125), (0.8125, 0.09375), (0.8125, 0.09375), (0.8125, 0.125), (0.84375, 0.125), (0.84375, 0.09375), (0.84375, 0.09375), (0.84375, 0.125), (0.875, 0.125), (0.875, 0.09375), (0.875, 0.09375), (0.875, 0.125), (0.90625, 0.125), (0.90625, 0.09375), (0.90625, 0.09375), (0.90625, 0.125), (0.9375, 0.125), (0.9375, 0.09375), (0.9375, 0.09375), (0.9375, 0.125), (0.96875, 0.125), (0.96875, 0.09375), (0.96875, 0.09375), (0.96875, 0.125), (1, 0.125), (1, 0.09375), (0, 0.125), (0, 0.15625), (0.03125, 0.15625), (0.03125, 0.125), (0.03125, 0.125), (0.03125, 0.15625), (0.0625, 0.15625), (0.0625, 0.125), (0.0625, 0.125), (0.0625, 0.15625), (0.09375, 0.15625), (0.09375, 0.125), (0.09375, 0.125), (0.09375, 0.15625), (0.125, 0.15625), (0.125, 0.125), (0.125, 0.125), (0.125, 0.15625), (0.15625, 0.15625), (0.15625, 0.125), (0.15625, 0.125), (0.15625, 0.15625), (0.1875, 0.15625), (0.1875, 0.125), (0.1875, 0.125), (0.1875, 0.15625), (0.21875, 0.15625), (0.21875, 0.125), (0.21875, 0.125), (0.21875, 0.15625), (0.25, 0.15625), (0.25, 0.125), (0.25, 0.125), (0.25, 0.15625), (0.28125, 0.15625), (0.28125, 0.125), (0.28125, 0.125), (0.28125, 0.15625), (0.3125, 0.15625), (0.3125, 0.125), (0.3125, 0.125), (0.3125, 0.15625), (0.34375, 0.15625), (0.34375, 0.125), (0.34375, 0.125), (0.34375, 0.15625), (0.375, 0.15625), (0.375, 0.125), (0.375, 0.125), (0.375, 0.15625), (0.40625, 0.15625), (0.40625, 0.125), (0.40625, 0.125), (0.40625, 0.15625), (0.4375, 0.15625), (0.4375, 0.125), (0.4375, 0.125), (0.4375, 0.15625), (0.46875, 0.15625), (0.46875, 0.125), (0.46875, 0.125), (0.46875, 0.15625), (0.5, 0.15625), (0.5, 0.125), (0.5, 0.125), (0.5, 0.15625), (0.53125, 0.15625), (0.53125, 0.125), (0.53125, 0.125), (0.53125, 0.15625), (0.5625, 0.15625), (0.5625, 0.125), (0.5625, 0.125), (0.5625, 0.15625), (0.59375, 0.15625), (0.59375, 0.125), (0.59375, 0.125), (0.59375, 0.15625), (0.625, 0.15625), (0.625, 0.125), (0.625, 0.125), (0.625, 0.15625), (0.65625, 0.15625), (0.65625, 0.125), (0.65625, 0.125), (0.65625, 0.15625), (0.6875, 0.15625), (0.6875, 0.125), (0.6875, 0.125), (0.6875, 0.15625), (0.71875, 0.15625), (0.71875, 0.125), (0.71875, 0.125), (0.71875, 0.15625), (0.75, 0.15625), (0.75, 0.125), (0.75, 0.125), (0.75, 0.15625), (0.78125, 0.15625), (0.78125, 0.125), (0.78125, 0.125), (0.78125, 0.15625), (0.8125, 0.15625), (0.8125, 0.125), (0.8125, 0.125), (0.8125, 0.15625), (0.84375, 0.15625), (0.84375, 0.125), (0.84375, 0.125), (0.84375, 0.15625), (0.875, 0.15625), (0.875, 0.125), (0.875, 0.125), (0.875, 0.15625), (0.90625, 0.15625), (0.90625, 0.125), (0.90625, 0.125), (0.90625, 0.15625), (0.9375, 0.15625), (0.9375, 0.125), (0.9375, 0.125), (0.9375, 0.15625), (0.96875, 0.15625), (0.96875, 0.125), (0.96875, 0.125), (0.96875, 0.15625), (1, 0.15625), (1, 0.125), (0, 0.15625), (0, 0.1875), (0.03125, 0.1875), (0.03125, 0.15625), (0.03125, 0.15625), (0.03125, 0.1875), (0.0625, 0.1875), (0.0625, 0.15625), (0.0625, 0.15625), (0.0625, 0.1875), (0.09375, 0.1875), (0.09375, 0.15625), (0.09375, 0.15625), (0.09375, 0.1875), (0.125, 0.1875), (0.125, 0.15625), (0.125, 0.15625), (0.125, 0.1875), (0.15625, 0.1875), (0.15625, 0.15625), (0.15625, 0.15625), (0.15625, 0.1875), (0.1875, 0.1875), (0.1875, 0.15625), (0.1875, 0.15625), (0.1875, 0.1875), (0.21875, 0.1875), (0.21875, 0.15625), (0.21875, 0.15625), (0.21875, 0.1875), (0.25, 0.1875), (0.25, 0.15625), (0.25, 0.15625), (0.25, 0.1875), (0.28125, 0.1875), (0.28125, 0.15625), (0.28125, 0.15625), (0.28125, 0.1875), (0.3125, 0.1875), (0.3125, 0.15625), (0.3125, 0.15625), (0.3125, 0.1875), (0.34375, 0.1875), (0.34375, 0.15625), (0.34375, 0.15625), (0.34375, 0.1875), (0.375, 0.1875), (0.375, 0.15625), (0.375, 0.15625), (0.375, 0.1875), (0.40625, 0.1875), (0.40625, 0.15625), (0.40625, 0.15625), (0.40625, 0.1875), (0.4375, 0.1875), (0.4375, 0.15625), (0.4375, 0.15625), (0.4375, 0.1875), (0.46875, 0.1875), (0.46875, 0.15625), (0.46875, 0.15625), (0.46875, 0.1875), (0.5, 0.1875), (0.5, 0.15625), (0.5, 0.15625), (0.5, 0.1875), (0.53125, 0.1875), (0.53125, 0.15625), (0.53125, 0.15625), (0.53125, 0.1875), (0.5625, 0.1875), (0.5625, 0.15625), (0.5625, 0.15625), (0.5625, 0.1875), (0.59375, 0.1875), (0.59375, 0.15625), (0.59375, 0.15625), (0.59375, 0.1875), (0.625, 0.1875), (0.625, 0.15625), (0.625, 0.15625), (0.625, 0.1875), (0.65625, 0.1875), (0.65625, 0.15625), (0.65625, 0.15625), (0.65625, 0.1875), (0.6875, 0.1875), (0.6875, 0.15625), (0.6875, 0.15625), (0.6875, 0.1875), (0.71875, 0.1875), (0.71875, 0.15625), (0.71875, 0.15625), (0.71875, 0.1875), (0.75, 0.1875), (0.75, 0.15625), (0.75, 0.15625), (0.75, 0.1875), (0.78125, 0.1875), (0.78125, 0.15625), (0.78125, 0.15625), (0.78125, 0.1875), (0.8125, 0.1875), (0.8125, 0.15625), (0.8125, 0.15625), (0.8125, 0.1875), (0.84375, 0.1875), (0.84375, 0.15625), (0.84375, 0.15625), (0.84375, 0.1875), (0.875, 0.1875), (0.875, 0.15625), (0.875, 0.15625), (0.875, 0.1875), (0.90625, 0.1875), (0.90625, 0.15625), (0.90625, 0.15625), (0.90625, 0.1875), (0.9375, 0.1875), (0.9375, 0.15625), (0.9375, 0.15625), (0.9375, 0.1875), (0.96875, 0.1875), (0.96875, 0.15625), (0.96875, 0.15625), (0.96875, 0.1875), (1, 0.1875), (1, 0.15625), (0, 0.1875), (0, 0.21875), (0.03125, 0.21875), (0.03125, 0.1875), (0.03125, 0.1875), (0.03125, 0.21875), (0.0625, 0.21875), (0.0625, 0.1875), (0.0625, 0.1875), (0.0625, 0.21875), (0.09375, 0.21875), (0.09375, 0.1875), (0.09375, 0.1875), (0.09375, 0.21875), (0.125, 0.21875), (0.125, 0.1875), (0.125, 0.1875), (0.125, 0.21875), (0.15625, 0.21875), (0.15625, 0.1875), (0.15625, 0.1875), (0.15625, 0.21875), (0.1875, 0.21875), (0.1875, 0.1875), (0.1875, 0.1875), (0.1875, 0.21875), (0.21875, 0.21875), (0.21875, 0.1875), (0.21875, 0.1875), (0.21875, 0.21875), (0.25, 0.21875), (0.25, 0.1875), (0.25, 0.1875), (0.25, 0.21875), (0.28125, 0.21875), (0.28125, 0.1875), (0.28125, 0.1875), (0.28125, 0.21875), (0.3125, 0.21875), (0.3125, 0.1875), (0.3125, 0.1875), (0.3125, 0.21875), (0.34375, 0.21875), (0.34375, 0.1875), (0.34375, 0.1875), (0.34375, 0.21875), (0.375, 0.21875), (0.375, 0.1875), (0.375, 0.1875), (0.375, 0.21875), (0.40625, 0.21875), (0.40625, 0.1875), (0.40625, 0.1875), (0.40625, 0.21875), (0.4375, 0.21875), (0.4375, 0.1875), (0.4375, 0.1875), (0.4375, 0.21875), (0.46875, 0.21875), (0.46875, 0.1875), (0.46875, 0.1875), (0.46875, 0.21875), (0.5, 0.21875), (0.5, 0.1875), (0.5, 0.1875), (0.5, 0.21875), (0.53125, 0.21875), (0.53125, 0.1875), (0.53125, 0.1875), (0.53125, 0.21875), (0.5625, 0.21875), (0.5625, 0.1875), (0.5625, 0.1875), (0.5625, 0.21875), (0.59375, 0.21875), (0.59375, 0.1875), (0.59375, 0.1875), (0.59375, 0.21875), (0.625, 0.21875), (0.625, 0.1875), (0.625, 0.1875), (0.625, 0.21875), (0.65625, 0.21875), (0.65625, 0.1875), (0.65625, 0.1875), (0.65625, 0.21875), (0.6875, 0.21875), (0.6875, 0.1875), (0.6875, 0.1875), (0.6875, 0.21875), (0.71875, 0.21875), (0.71875, 0.1875), (0.71875, 0.1875), (0.71875, 0.21875), (0.75, 0.21875), (0.75, 0.1875), (0.75, 0.1875), (0.75, 0.21875), (0.78125, 0.21875), (0.78125, 0.1875), (0.78125, 0.1875), (0.78125, 0.21875), (0.8125, 0.21875), (0.8125, 0.1875), (0.8125, 0.1875), (0.8125, 0.21875), (0.84375, 0.21875), (0.84375, 0.1875), (0.84375, 0.1875), (0.84375, 0.21875), (0.875, 0.21875), (0.875, 0.1875), (0.875, 0.1875), (0.875, 0.21875), (0.90625, 0.21875), (0.90625, 0.1875), (0.90625, 0.1875), (0.90625, 0.21875), (0.9375, 0.21875), (0.9375, 0.1875), (0.9375, 0.1875), (0.9375, 0.21875), (0.96875, 0.21875), (0.96875, 0.1875), (0.96875, 0.1875), (0.96875, 0.21875), (1, 0.21875), (1, 0.1875), (0, 0.21875), (0, 0.25), (0.03125, 0.25), (0.03125, 0.21875), (0.03125, 0.21875), (0.03125, 0.25), (0.0625, 0.25), (0.0625, 0.21875), (0.0625, 0.21875), (0.0625, 0.25), (0.09375, 0.25), (0.09375, 0.21875), (0.09375, 0.21875), (0.09375, 0.25), (0.125, 0.25), (0.125, 0.21875), (0.125, 0.21875), (0.125, 0.25), (0.15625, 0.25), (0.15625, 0.21875), (0.15625, 0.21875), (0.15625, 0.25), (0.1875, 0.25), (0.1875, 0.21875), (0.1875, 0.21875), (0.1875, 0.25), (0.21875, 0.25), (0.21875, 0.21875), (0.21875, 0.21875), (0.21875, 0.25), (0.25, 0.25), (0.25, 0.21875), (0.25, 0.21875), (0.25, 0.25), (0.28125, 0.25), (0.28125, 0.21875), (0.28125, 0.21875), (0.28125, 0.25), (0.3125, 0.25), (0.3125, 0.21875), (0.3125, 0.21875), (0.3125, 0.25), (0.34375, 0.25), (0.34375, 0.21875), (0.34375, 0.21875), (0.34375, 0.25), (0.375, 0.25), (0.375, 0.21875), (0.375, 0.21875), (0.375, 0.25), (0.40625, 0.25), (0.40625, 0.21875), (0.40625, 0.21875), (0.40625, 0.25), (0.4375, 0.25), (0.4375, 0.21875), (0.4375, 0.21875), (0.4375, 0.25), (0.46875, 0.25), (0.46875, 0.21875), (0.46875, 0.21875), (0.46875, 0.25), (0.5, 0.25), (0.5, 0.21875), (0.5, 0.21875), (0.5, 0.25), (0.53125, 0.25), (0.53125, 0.21875), (0.53125, 0.21875), (0.53125, 0.25), (0.5625, 0.25), (0.5625, 0.21875), (0.5625, 0.21875), (0.5625, 0.25), (0.59375, 0.25), (0.59375, 0.21875), (0.59375, 0.21875), (0.59375, 0.25), (0.625, 0.25), (0.625, 0.21875), (0.625, 0.21875), (0.625, 0.25), (0.65625, 0.25), (0.65625, 0.21875), (0.65625, 0.21875), (0.65625, 0.25), (0.6875, 0.25), (0.6875, 0.21875), (0.6875, 0.21875), (0.6875, 0.25), (0.71875, 0.25), (0.71875, 0.21875), (0.71875, 0.21875), (0.71875, 0.25), (0.75, 0.25), (0.75, 0.21875), (0.75, 0.21875), (0.75, 0.25), (0.78125, 0.25), (0.78125, 0.21875), (0.78125, 0.21875), (0.78125, 0.25), (0.8125, 0.25), (0.8125, 0.21875), (0.8125, 0.21875), (0.8125, 0.25), (0.84375, 0.25), (0.84375, 0.21875), (0.84375, 0.21875), (0.84375, 0.25), (0.875, 0.25), (0.875, 0.21875), (0.875, 0.21875), (0.875, 0.25), (0.90625, 0.25), (0.90625, 0.21875), (0.90625, 0.21875), (0.90625, 0.25), (0.9375, 0.25), (0.9375, 0.21875), (0.9375, 0.21875), (0.9375, 0.25), (0.96875, 0.25), (0.96875, 0.21875), (0.96875, 0.21875), (0.96875, 0.25), (1, 0.25), (1, 0.21875), (0, 0.25), (0, 0.28125), (0.03125, 0.28125), (0.03125, 0.25), (0.03125, 0.25), (0.03125, 0.28125), (0.0625, 0.28125), (0.0625, 0.25), (0.0625, 0.25), (0.0625, 0.28125), (0.09375, 0.28125), (0.09375, 0.25), (0.09375, 0.25), (0.09375, 0.28125), (0.125, 0.28125), (0.125, 0.25), (0.125, 0.25), (0.125, 0.28125), (0.15625, 0.28125), (0.15625, 0.25), (0.15625, 0.25), (0.15625, 0.28125), (0.1875, 0.28125), (0.1875, 0.25), (0.1875, 0.25), (0.1875, 0.28125), (0.21875, 0.28125), (0.21875, 0.25), (0.21875, 0.25), (0.21875, 0.28125), (0.25, 0.28125), (0.25, 0.25), (0.25, 0.25), (0.25, 0.28125), (0.28125, 0.28125), (0.28125, 0.25), (0.28125, 0.25), (0.28125, 0.28125), (0.3125, 0.28125), (0.3125, 0.25), (0.3125, 0.25), (0.3125, 0.28125), (0.34375, 0.28125), (0.34375, 0.25), (0.34375, 0.25), (0.34375, 0.28125), (0.375, 0.28125), (0.375, 0.25), (0.375, 0.25), (0.375, 0.28125), (0.40625, 0.28125), (0.40625, 0.25), (0.40625, 0.25), (0.40625, 0.28125), (0.4375, 0.28125), (0.4375, 0.25), (0.4375, 0.25), (0.4375, 0.28125), (0.46875, 0.28125), (0.46875, 0.25), (0.46875, 0.25), (0.46875, 0.28125), (0.5, 0.28125), (0.5, 0.25), (0.5, 0.25), (0.5, 0.28125), (0.53125, 0.28125), (0.53125, 0.25), (0.53125, 0.25), (0.53125, 0.28125), (0.5625, 0.28125), (0.5625, 0.25), (0.5625, 0.25), (0.5625, 0.28125), (0.59375, 0.28125), (0.59375, 0.25), (0.59375, 0.25), (0.59375, 0.28125), (0.625, 0.28125), (0.625, 0.25), (0.625, 0.25), (0.625, 0.28125), (0.65625, 0.28125), (0.65625, 0.25), (0.65625, 0.25), (0.65625, 0.28125), (0.6875, 0.28125), (0.6875, 0.25), (0.6875, 0.25), (0.6875, 0.28125), (0.71875, 0.28125), (0.71875, 0.25), (0.71875, 0.25), (0.71875, 0.28125), (0.75, 0.28125), (0.75, 0.25), (0.75, 0.25), (0.75, 0.28125), (0.78125, 0.28125), (0.78125, 0.25), (0.78125, 0.25), (0.78125, 0.28125), (0.8125, 0.28125), (0.8125, 0.25), (0.8125, 0.25), (0.8125, 0.28125), (0.84375, 0.28125), (0.84375, 0.25), (0.84375, 0.25), (0.84375, 0.28125), (0.875, 0.28125), (0.875, 0.25), (0.875, 0.25), (0.875, 0.28125), (0.90625, 0.28125), (0.90625, 0.25), (0.90625, 0.25), (0.90625, 0.28125), (0.9375, 0.28125), (0.9375, 0.25), (0.9375, 0.25), (0.9375, 0.28125), (0.96875, 0.28125), (0.96875, 0.25), (0.96875, 0.25), (0.96875, 0.28125), (1, 0.28125), (1, 0.25), (0, 0.28125), (0, 0.3125), (0.03125, 0.3125), (0.03125, 0.28125), (0.03125, 0.28125), (0.03125, 0.3125), (0.0625, 0.3125), (0.0625, 0.28125), (0.0625, 0.28125), (0.0625, 0.3125), (0.09375, 0.3125), (0.09375, 0.28125), (0.09375, 0.28125), (0.09375, 0.3125), (0.125, 0.3125), (0.125, 0.28125), (0.125, 0.28125), (0.125, 0.3125), (0.15625, 0.3125), (0.15625, 0.28125), (0.15625, 0.28125), (0.15625, 0.3125), (0.1875, 0.3125), (0.1875, 0.28125), (0.1875, 0.28125), (0.1875, 0.3125), (0.21875, 0.3125), (0.21875, 0.28125), (0.21875, 0.28125), (0.21875, 0.3125), (0.25, 0.3125), (0.25, 0.28125), (0.25, 0.28125), (0.25, 0.3125), (0.28125, 0.3125), (0.28125, 0.28125), (0.28125, 0.28125), (0.28125, 0.3125), (0.3125, 0.3125), (0.3125, 0.28125), (0.3125, 0.28125), (0.3125, 0.3125), (0.34375, 0.3125), (0.34375, 0.28125), (0.34375, 0.28125), (0.34375, 0.3125), (0.375, 0.3125), (0.375, 0.28125), (0.375, 0.28125), (0.375, 0.3125), (0.40625, 0.3125), (0.40625, 0.28125), (0.40625, 0.28125), (0.40625, 0.3125), (0.4375, 0.3125), (0.4375, 0.28125), (0.4375, 0.28125), (0.4375, 0.3125), (0.46875, 0.3125), (0.46875, 0.28125), (0.46875, 0.28125), (0.46875, 0.3125), (0.5, 0.3125), (0.5, 0.28125), (0.5, 0.28125), (0.5, 0.3125), (0.53125, 0.3125), (0.53125, 0.28125), (0.53125, 0.28125), (0.53125, 0.3125), (0.5625, 0.3125), (0.5625, 0.28125), (0.5625, 0.28125), (0.5625, 0.3125), (0.59375, 0.3125), (0.59375, 0.28125), (0.59375, 0.28125), (0.59375, 0.3125), (0.625, 0.3125), (0.625, 0.28125), (0.625, 0.28125), (0.625, 0.3125), (0.65625, 0.3125), (0.65625, 0.28125), (0.65625, 0.28125), (0.65625, 0.3125), (0.6875, 0.3125), (0.6875, 0.28125), (0.6875, 0.28125), (0.6875, 0.3125), (0.71875, 0.3125), (0.71875, 0.28125), (0.71875, 0.28125), (0.71875, 0.3125), (0.75, 0.3125), (0.75, 0.28125), (0.75, 0.28125), (0.75, 0.3125), (0.78125, 0.3125), (0.78125, 0.28125), (0.78125, 0.28125), (0.78125, 0.3125), (0.8125, 0.3125), (0.8125, 0.28125), (0.8125, 0.28125), (0.8125, 0.3125), (0.84375, 0.3125), (0.84375, 0.28125), (0.84375, 0.28125), (0.84375, 0.3125), (0.875, 0.3125), (0.875, 0.28125), (0.875, 0.28125), (0.875, 0.3125), (0.90625, 0.3125), (0.90625, 0.28125), (0.90625, 0.28125), (0.90625, 0.3125), (0.9375, 0.3125), (0.9375, 0.28125), (0.9375, 0.28125), (0.9375, 0.3125), (0.96875, 0.3125), (0.96875, 0.28125), (0.96875, 0.28125), (0.96875, 0.3125), (1, 0.3125), (1, 0.28125), (0, 0.3125), (0, 0.34375), (0.03125, 0.34375), (0.03125, 0.3125), (0.03125, 0.3125), (0.03125, 0.34375), (0.0625, 0.34375), (0.0625, 0.3125), (0.0625, 0.3125), (0.0625, 0.34375), (0.09375, 0.34375), (0.09375, 0.3125), (0.09375, 0.3125), (0.09375, 0.34375), (0.125, 0.34375), (0.125, 0.3125), (0.125, 0.3125), (0.125, 0.34375), (0.15625, 0.34375), (0.15625, 0.3125), (0.15625, 0.3125), (0.15625, 0.34375), (0.1875, 0.34375), (0.1875, 0.3125), (0.1875, 0.3125), (0.1875, 0.34375), (0.21875, 0.34375), (0.21875, 0.3125), (0.21875, 0.3125), (0.21875, 0.34375), (0.25, 0.34375), (0.25, 0.3125), (0.25, 0.3125), (0.25, 0.34375), (0.28125, 0.34375), (0.28125, 0.3125), (0.28125, 0.3125), (0.28125, 0.34375), (0.3125, 0.34375), (0.3125, 0.3125), (0.3125, 0.3125), (0.3125, 0.34375), (0.34375, 0.34375), (0.34375, 0.3125), (0.34375, 0.3125), (0.34375, 0.34375), (0.375, 0.34375), (0.375, 0.3125), (0.375, 0.3125), (0.375, 0.34375), (0.40625, 0.34375), (0.40625, 0.3125), (0.40625, 0.3125), (0.40625, 0.34375), (0.4375, 0.34375), (0.4375, 0.3125), (0.4375, 0.3125), (0.4375, 0.34375), (0.46875, 0.34375), (0.46875, 0.3125), (0.46875, 0.3125), (0.46875, 0.34375), (0.5, 0.34375), (0.5, 0.3125), (0.5, 0.3125), (0.5, 0.34375), (0.53125, 0.34375), (0.53125, 0.3125), (0.53125, 0.3125), (0.53125, 0.34375), (0.5625, 0.34375), (0.5625, 0.3125), (0.5625, 0.3125), (0.5625, 0.34375), (0.59375, 0.34375), (0.59375, 0.3125), (0.59375, 0.3125), (0.59375, 0.34375), (0.625, 0.34375), (0.625, 0.3125), (0.625, 0.3125), (0.625, 0.34375), (0.65625, 0.34375), (0.65625, 0.3125), (0.65625, 0.3125), (0.65625, 0.34375), (0.6875, 0.34375), (0.6875, 0.3125), (0.6875, 0.3125), (0.6875, 0.34375), (0.71875, 0.34375), (0.71875, 0.3125), (0.71875, 0.3125), (0.71875, 0.34375), (0.75, 0.34375), (0.75, 0.3125), (0.75, 0.3125), (0.75, 0.34375), (0.78125, 0.34375), (0.78125, 0.3125), (0.78125, 0.3125), (0.78125, 0.34375), (0.8125, 0.34375), (0.8125, 0.3125), (0.8125, 0.3125), (0.8125, 0.34375), (0.84375, 0.34375), (0.84375, 0.3125), (0.84375, 0.3125), (0.84375, 0.34375), (0.875, 0.34375), (0.875, 0.3125), (0.875, 0.3125), (0.875, 0.34375), (0.90625, 0.34375), (0.90625, 0.3125), (0.90625, 0.3125), (0.90625, 0.34375), (0.9375, 0.34375), (0.9375, 0.3125), (0.9375, 0.3125), (0.9375, 0.34375), (0.96875, 0.34375), (0.96875, 0.3125), (0.96875, 0.3125), (0.96875, 0.34375), (1, 0.34375), (1, 0.3125), (0, 0.34375), (0, 0.375), (0.03125, 0.375), (0.03125, 0.34375), (0.03125, 0.34375), (0.03125, 0.375), (0.0625, 0.375), (0.0625, 0.34375), (0.0625, 0.34375), (0.0625, 0.375), (0.09375, 0.375), (0.09375, 0.34375), (0.09375, 0.34375), (0.09375, 0.375), (0.125, 0.375), (0.125, 0.34375), (0.125, 0.34375), (0.125, 0.375), (0.15625, 0.375), (0.15625, 0.34375), (0.15625, 0.34375), (0.15625, 0.375), (0.1875, 0.375), (0.1875, 0.34375), (0.1875, 0.34375), (0.1875, 0.375), (0.21875, 0.375), (0.21875, 0.34375), (0.21875, 0.34375), (0.21875, 0.375), (0.25, 0.375), (0.25, 0.34375), (0.25, 0.34375), (0.25, 0.375), (0.28125, 0.375), (0.28125, 0.34375), (0.28125, 0.34375), (0.28125, 0.375), (0.3125, 0.375), (0.3125, 0.34375), (0.3125, 0.34375), (0.3125, 0.375), (0.34375, 0.375), (0.34375, 0.34375), (0.34375, 0.34375), (0.34375, 0.375), (0.375, 0.375), (0.375, 0.34375), (0.375, 0.34375), (0.375, 0.375), (0.40625, 0.375), (0.40625, 0.34375), (0.40625, 0.34375), (0.40625, 0.375), (0.4375, 0.375), (0.4375, 0.34375), (0.4375, 0.34375), (0.4375, 0.375), (0.46875, 0.375), (0.46875, 0.34375), (0.46875, 0.34375), (0.46875, 0.375), (0.5, 0.375), (0.5, 0.34375), (0.5, 0.34375), (0.5, 0.375), (0.53125, 0.375), (0.53125, 0.34375), (0.53125, 0.34375), (0.53125, 0.375), (0.5625, 0.375), (0.5625, 0.34375), (0.5625, 0.34375), (0.5625, 0.375), (0.59375, 0.375), (0.59375, 0.34375), (0.59375, 0.34375), (0.59375, 0.375), (0.625, 0.375), (0.625, 0.34375), (0.625, 0.34375), (0.625, 0.375), (0.65625, 0.375), (0.65625, 0.34375), (0.65625, 0.34375), (0.65625, 0.375), (0.6875, 0.375), (0.6875, 0.34375), (0.6875, 0.34375), (0.6875, 0.375), (0.71875, 0.375), (0.71875, 0.34375), (0.71875, 0.34375), (0.71875, 0.375), (0.75, 0.375), (0.75, 0.34375), (0.75, 0.34375), (0.75, 0.375), (0.78125, 0.375), (0.78125, 0.34375), (0.78125, 0.34375), (0.78125, 0.375), (0.8125, 0.375), (0.8125, 0.34375), (0.8125, 0.34375), (0.8125, 0.375), (0.84375, 0.375), (0.84375, 0.34375), (0.84375, 0.34375), (0.84375, 0.375), (0.875, 0.375), (0.875, 0.34375), (0.875, 0.34375), (0.875, 0.375), (0.90625, 0.375), (0.90625, 0.34375), (0.90625, 0.34375), (0.90625, 0.375), (0.9375, 0.375), (0.9375, 0.34375), (0.9375, 0.34375), (0.9375, 0.375), (0.96875, 0.375), (0.96875, 0.34375), (0.96875, 0.34375), (0.96875, 0.375), (1, 0.375), (1, 0.34375), (0, 0.375), (0, 0.40625), (0.03125, 0.40625), (0.03125, 0.375), (0.03125, 0.375), (0.03125, 0.40625), (0.0625, 0.40625), (0.0625, 0.375), (0.0625, 0.375), (0.0625, 0.40625), (0.09375, 0.40625), (0.09375, 0.375), (0.09375, 0.375), (0.09375, 0.40625), (0.125, 0.40625), (0.125, 0.375), (0.125, 0.375), (0.125, 0.40625), (0.15625, 0.40625), (0.15625, 0.375), (0.15625, 0.375), (0.15625, 0.40625), (0.1875, 0.40625), (0.1875, 0.375), (0.1875, 0.375), (0.1875, 0.40625), (0.21875, 0.40625), (0.21875, 0.375), (0.21875, 0.375), (0.21875, 0.40625), (0.25, 0.40625), (0.25, 0.375), (0.25, 0.375), (0.25, 0.40625), (0.28125, 0.40625), (0.28125, 0.375), (0.28125, 0.375), (0.28125, 0.40625), (0.3125, 0.40625), (0.3125, 0.375), (0.3125, 0.375), (0.3125, 0.40625), (0.34375, 0.40625), (0.34375, 0.375), (0.34375, 0.375), (0.34375, 0.40625), (0.375, 0.40625), (0.375, 0.375), (0.375, 0.375), (0.375, 0.40625), (0.40625, 0.40625), (0.40625, 0.375), (0.40625, 0.375), (0.40625, 0.40625), (0.4375, 0.40625), (0.4375, 0.375), (0.4375, 0.375), (0.4375, 0.40625), (0.46875, 0.40625), (0.46875, 0.375), (0.46875, 0.375), (0.46875, 0.40625), (0.5, 0.40625), (0.5, 0.375), (0.5, 0.375), (0.5, 0.40625), (0.53125, 0.40625), (0.53125, 0.375), (0.53125, 0.375), (0.53125, 0.40625), (0.5625, 0.40625), (0.5625, 0.375), (0.5625, 0.375), (0.5625, 0.40625), (0.59375, 0.40625), (0.59375, 0.375), (0.59375, 0.375), (0.59375, 0.40625), (0.625, 0.40625), (0.625, 0.375), (0.625, 0.375), (0.625, 0.40625), (0.65625, 0.40625), (0.65625, 0.375), (0.65625, 0.375), (0.65625, 0.40625), (0.6875, 0.40625), (0.6875, 0.375), (0.6875, 0.375), (0.6875, 0.40625), (0.71875, 0.40625), (0.71875, 0.375), (0.71875, 0.375), (0.71875, 0.40625), (0.75, 0.40625), (0.75, 0.375), (0.75, 0.375), (0.75, 0.40625), (0.78125, 0.40625), (0.78125, 0.375), (0.78125, 0.375), (0.78125, 0.40625), (0.8125, 0.40625), (0.8125, 0.375), (0.8125, 0.375), (0.8125, 0.40625), (0.84375, 0.40625), (0.84375, 0.375), (0.84375, 0.375), (0.84375, 0.40625), (0.875, 0.40625), (0.875, 0.375), (0.875, 0.375), (0.875, 0.40625), (0.90625, 0.40625), (0.90625, 0.375), (0.90625, 0.375), (0.90625, 0.40625), (0.9375, 0.40625), (0.9375, 0.375), (0.9375, 0.375), (0.9375, 0.40625), (0.96875, 0.40625), (0.96875, 0.375), (0.96875, 0.375), (0.96875, 0.40625), (1, 0.40625), (1, 0.375), (0, 0.40625), (0, 0.4375), (0.03125, 0.4375), (0.03125, 0.40625), (0.03125, 0.40625), (0.03125, 0.4375), (0.0625, 0.4375), (0.0625, 0.40625), (0.0625, 0.40625), (0.0625, 0.4375), (0.09375, 0.4375), (0.09375, 0.40625), (0.09375, 0.40625), (0.09375, 0.4375), (0.125, 0.4375), (0.125, 0.40625), (0.125, 0.40625), (0.125, 0.4375), (0.15625, 0.4375), (0.15625, 0.40625), (0.15625, 0.40625), (0.15625, 0.4375), (0.1875, 0.4375), (0.1875, 0.40625), (0.1875, 0.40625), (0.1875, 0.4375), (0.21875, 0.4375), (0.21875, 0.40625), (0.21875, 0.40625), (0.21875, 0.4375), (0.25, 0.4375), (0.25, 0.40625), (0.25, 0.40625), (0.25, 0.4375), (0.28125, 0.4375), (0.28125, 0.40625), (0.28125, 0.40625), (0.28125, 0.4375), (0.3125, 0.4375), (0.3125, 0.40625), (0.3125, 0.40625), (0.3125, 0.4375), (0.34375, 0.4375), (0.34375, 0.40625), (0.34375, 0.40625), (0.34375, 0.4375), (0.375, 0.4375), (0.375, 0.40625), (0.375, 0.40625), (0.375, 0.4375), (0.40625, 0.4375), (0.40625, 0.40625), (0.40625, 0.40625), (0.40625, 0.4375), (0.4375, 0.4375), (0.4375, 0.40625), (0.4375, 0.40625), (0.4375, 0.4375), (0.46875, 0.4375), (0.46875, 0.40625), (0.46875, 0.40625), (0.46875, 0.4375), (0.5, 0.4375), (0.5, 0.40625), (0.5, 0.40625), (0.5, 0.4375), (0.53125, 0.4375), (0.53125, 0.40625), (0.53125, 0.40625), (0.53125, 0.4375), (0.5625, 0.4375), (0.5625, 0.40625), (0.5625, 0.40625), (0.5625, 0.4375), (0.59375, 0.4375), (0.59375, 0.40625), (0.59375, 0.40625), (0.59375, 0.4375), (0.625, 0.4375), (0.625, 0.40625), (0.625, 0.40625), (0.625, 0.4375), (0.65625, 0.4375), (0.65625, 0.40625), (0.65625, 0.40625), (0.65625, 0.4375), (0.6875, 0.4375), (0.6875, 0.40625), (0.6875, 0.40625), (0.6875, 0.4375), (0.71875, 0.4375), (0.71875, 0.40625), (0.71875, 0.40625), (0.71875, 0.4375), (0.75, 0.4375), (0.75, 0.40625), (0.75, 0.40625), (0.75, 0.4375), (0.78125, 0.4375), (0.78125, 0.40625), (0.78125, 0.40625), (0.78125, 0.4375), (0.8125, 0.4375), (0.8125, 0.40625), (0.8125, 0.40625), (0.8125, 0.4375), (0.84375, 0.4375), (0.84375, 0.40625), (0.84375, 0.40625), (0.84375, 0.4375), (0.875, 0.4375), (0.875, 0.40625), (0.875, 0.40625), (0.875, 0.4375), (0.90625, 0.4375), (0.90625, 0.40625), (0.90625, 0.40625), (0.90625, 0.4375), (0.9375, 0.4375), (0.9375, 0.40625), (0.9375, 0.40625), (0.9375, 0.4375), (0.96875, 0.4375), (0.96875, 0.40625), (0.96875, 0.40625), (0.96875, 0.4375), (1, 0.4375), (1, 0.40625), (0, 0.4375), (0, 0.46875), (0.03125, 0.46875), (0.03125, 0.4375), (0.03125, 0.4375), (0.03125, 0.46875), (0.0625, 0.46875), (0.0625, 0.4375), (0.0625, 0.4375), (0.0625, 0.46875), (0.09375, 0.46875), (0.09375, 0.4375), (0.09375, 0.4375), (0.09375, 0.46875), (0.125, 0.46875), (0.125, 0.4375), (0.125, 0.4375), (0.125, 0.46875), (0.15625, 0.46875), (0.15625, 0.4375), (0.15625, 0.4375), (0.15625, 0.46875), (0.1875, 0.46875), (0.1875, 0.4375), (0.1875, 0.4375), (0.1875, 0.46875), (0.21875, 0.46875), (0.21875, 0.4375), (0.21875, 0.4375), (0.21875, 0.46875), (0.25, 0.46875), (0.25, 0.4375), (0.25, 0.4375), (0.25, 0.46875), (0.28125, 0.46875), (0.28125, 0.4375), (0.28125, 0.4375), (0.28125, 0.46875), (0.3125, 0.46875), (0.3125, 0.4375), (0.3125, 0.4375), (0.3125, 0.46875), (0.34375, 0.46875), (0.34375, 0.4375), (0.34375, 0.4375), (0.34375, 0.46875), (0.375, 0.46875), (0.375, 0.4375), (0.375, 0.4375), (0.375, 0.46875), (0.40625, 0.46875), (0.40625, 0.4375), (0.40625, 0.4375), (0.40625, 0.46875), (0.4375, 0.46875), (0.4375, 0.4375), (0.4375, 0.4375), (0.4375, 0.46875), (0.46875, 0.46875), (0.46875, 0.4375), (0.46875, 0.4375), (0.46875, 0.46875), (0.5, 0.46875), (0.5, 0.4375), (0.5, 0.4375), (0.5, 0.46875), (0.53125, 0.46875), (0.53125, 0.4375), (0.53125, 0.4375), (0.53125, 0.46875), (0.5625, 0.46875), (0.5625, 0.4375), (0.5625, 0.4375), (0.5625, 0.46875), (0.59375, 0.46875), (0.59375, 0.4375), (0.59375, 0.4375), (0.59375, 0.46875), (0.625, 0.46875), (0.625, 0.4375), (0.625, 0.4375), (0.625, 0.46875), (0.65625, 0.46875), (0.65625, 0.4375), (0.65625, 0.4375), (0.65625, 0.46875), (0.6875, 0.46875), (0.6875, 0.4375), (0.6875, 0.4375), (0.6875, 0.46875), (0.71875, 0.46875), (0.71875, 0.4375), (0.71875, 0.4375), (0.71875, 0.46875), (0.75, 0.46875), (0.75, 0.4375), (0.75, 0.4375), (0.75, 0.46875), (0.78125, 0.46875), (0.78125, 0.4375), (0.78125, 0.4375), (0.78125, 0.46875), (0.8125, 0.46875), (0.8125, 0.4375), (0.8125, 0.4375), (0.8125, 0.46875), (0.84375, 0.46875), (0.84375, 0.4375), (0.84375, 0.4375), (0.84375, 0.46875), (0.875, 0.46875), (0.875, 0.4375), (0.875, 0.4375), (0.875, 0.46875), (0.90625, 0.46875), (0.90625, 0.4375), (0.90625, 0.4375), (0.90625, 0.46875), (0.9375, 0.46875), (0.9375, 0.4375), (0.9375, 0.4375), (0.9375, 0.46875), (0.96875, 0.46875), (0.96875, 0.4375), (0.96875, 0.4375), (0.96875, 0.46875), (1, 0.46875), (1, 0.4375), (0, 0.46875), (0, 0.5), (0.03125, 0.5), (0.03125, 0.46875), (0.03125, 0.46875), (0.03125, 0.5), (0.0625, 0.5), (0.0625, 0.46875), (0.0625, 0.46875), (0.0625, 0.5), (0.09375, 0.5), (0.09375, 0.46875), (0.09375, 0.46875), (0.09375, 0.5), (0.125, 0.5), (0.125, 0.46875), (0.125, 0.46875), (0.125, 0.5), (0.15625, 0.5), (0.15625, 0.46875), (0.15625, 0.46875), (0.15625, 0.5), (0.1875, 0.5), (0.1875, 0.46875), (0.1875, 0.46875), (0.1875, 0.5), (0.21875, 0.5), (0.21875, 0.46875), (0.21875, 0.46875), (0.21875, 0.5), (0.25, 0.5), (0.25, 0.46875), (0.25, 0.46875), (0.25, 0.5), (0.28125, 0.5), (0.28125, 0.46875), (0.28125, 0.46875), (0.28125, 0.5), (0.3125, 0.5), (0.3125, 0.46875), (0.3125, 0.46875), (0.3125, 0.5), (0.34375, 0.5), (0.34375, 0.46875), (0.34375, 0.46875), (0.34375, 0.5), (0.375, 0.5), (0.375, 0.46875), (0.375, 0.46875), (0.375, 0.5), (0.40625, 0.5), (0.40625, 0.46875), (0.40625, 0.46875), (0.40625, 0.5), (0.4375, 0.5), (0.4375, 0.46875), (0.4375, 0.46875), (0.4375, 0.5), (0.46875, 0.5), (0.46875, 0.46875), (0.46875, 0.46875), (0.46875, 0.5), (0.5, 0.5), (0.5, 0.46875), (0.5, 0.46875), (0.5, 0.5), (0.53125, 0.5), (0.53125, 0.46875), (0.53125, 0.46875), (0.53125, 0.5), (0.5625, 0.5), (0.5625, 0.46875), (0.5625, 0.46875), (0.5625, 0.5), (0.59375, 0.5), (0.59375, 0.46875), (0.59375, 0.46875), (0.59375, 0.5), (0.625, 0.5), (0.625, 0.46875), (0.625, 0.46875), (0.625, 0.5), (0.65625, 0.5), (0.65625, 0.46875), (0.65625, 0.46875), (0.65625, 0.5), (0.6875, 0.5), (0.6875, 0.46875), (0.6875, 0.46875), (0.6875, 0.5), (0.71875, 0.5), (0.71875, 0.46875), (0.71875, 0.46875), (0.71875, 0.5), (0.75, 0.5), (0.75, 0.46875), (0.75, 0.46875), (0.75, 0.5), (0.78125, 0.5), (0.78125, 0.46875), (0.78125, 0.46875), (0.78125, 0.5), (0.8125, 0.5), (0.8125, 0.46875), (0.8125, 0.46875), (0.8125, 0.5), (0.84375, 0.5), (0.84375, 0.46875), (0.84375, 0.46875), (0.84375, 0.5), (0.875, 0.5), (0.875, 0.46875), (0.875, 0.46875), (0.875, 0.5), (0.90625, 0.5), (0.90625, 0.46875), (0.90625, 0.46875), (0.90625, 0.5), (0.9375, 0.5), (0.9375, 0.46875), (0.9375, 0.46875), (0.9375, 0.5), (0.96875, 0.5), (0.96875, 0.46875), (0.96875, 0.46875), (0.96875, 0.5), (1, 0.5), (1, 0.46875), (0, 0.5), (0, 0.53125), (0.03125, 0.53125), (0.03125, 0.5), (0.03125, 0.5), (0.03125, 0.53125), (0.0625, 0.53125), (0.0625, 0.5), (0.0625, 0.5), (0.0625, 0.53125), (0.09375, 0.53125), (0.09375, 0.5), (0.09375, 0.5), (0.09375, 0.53125), (0.125, 0.53125), (0.125, 0.5), (0.125, 0.5), (0.125, 0.53125), (0.15625, 0.53125), (0.15625, 0.5), (0.15625, 0.5), (0.15625, 0.53125), (0.1875, 0.53125), (0.1875, 0.5), (0.1875, 0.5), (0.1875, 0.53125), (0.21875, 0.53125), (0.21875, 0.5), (0.21875, 0.5), (0.21875, 0.53125), (0.25, 0.53125), (0.25, 0.5), (0.25, 0.5), (0.25, 0.53125), (0.28125, 0.53125), (0.28125, 0.5), (0.28125, 0.5), (0.28125, 0.53125), (0.3125, 0.53125), (0.3125, 0.5), (0.3125, 0.5), (0.3125, 0.53125), (0.34375, 0.53125), (0.34375, 0.5), (0.34375, 0.5), (0.34375, 0.53125), (0.375, 0.53125), (0.375, 0.5), (0.375, 0.5), (0.375, 0.53125), (0.40625, 0.53125), (0.40625, 0.5), (0.40625, 0.5), (0.40625, 0.53125), (0.4375, 0.53125), (0.4375, 0.5), (0.4375, 0.5), (0.4375, 0.53125), (0.46875, 0.53125), (0.46875, 0.5), (0.46875, 0.5), (0.46875, 0.53125), (0.5, 0.53125), (0.5, 0.5), (0.5, 0.5), (0.5, 0.53125), (0.53125, 0.53125), (0.53125, 0.5), (0.53125, 0.5), (0.53125, 0.53125), (0.5625, 0.53125), (0.5625, 0.5), (0.5625, 0.5), (0.5625, 0.53125), (0.59375, 0.53125), (0.59375, 0.5), (0.59375, 0.5), (0.59375, 0.53125), (0.625, 0.53125), (0.625, 0.5), (0.625, 0.5), (0.625, 0.53125), (0.65625, 0.53125), (0.65625, 0.5), (0.65625, 0.5), (0.65625, 0.53125), (0.6875, 0.53125), (0.6875, 0.5), (0.6875, 0.5), (0.6875, 0.53125), (0.71875, 0.53125), (0.71875, 0.5), (0.71875, 0.5), (0.71875, 0.53125), (0.75, 0.53125), (0.75, 0.5), (0.75, 0.5), (0.75, 0.53125), (0.78125, 0.53125), (0.78125, 0.5), (0.78125, 0.5), (0.78125, 0.53125), (0.8125, 0.53125), (0.8125, 0.5), (0.8125, 0.5), (0.8125, 0.53125), (0.84375, 0.53125), (0.84375, 0.5), (0.84375, 0.5), (0.84375, 0.53125), (0.875, 0.53125), (0.875, 0.5), (0.875, 0.5), (0.875, 0.53125), (0.90625, 0.53125), (0.90625, 0.5), (0.90625, 0.5), (0.90625, 0.53125), (0.9375, 0.53125), (0.9375, 0.5), (0.9375, 0.5), (0.9375, 0.53125), (0.96875, 0.53125), (0.96875, 0.5), (0.96875, 0.5), (0.96875, 0.53125), (1, 0.53125), (1, 0.5), (0, 0.53125), (0, 0.5625), (0.03125, 0.5625), (0.03125, 0.53125), (0.03125, 0.53125), (0.03125, 0.5625), (0.0625, 0.5625), (0.0625, 0.53125), (0.0625, 0.53125), (0.0625, 0.5625), (0.09375, 0.5625), (0.09375, 0.53125), (0.09375, 0.53125), (0.09375, 0.5625), (0.125, 0.5625), (0.125, 0.53125), (0.125, 0.53125), (0.125, 0.5625), (0.15625, 0.5625), (0.15625, 0.53125), (0.15625, 0.53125), (0.15625, 0.5625), (0.1875, 0.5625), (0.1875, 0.53125), (0.1875, 0.53125), (0.1875, 0.5625), (0.21875, 0.5625), (0.21875, 0.53125), (0.21875, 0.53125), (0.21875, 0.5625), (0.25, 0.5625), (0.25, 0.53125), (0.25, 0.53125), (0.25, 0.5625), (0.28125, 0.5625), (0.28125, 0.53125), (0.28125, 0.53125), (0.28125, 0.5625), (0.3125, 0.5625), (0.3125, 0.53125), (0.3125, 0.53125), (0.3125, 0.5625), (0.34375, 0.5625), (0.34375, 0.53125), (0.34375, 0.53125), (0.34375, 0.5625), (0.375, 0.5625), (0.375, 0.53125), (0.375, 0.53125), (0.375, 0.5625), (0.40625, 0.5625), (0.40625, 0.53125), (0.40625, 0.53125), (0.40625, 0.5625), (0.4375, 0.5625), (0.4375, 0.53125), (0.4375, 0.53125), (0.4375, 0.5625), (0.46875, 0.5625), (0.46875, 0.53125), (0.46875, 0.53125), (0.46875, 0.5625), (0.5, 0.5625), (0.5, 0.53125), (0.5, 0.53125), (0.5, 0.5625), (0.53125, 0.5625), (0.53125, 0.53125), (0.53125, 0.53125), (0.53125, 0.5625), (0.5625, 0.5625), (0.5625, 0.53125), (0.5625, 0.53125), (0.5625, 0.5625), (0.59375, 0.5625), (0.59375, 0.53125), (0.59375, 0.53125), (0.59375, 0.5625), (0.625, 0.5625), (0.625, 0.53125), (0.625, 0.53125), (0.625, 0.5625), (0.65625, 0.5625), (0.65625, 0.53125), (0.65625, 0.53125), (0.65625, 0.5625), (0.6875, 0.5625), (0.6875, 0.53125), (0.6875, 0.53125), (0.6875, 0.5625), (0.71875, 0.5625), (0.71875, 0.53125), (0.71875, 0.53125), (0.71875, 0.5625), (0.75, 0.5625), (0.75, 0.53125), (0.75, 0.53125), (0.75, 0.5625), (0.78125, 0.5625), (0.78125, 0.53125), (0.78125, 0.53125), (0.78125, 0.5625), (0.8125, 0.5625), (0.8125, 0.53125), (0.8125, 0.53125), (0.8125, 0.5625), (0.84375, 0.5625), (0.84375, 0.53125), (0.84375, 0.53125), (0.84375, 0.5625), (0.875, 0.5625), (0.875, 0.53125), (0.875, 0.53125), (0.875, 0.5625), (0.90625, 0.5625), (0.90625, 0.53125), (0.90625, 0.53125), (0.90625, 0.5625), (0.9375, 0.5625), (0.9375, 0.53125), (0.9375, 0.53125), (0.9375, 0.5625), (0.96875, 0.5625), (0.96875, 0.53125), (0.96875, 0.53125), (0.96875, 0.5625), (1, 0.5625), (1, 0.53125), (0, 0.5625), (0, 0.59375), (0.03125, 0.59375), (0.03125, 0.5625), (0.03125, 0.5625), (0.03125, 0.59375), (0.0625, 0.59375), (0.0625, 0.5625), (0.0625, 0.5625), (0.0625, 0.59375), (0.09375, 0.59375), (0.09375, 0.5625), (0.09375, 0.5625), (0.09375, 0.59375), (0.125, 0.59375), (0.125, 0.5625), (0.125, 0.5625), (0.125, 0.59375), (0.15625, 0.59375), (0.15625, 0.5625), (0.15625, 0.5625), (0.15625, 0.59375), (0.1875, 0.59375), (0.1875, 0.5625), (0.1875, 0.5625), (0.1875, 0.59375), (0.21875, 0.59375), (0.21875, 0.5625), (0.21875, 0.5625), (0.21875, 0.59375), (0.25, 0.59375), (0.25, 0.5625), (0.25, 0.5625), (0.25, 0.59375), (0.28125, 0.59375), (0.28125, 0.5625), (0.28125, 0.5625), (0.28125, 0.59375), (0.3125, 0.59375), (0.3125, 0.5625), (0.3125, 0.5625), (0.3125, 0.59375), (0.34375, 0.59375), (0.34375, 0.5625), (0.34375, 0.5625), (0.34375, 0.59375), (0.375, 0.59375), (0.375, 0.5625), (0.375, 0.5625), (0.375, 0.59375), (0.40625, 0.59375), (0.40625, 0.5625), (0.40625, 0.5625), (0.40625, 0.59375), (0.4375, 0.59375), (0.4375, 0.5625), (0.4375, 0.5625), (0.4375, 0.59375), (0.46875, 0.59375), (0.46875, 0.5625), (0.46875, 0.5625), (0.46875, 0.59375), (0.5, 0.59375), (0.5, 0.5625), (0.5, 0.5625), (0.5, 0.59375), (0.53125, 0.59375), (0.53125, 0.5625), (0.53125, 0.5625), (0.53125, 0.59375), (0.5625, 0.59375), (0.5625, 0.5625), (0.5625, 0.5625), (0.5625, 0.59375), (0.59375, 0.59375), (0.59375, 0.5625), (0.59375, 0.5625), (0.59375, 0.59375), (0.625, 0.59375), (0.625, 0.5625), (0.625, 0.5625), (0.625, 0.59375), (0.65625, 0.59375), (0.65625, 0.5625), (0.65625, 0.5625), (0.65625, 0.59375), (0.6875, 0.59375), (0.6875, 0.5625), (0.6875, 0.5625), (0.6875, 0.59375), (0.71875, 0.59375), (0.71875, 0.5625), (0.71875, 0.5625), (0.71875, 0.59375), (0.75, 0.59375), (0.75, 0.5625), (0.75, 0.5625), (0.75, 0.59375), (0.78125, 0.59375), (0.78125, 0.5625), (0.78125, 0.5625), (0.78125, 0.59375), (0.8125, 0.59375), (0.8125, 0.5625), (0.8125, 0.5625), (0.8125, 0.59375), (0.84375, 0.59375), (0.84375, 0.5625), (0.84375, 0.5625), (0.84375, 0.59375), (0.875, 0.59375), (0.875, 0.5625), (0.875, 0.5625), (0.875, 0.59375), (0.90625, 0.59375), (0.90625, 0.5625), (0.90625, 0.5625), (0.90625, 0.59375), (0.9375, 0.59375), (0.9375, 0.5625), (0.9375, 0.5625), (0.9375, 0.59375), (0.96875, 0.59375), (0.96875, 0.5625), (0.96875, 0.5625), (0.96875, 0.59375), (1, 0.59375), (1, 0.5625), (0, 0.59375), (0, 0.625), (0.03125, 0.625), (0.03125, 0.59375), (0.03125, 0.59375), (0.03125, 0.625), (0.0625, 0.625), (0.0625, 0.59375), (0.0625, 0.59375), (0.0625, 0.625), (0.09375, 0.625), (0.09375, 0.59375), (0.09375, 0.59375), (0.09375, 0.625), (0.125, 0.625), (0.125, 0.59375), (0.125, 0.59375), (0.125, 0.625), (0.15625, 0.625), (0.15625, 0.59375), (0.15625, 0.59375), (0.15625, 0.625), (0.1875, 0.625), (0.1875, 0.59375), (0.1875, 0.59375), (0.1875, 0.625), (0.21875, 0.625), (0.21875, 0.59375), (0.21875, 0.59375), (0.21875, 0.625), (0.25, 0.625), (0.25, 0.59375), (0.25, 0.59375), (0.25, 0.625), (0.28125, 0.625), (0.28125, 0.59375), (0.28125, 0.59375), (0.28125, 0.625), (0.3125, 0.625), (0.3125, 0.59375), (0.3125, 0.59375), (0.3125, 0.625), (0.34375, 0.625), (0.34375, 0.59375), (0.34375, 0.59375), (0.34375, 0.625), (0.375, 0.625), (0.375, 0.59375), (0.375, 0.59375), (0.375, 0.625), (0.40625, 0.625), (0.40625, 0.59375), (0.40625, 0.59375), (0.40625, 0.625), (0.4375, 0.625), (0.4375, 0.59375), (0.4375, 0.59375), (0.4375, 0.625), (0.46875, 0.625), (0.46875, 0.59375), (0.46875, 0.59375), (0.46875, 0.625), (0.5, 0.625), (0.5, 0.59375), (0.5, 0.59375), (0.5, 0.625), (0.53125, 0.625), (0.53125, 0.59375), (0.53125, 0.59375), (0.53125, 0.625), (0.5625, 0.625), (0.5625, 0.59375), (0.5625, 0.59375), (0.5625, 0.625), (0.59375, 0.625), (0.59375, 0.59375), (0.59375, 0.59375), (0.59375, 0.625), (0.625, 0.625), (0.625, 0.59375), (0.625, 0.59375), (0.625, 0.625), (0.65625, 0.625), (0.65625, 0.59375), (0.65625, 0.59375), (0.65625, 0.625), (0.6875, 0.625), (0.6875, 0.59375), (0.6875, 0.59375), (0.6875, 0.625), (0.71875, 0.625), (0.71875, 0.59375), (0.71875, 0.59375), (0.71875, 0.625), (0.75, 0.625), (0.75, 0.59375), (0.75, 0.59375), (0.75, 0.625), (0.78125, 0.625), (0.78125, 0.59375), (0.78125, 0.59375), (0.78125, 0.625), (0.8125, 0.625), (0.8125, 0.59375), (0.8125, 0.59375), (0.8125, 0.625), (0.84375, 0.625), (0.84375, 0.59375), (0.84375, 0.59375), (0.84375, 0.625), (0.875, 0.625), (0.875, 0.59375), (0.875, 0.59375), (0.875, 0.625), (0.90625, 0.625), (0.90625, 0.59375), (0.90625, 0.59375), (0.90625, 0.625), (0.9375, 0.625), (0.9375, 0.59375), (0.9375, 0.59375), (0.9375, 0.625), (0.96875, 0.625), (0.96875, 0.59375), (0.96875, 0.59375), (0.96875, 0.625), (1, 0.625), (1, 0.59375), (0, 0.625), (0, 0.65625), (0.03125, 0.65625), (0.03125, 0.625), (0.03125, 0.625), (0.03125, 0.65625), (0.0625, 0.65625), (0.0625, 0.625), (0.0625, 0.625), (0.0625, 0.65625), (0.09375, 0.65625), (0.09375, 0.625), (0.09375, 0.625), (0.09375, 0.65625), (0.125, 0.65625), (0.125, 0.625), (0.125, 0.625), (0.125, 0.65625), (0.15625, 0.65625), (0.15625, 0.625), (0.15625, 0.625), (0.15625, 0.65625), (0.1875, 0.65625), (0.1875, 0.625), (0.1875, 0.625), (0.1875, 0.65625), (0.21875, 0.65625), (0.21875, 0.625), (0.21875, 0.625), (0.21875, 0.65625), (0.25, 0.65625), (0.25, 0.625), (0.25, 0.625), (0.25, 0.65625), (0.28125, 0.65625), (0.28125, 0.625), (0.28125, 0.625), (0.28125, 0.65625), (0.3125, 0.65625), (0.3125, 0.625), (0.3125, 0.625), (0.3125, 0.65625), (0.34375, 0.65625), (0.34375, 0.625), (0.34375, 0.625), (0.34375, 0.65625), (0.375, 0.65625), (0.375, 0.625), (0.375, 0.625), (0.375, 0.65625), (0.40625, 0.65625), (0.40625, 0.625), (0.40625, 0.625), (0.40625, 0.65625), (0.4375, 0.65625), (0.4375, 0.625), (0.4375, 0.625), (0.4375, 0.65625), (0.46875, 0.65625), (0.46875, 0.625), (0.46875, 0.625), (0.46875, 0.65625), (0.5, 0.65625), (0.5, 0.625), (0.5, 0.625), (0.5, 0.65625), (0.53125, 0.65625), (0.53125, 0.625), (0.53125, 0.625), (0.53125, 0.65625), (0.5625, 0.65625), (0.5625, 0.625), (0.5625, 0.625), (0.5625, 0.65625), (0.59375, 0.65625), (0.59375, 0.625), (0.59375, 0.625), (0.59375, 0.65625), (0.625, 0.65625), (0.625, 0.625), (0.625, 0.625), (0.625, 0.65625), (0.65625, 0.65625), (0.65625, 0.625), (0.65625, 0.625), (0.65625, 0.65625), (0.6875, 0.65625), (0.6875, 0.625), (0.6875, 0.625), (0.6875, 0.65625), (0.71875, 0.65625), (0.71875, 0.625), (0.71875, 0.625), (0.71875, 0.65625), (0.75, 0.65625), (0.75, 0.625), (0.75, 0.625), (0.75, 0.65625), (0.78125, 0.65625), (0.78125, 0.625), (0.78125, 0.625), (0.78125, 0.65625), (0.8125, 0.65625), (0.8125, 0.625), (0.8125, 0.625), (0.8125, 0.65625), (0.84375, 0.65625), (0.84375, 0.625), (0.84375, 0.625), (0.84375, 0.65625), (0.875, 0.65625), (0.875, 0.625), (0.875, 0.625), (0.875, 0.65625), (0.90625, 0.65625), (0.90625, 0.625), (0.90625, 0.625), (0.90625, 0.65625), (0.9375, 0.65625), (0.9375, 0.625), (0.9375, 0.625), (0.9375, 0.65625), (0.96875, 0.65625), (0.96875, 0.625), (0.96875, 0.625), (0.96875, 0.65625), (1, 0.65625), (1, 0.625), (0, 0.65625), (0, 0.6875), (0.03125, 0.6875), (0.03125, 0.65625), (0.03125, 0.65625), (0.03125, 0.6875), (0.0625, 0.6875), (0.0625, 0.65625), (0.0625, 0.65625), (0.0625, 0.6875), (0.09375, 0.6875), (0.09375, 0.65625), (0.09375, 0.65625), (0.09375, 0.6875), (0.125, 0.6875), (0.125, 0.65625), (0.125, 0.65625), (0.125, 0.6875), (0.15625, 0.6875), (0.15625, 0.65625), (0.15625, 0.65625), (0.15625, 0.6875), (0.1875, 0.6875), (0.1875, 0.65625), (0.1875, 0.65625), (0.1875, 0.6875), (0.21875, 0.6875), (0.21875, 0.65625), (0.21875, 0.65625), (0.21875, 0.6875), (0.25, 0.6875), (0.25, 0.65625), (0.25, 0.65625), (0.25, 0.6875), (0.28125, 0.6875), (0.28125, 0.65625), (0.28125, 0.65625), (0.28125, 0.6875), (0.3125, 0.6875), (0.3125, 0.65625), (0.3125, 0.65625), (0.3125, 0.6875), (0.34375, 0.6875), (0.34375, 0.65625), (0.34375, 0.65625), (0.34375, 0.6875), (0.375, 0.6875), (0.375, 0.65625), (0.375, 0.65625), (0.375, 0.6875), (0.40625, 0.6875), (0.40625, 0.65625), (0.40625, 0.65625), (0.40625, 0.6875), (0.4375, 0.6875), (0.4375, 0.65625), (0.4375, 0.65625), (0.4375, 0.6875), (0.46875, 0.6875), (0.46875, 0.65625), (0.46875, 0.65625), (0.46875, 0.6875), (0.5, 0.6875), (0.5, 0.65625), (0.5, 0.65625), (0.5, 0.6875), (0.53125, 0.6875), (0.53125, 0.65625), (0.53125, 0.65625), (0.53125, 0.6875), (0.5625, 0.6875), (0.5625, 0.65625), (0.5625, 0.65625), (0.5625, 0.6875), (0.59375, 0.6875), (0.59375, 0.65625), (0.59375, 0.65625), (0.59375, 0.6875), (0.625, 0.6875), (0.625, 0.65625), (0.625, 0.65625), (0.625, 0.6875), (0.65625, 0.6875), (0.65625, 0.65625), (0.65625, 0.65625), (0.65625, 0.6875), (0.6875, 0.6875), (0.6875, 0.65625), (0.6875, 0.65625), (0.6875, 0.6875), (0.71875, 0.6875), (0.71875, 0.65625), (0.71875, 0.65625), (0.71875, 0.6875), (0.75, 0.6875), (0.75, 0.65625), (0.75, 0.65625), (0.75, 0.6875), (0.78125, 0.6875), (0.78125, 0.65625), (0.78125, 0.65625), (0.78125, 0.6875), (0.8125, 0.6875), (0.8125, 0.65625), (0.8125, 0.65625), (0.8125, 0.6875), (0.84375, 0.6875), (0.84375, 0.65625), (0.84375, 0.65625), (0.84375, 0.6875), (0.875, 0.6875), (0.875, 0.65625), (0.875, 0.65625), (0.875, 0.6875), (0.90625, 0.6875), (0.90625, 0.65625), (0.90625, 0.65625), (0.90625, 0.6875), (0.9375, 0.6875), (0.9375, 0.65625), (0.9375, 0.65625), (0.9375, 0.6875), (0.96875, 0.6875), (0.96875, 0.65625), (0.96875, 0.65625), (0.96875, 0.6875), (1, 0.6875), (1, 0.65625), (0, 0.6875), (0, 0.71875), (0.03125, 0.71875), (0.03125, 0.6875), (0.03125, 0.6875), (0.03125, 0.71875), (0.0625, 0.71875), (0.0625, 0.6875), (0.0625, 0.6875), (0.0625, 0.71875), (0.09375, 0.71875), (0.09375, 0.6875), (0.09375, 0.6875), (0.09375, 0.71875), (0.125, 0.71875), (0.125, 0.6875), (0.125, 0.6875), (0.125, 0.71875), (0.15625, 0.71875), (0.15625, 0.6875), (0.15625, 0.6875), (0.15625, 0.71875), (0.1875, 0.71875), (0.1875, 0.6875), (0.1875, 0.6875), (0.1875, 0.71875), (0.21875, 0.71875), (0.21875, 0.6875), (0.21875, 0.6875), (0.21875, 0.71875), (0.25, 0.71875), (0.25, 0.6875), (0.25, 0.6875), (0.25, 0.71875), (0.28125, 0.71875), (0.28125, 0.6875), (0.28125, 0.6875), (0.28125, 0.71875), (0.3125, 0.71875), (0.3125, 0.6875), (0.3125, 0.6875), (0.3125, 0.71875), (0.34375, 0.71875), (0.34375, 0.6875), (0.34375, 0.6875), (0.34375, 0.71875), (0.375, 0.71875), (0.375, 0.6875), (0.375, 0.6875), (0.375, 0.71875), (0.40625, 0.71875), (0.40625, 0.6875), (0.40625, 0.6875), (0.40625, 0.71875), (0.4375, 0.71875), (0.4375, 0.6875), (0.4375, 0.6875), (0.4375, 0.71875), (0.46875, 0.71875), (0.46875, 0.6875), (0.46875, 0.6875), (0.46875, 0.71875), (0.5, 0.71875), (0.5, 0.6875), (0.5, 0.6875), (0.5, 0.71875), (0.53125, 0.71875), (0.53125, 0.6875), (0.53125, 0.6875), (0.53125, 0.71875), (0.5625, 0.71875), (0.5625, 0.6875), (0.5625, 0.6875), (0.5625, 0.71875), (0.59375, 0.71875), (0.59375, 0.6875), (0.59375, 0.6875), (0.59375, 0.71875), (0.625, 0.71875), (0.625, 0.6875), (0.625, 0.6875), (0.625, 0.71875), (0.65625, 0.71875), (0.65625, 0.6875), (0.65625, 0.6875), (0.65625, 0.71875), (0.6875, 0.71875), (0.6875, 0.6875), (0.6875, 0.6875), (0.6875, 0.71875), (0.71875, 0.71875), (0.71875, 0.6875), (0.71875, 0.6875), (0.71875, 0.71875), (0.75, 0.71875), (0.75, 0.6875), (0.75, 0.6875), (0.75, 0.71875), (0.78125, 0.71875), (0.78125, 0.6875), (0.78125, 0.6875), (0.78125, 0.71875), (0.8125, 0.71875), (0.8125, 0.6875), (0.8125, 0.6875), (0.8125, 0.71875), (0.84375, 0.71875), (0.84375, 0.6875), (0.84375, 0.6875), (0.84375, 0.71875), (0.875, 0.71875), (0.875, 0.6875), (0.875, 0.6875), (0.875, 0.71875), (0.90625, 0.71875), (0.90625, 0.6875), (0.90625, 0.6875), (0.90625, 0.71875), (0.9375, 0.71875), (0.9375, 0.6875), (0.9375, 0.6875), (0.9375, 0.71875), (0.96875, 0.71875), (0.96875, 0.6875), (0.96875, 0.6875), (0.96875, 0.71875), (1, 0.71875), (1, 0.6875), (0, 0.71875), (0, 0.75), (0.03125, 0.75), (0.03125, 0.71875), (0.03125, 0.71875), (0.03125, 0.75), (0.0625, 0.75), (0.0625, 0.71875), (0.0625, 0.71875), (0.0625, 0.75), (0.09375, 0.75), (0.09375, 0.71875), (0.09375, 0.71875), (0.09375, 0.75), (0.125, 0.75), (0.125, 0.71875), (0.125, 0.71875), (0.125, 0.75), (0.15625, 0.75), (0.15625, 0.71875), (0.15625, 0.71875), (0.15625, 0.75), (0.1875, 0.75), (0.1875, 0.71875), (0.1875, 0.71875), (0.1875, 0.75), (0.21875, 0.75), (0.21875, 0.71875), (0.21875, 0.71875), (0.21875, 0.75), (0.25, 0.75), (0.25, 0.71875), (0.25, 0.71875), (0.25, 0.75), (0.28125, 0.75), (0.28125, 0.71875), (0.28125, 0.71875), (0.28125, 0.75), (0.3125, 0.75), (0.3125, 0.71875), (0.3125, 0.71875), (0.3125, 0.75), (0.34375, 0.75), (0.34375, 0.71875), (0.34375, 0.71875), (0.34375, 0.75), (0.375, 0.75), (0.375, 0.71875), (0.375, 0.71875), (0.375, 0.75), (0.40625, 0.75), (0.40625, 0.71875), (0.40625, 0.71875), (0.40625, 0.75), (0.4375, 0.75), (0.4375, 0.71875), (0.4375, 0.71875), (0.4375, 0.75), (0.46875, 0.75), (0.46875, 0.71875), (0.46875, 0.71875), (0.46875, 0.75), (0.5, 0.75), (0.5, 0.71875), (0.5, 0.71875), (0.5, 0.75), (0.53125, 0.75), (0.53125, 0.71875), (0.53125, 0.71875), (0.53125, 0.75), (0.5625, 0.75), (0.5625, 0.71875), (0.5625, 0.71875), (0.5625, 0.75), (0.59375, 0.75), (0.59375, 0.71875), (0.59375, 0.71875), (0.59375, 0.75), (0.625, 0.75), (0.625, 0.71875), (0.625, 0.71875), (0.625, 0.75), (0.65625, 0.75), (0.65625, 0.71875), (0.65625, 0.71875), (0.65625, 0.75), (0.6875, 0.75), (0.6875, 0.71875), (0.6875, 0.71875), (0.6875, 0.75), (0.71875, 0.75), (0.71875, 0.71875), (0.71875, 0.71875), (0.71875, 0.75), (0.75, 0.75), (0.75, 0.71875), (0.75, 0.71875), (0.75, 0.75), (0.78125, 0.75), (0.78125, 0.71875), (0.78125, 0.71875), (0.78125, 0.75), (0.8125, 0.75), (0.8125, 0.71875), (0.8125, 0.71875), (0.8125, 0.75), (0.84375, 0.75), (0.84375, 0.71875), (0.84375, 0.71875), (0.84375, 0.75), (0.875, 0.75), (0.875, 0.71875), (0.875, 0.71875), (0.875, 0.75), (0.90625, 0.75), (0.90625, 0.71875), (0.90625, 0.71875), (0.90625, 0.75), (0.9375, 0.75), (0.9375, 0.71875), (0.9375, 0.71875), (0.9375, 0.75), (0.96875, 0.75), (0.96875, 0.71875), (0.96875, 0.71875), (0.96875, 0.75), (1, 0.75), (1, 0.71875), (0, 0.75), (0, 0.78125), (0.03125, 0.78125), (0.03125, 0.75), (0.03125, 0.75), (0.03125, 0.78125), (0.0625, 0.78125), (0.0625, 0.75), (0.0625, 0.75), (0.0625, 0.78125), (0.09375, 0.78125), (0.09375, 0.75), (0.09375, 0.75), (0.09375, 0.78125), (0.125, 0.78125), (0.125, 0.75), (0.125, 0.75), (0.125, 0.78125), (0.15625, 0.78125), (0.15625, 0.75), (0.15625, 0.75), (0.15625, 0.78125), (0.1875, 0.78125), (0.1875, 0.75), (0.1875, 0.75), (0.1875, 0.78125), (0.21875, 0.78125), (0.21875, 0.75), (0.21875, 0.75), (0.21875, 0.78125), (0.25, 0.78125), (0.25, 0.75), (0.25, 0.75), (0.25, 0.78125), (0.28125, 0.78125), (0.28125, 0.75), (0.28125, 0.75), (0.28125, 0.78125), (0.3125, 0.78125), (0.3125, 0.75), (0.3125, 0.75), (0.3125, 0.78125), (0.34375, 0.78125), (0.34375, 0.75), (0.34375, 0.75), (0.34375, 0.78125), (0.375, 0.78125), (0.375, 0.75), (0.375, 0.75), (0.375, 0.78125), (0.40625, 0.78125), (0.40625, 0.75), (0.40625, 0.75), (0.40625, 0.78125), (0.4375, 0.78125), (0.4375, 0.75), (0.4375, 0.75), (0.4375, 0.78125), (0.46875, 0.78125), (0.46875, 0.75), (0.46875, 0.75), (0.46875, 0.78125), (0.5, 0.78125), (0.5, 0.75), (0.5, 0.75), (0.5, 0.78125), (0.53125, 0.78125), (0.53125, 0.75), (0.53125, 0.75), (0.53125, 0.78125), (0.5625, 0.78125), (0.5625, 0.75), (0.5625, 0.75), (0.5625, 0.78125), (0.59375, 0.78125), (0.59375, 0.75), (0.59375, 0.75), (0.59375, 0.78125), (0.625, 0.78125), (0.625, 0.75), (0.625, 0.75), (0.625, 0.78125), (0.65625, 0.78125), (0.65625, 0.75), (0.65625, 0.75), (0.65625, 0.78125), (0.6875, 0.78125), (0.6875, 0.75), (0.6875, 0.75), (0.6875, 0.78125), (0.71875, 0.78125), (0.71875, 0.75), (0.71875, 0.75), (0.71875, 0.78125), (0.75, 0.78125), (0.75, 0.75), (0.75, 0.75), (0.75, 0.78125), (0.78125, 0.78125), (0.78125, 0.75), (0.78125, 0.75), (0.78125, 0.78125), (0.8125, 0.78125), (0.8125, 0.75), (0.8125, 0.75), (0.8125, 0.78125), (0.84375, 0.78125), (0.84375, 0.75), (0.84375, 0.75), (0.84375, 0.78125), (0.875, 0.78125), (0.875, 0.75), (0.875, 0.75), (0.875, 0.78125), (0.90625, 0.78125), (0.90625, 0.75), (0.90625, 0.75), (0.90625, 0.78125), (0.9375, 0.78125), (0.9375, 0.75), (0.9375, 0.75), (0.9375, 0.78125), (0.96875, 0.78125), (0.96875, 0.75), (0.96875, 0.75), (0.96875, 0.78125), (1, 0.78125), (1, 0.75), (0, 0.78125), (0, 0.8125), (0.03125, 0.8125), (0.03125, 0.78125), (0.03125, 0.78125), (0.03125, 0.8125), (0.0625, 0.8125), (0.0625, 0.78125), (0.0625, 0.78125), (0.0625, 0.8125), (0.09375, 0.8125), (0.09375, 0.78125), (0.09375, 0.78125), (0.09375, 0.8125), (0.125, 0.8125), (0.125, 0.78125), (0.125, 0.78125), (0.125, 0.8125), (0.15625, 0.8125), (0.15625, 0.78125), (0.15625, 0.78125), (0.15625, 0.8125), (0.1875, 0.8125), (0.1875, 0.78125), (0.1875, 0.78125), (0.1875, 0.8125), (0.21875, 0.8125), (0.21875, 0.78125), (0.21875, 0.78125), (0.21875, 0.8125), (0.25, 0.8125), (0.25, 0.78125), (0.25, 0.78125), (0.25, 0.8125), (0.28125, 0.8125), (0.28125, 0.78125), (0.28125, 0.78125), (0.28125, 0.8125), (0.3125, 0.8125), (0.3125, 0.78125), (0.3125, 0.78125), (0.3125, 0.8125), (0.34375, 0.8125), (0.34375, 0.78125), (0.34375, 0.78125), (0.34375, 0.8125), (0.375, 0.8125), (0.375, 0.78125), (0.375, 0.78125), (0.375, 0.8125), (0.40625, 0.8125), (0.40625, 0.78125), (0.40625, 0.78125), (0.40625, 0.8125), (0.4375, 0.8125), (0.4375, 0.78125), (0.4375, 0.78125), (0.4375, 0.8125), (0.46875, 0.8125), (0.46875, 0.78125), (0.46875, 0.78125), (0.46875, 0.8125), (0.5, 0.8125), (0.5, 0.78125), (0.5, 0.78125), (0.5, 0.8125), (0.53125, 0.8125), (0.53125, 0.78125), (0.53125, 0.78125), (0.53125, 0.8125), (0.5625, 0.8125), (0.5625, 0.78125), (0.5625, 0.78125), (0.5625, 0.8125), (0.59375, 0.8125), (0.59375, 0.78125), (0.59375, 0.78125), (0.59375, 0.8125), (0.625, 0.8125), (0.625, 0.78125), (0.625, 0.78125), (0.625, 0.8125), (0.65625, 0.8125), (0.65625, 0.78125), (0.65625, 0.78125), (0.65625, 0.8125), (0.6875, 0.8125), (0.6875, 0.78125), (0.6875, 0.78125), (0.6875, 0.8125), (0.71875, 0.8125), (0.71875, 0.78125), (0.71875, 0.78125), (0.71875, 0.8125), (0.75, 0.8125), (0.75, 0.78125), (0.75, 0.78125), (0.75, 0.8125), (0.78125, 0.8125), (0.78125, 0.78125), (0.78125, 0.78125), (0.78125, 0.8125), (0.8125, 0.8125), (0.8125, 0.78125), (0.8125, 0.78125), (0.8125, 0.8125), (0.84375, 0.8125), (0.84375, 0.78125), (0.84375, 0.78125), (0.84375, 0.8125), (0.875, 0.8125), (0.875, 0.78125), (0.875, 0.78125), (0.875, 0.8125), (0.90625, 0.8125), (0.90625, 0.78125), (0.90625, 0.78125), (0.90625, 0.8125), (0.9375, 0.8125), (0.9375, 0.78125), (0.9375, 0.78125), (0.9375, 0.8125), (0.96875, 0.8125), (0.96875, 0.78125), (0.96875, 0.78125), (0.96875, 0.8125), (1, 0.8125), (1, 0.78125), (0, 0.8125), (0, 0.84375), (0.03125, 0.84375), (0.03125, 0.8125), (0.03125, 0.8125), (0.03125, 0.84375), (0.0625, 0.84375), (0.0625, 0.8125), (0.0625, 0.8125), (0.0625, 0.84375), (0.09375, 0.84375), (0.09375, 0.8125), (0.09375, 0.8125), (0.09375, 0.84375), (0.125, 0.84375), (0.125, 0.8125), (0.125, 0.8125), (0.125, 0.84375), (0.15625, 0.84375), (0.15625, 0.8125), (0.15625, 0.8125), (0.15625, 0.84375), (0.1875, 0.84375), (0.1875, 0.8125), (0.1875, 0.8125), (0.1875, 0.84375), (0.21875, 0.84375), (0.21875, 0.8125), (0.21875, 0.8125), (0.21875, 0.84375), (0.25, 0.84375), (0.25, 0.8125), (0.25, 0.8125), (0.25, 0.84375), (0.28125, 0.84375), (0.28125, 0.8125), (0.28125, 0.8125), (0.28125, 0.84375), (0.3125, 0.84375), (0.3125, 0.8125), (0.3125, 0.8125), (0.3125, 0.84375), (0.34375, 0.84375), (0.34375, 0.8125), (0.34375, 0.8125), (0.34375, 0.84375), (0.375, 0.84375), (0.375, 0.8125), (0.375, 0.8125), (0.375, 0.84375), (0.40625, 0.84375), (0.40625, 0.8125), (0.40625, 0.8125), (0.40625, 0.84375), (0.4375, 0.84375), (0.4375, 0.8125), (0.4375, 0.8125), (0.4375, 0.84375), (0.46875, 0.84375), (0.46875, 0.8125), (0.46875, 0.8125), (0.46875, 0.84375), (0.5, 0.84375), (0.5, 0.8125), (0.5, 0.8125), (0.5, 0.84375), (0.53125, 0.84375), (0.53125, 0.8125), (0.53125, 0.8125), (0.53125, 0.84375), (0.5625, 0.84375), (0.5625, 0.8125), (0.5625, 0.8125), (0.5625, 0.84375), (0.59375, 0.84375), (0.59375, 0.8125), (0.59375, 0.8125), (0.59375, 0.84375), (0.625, 0.84375), (0.625, 0.8125), (0.625, 0.8125), (0.625, 0.84375), (0.65625, 0.84375), (0.65625, 0.8125), (0.65625, 0.8125), (0.65625, 0.84375), (0.6875, 0.84375), (0.6875, 0.8125), (0.6875, 0.8125), (0.6875, 0.84375), (0.71875, 0.84375), (0.71875, 0.8125), (0.71875, 0.8125), (0.71875, 0.84375), (0.75, 0.84375), (0.75, 0.8125), (0.75, 0.8125), (0.75, 0.84375), (0.78125, 0.84375), (0.78125, 0.8125), (0.78125, 0.8125), (0.78125, 0.84375), (0.8125, 0.84375), (0.8125, 0.8125), (0.8125, 0.8125), (0.8125, 0.84375), (0.84375, 0.84375), (0.84375, 0.8125), (0.84375, 0.8125), (0.84375, 0.84375), (0.875, 0.84375), (0.875, 0.8125), (0.875, 0.8125), (0.875, 0.84375), (0.90625, 0.84375), (0.90625, 0.8125), (0.90625, 0.8125), (0.90625, 0.84375), (0.9375, 0.84375), (0.9375, 0.8125), (0.9375, 0.8125), (0.9375, 0.84375), (0.96875, 0.84375), (0.96875, 0.8125), (0.96875, 0.8125), (0.96875, 0.84375), (1, 0.84375), (1, 0.8125), (0, 0.84375), (0, 0.875), (0.03125, 0.875), (0.03125, 0.84375), (0.03125, 0.84375), (0.03125, 0.875), (0.0625, 0.875), (0.0625, 0.84375), (0.0625, 0.84375), (0.0625, 0.875), (0.09375, 0.875), (0.09375, 0.84375), (0.09375, 0.84375), (0.09375, 0.875), (0.125, 0.875), (0.125, 0.84375), (0.125, 0.84375), (0.125, 0.875), (0.15625, 0.875), (0.15625, 0.84375), (0.15625, 0.84375), (0.15625, 0.875), (0.1875, 0.875), (0.1875, 0.84375), (0.1875, 0.84375), (0.1875, 0.875), (0.21875, 0.875), (0.21875, 0.84375), (0.21875, 0.84375), (0.21875, 0.875), (0.25, 0.875), (0.25, 0.84375), (0.25, 0.84375), (0.25, 0.875), (0.28125, 0.875), (0.28125, 0.84375), (0.28125, 0.84375), (0.28125, 0.875), (0.3125, 0.875), (0.3125, 0.84375), (0.3125, 0.84375), (0.3125, 0.875), (0.34375, 0.875), (0.34375, 0.84375), (0.34375, 0.84375), (0.34375, 0.875), (0.375, 0.875), (0.375, 0.84375), (0.375, 0.84375), (0.375, 0.875), (0.40625, 0.875), (0.40625, 0.84375), (0.40625, 0.84375), (0.40625, 0.875), (0.4375, 0.875), (0.4375, 0.84375), (0.4375, 0.84375), (0.4375, 0.875), (0.46875, 0.875), (0.46875, 0.84375), (0.46875, 0.84375), (0.46875, 0.875), (0.5, 0.875), (0.5, 0.84375), (0.5, 0.84375), (0.5, 0.875), (0.53125, 0.875), (0.53125, 0.84375), (0.53125, 0.84375), (0.53125, 0.875), (0.5625, 0.875), (0.5625, 0.84375), (0.5625, 0.84375), (0.5625, 0.875), (0.59375, 0.875), (0.59375, 0.84375), (0.59375, 0.84375), (0.59375, 0.875), (0.625, 0.875), (0.625, 0.84375), (0.625, 0.84375), (0.625, 0.875), (0.65625, 0.875), (0.65625, 0.84375), (0.65625, 0.84375), (0.65625, 0.875), (0.6875, 0.875), (0.6875, 0.84375), (0.6875, 0.84375), (0.6875, 0.875), (0.71875, 0.875), (0.71875, 0.84375), (0.71875, 0.84375), (0.71875, 0.875), (0.75, 0.875), (0.75, 0.84375), (0.75, 0.84375), (0.75, 0.875), (0.78125, 0.875), (0.78125, 0.84375), (0.78125, 0.84375), (0.78125, 0.875), (0.8125, 0.875), (0.8125, 0.84375), (0.8125, 0.84375), (0.8125, 0.875), (0.84375, 0.875), (0.84375, 0.84375), (0.84375, 0.84375), (0.84375, 0.875), (0.875, 0.875), (0.875, 0.84375), (0.875, 0.84375), (0.875, 0.875), (0.90625, 0.875), (0.90625, 0.84375), (0.90625, 0.84375), (0.90625, 0.875), (0.9375, 0.875), (0.9375, 0.84375), (0.9375, 0.84375), (0.9375, 0.875), (0.96875, 0.875), (0.96875, 0.84375), (0.96875, 0.84375), (0.96875, 0.875), (1, 0.875), (1, 0.84375), (0, 0.875), (0, 0.90625), (0.03125, 0.90625), (0.03125, 0.875), (0.03125, 0.875), (0.03125, 0.90625), (0.0625, 0.90625), (0.0625, 0.875), (0.0625, 0.875), (0.0625, 0.90625), (0.09375, 0.90625), (0.09375, 0.875), (0.09375, 0.875), (0.09375, 0.90625), (0.125, 0.90625), (0.125, 0.875), (0.125, 0.875), (0.125, 0.90625), (0.15625, 0.90625), (0.15625, 0.875), (0.15625, 0.875), (0.15625, 0.90625), (0.1875, 0.90625), (0.1875, 0.875), (0.1875, 0.875), (0.1875, 0.90625), (0.21875, 0.90625), (0.21875, 0.875), (0.21875, 0.875), (0.21875, 0.90625), (0.25, 0.90625), (0.25, 0.875), (0.25, 0.875), (0.25, 0.90625), (0.28125, 0.90625), (0.28125, 0.875), (0.28125, 0.875), (0.28125, 0.90625), (0.3125, 0.90625), (0.3125, 0.875), (0.3125, 0.875), (0.3125, 0.90625), (0.34375, 0.90625), (0.34375, 0.875), (0.34375, 0.875), (0.34375, 0.90625), (0.375, 0.90625), (0.375, 0.875), (0.375, 0.875), (0.375, 0.90625), (0.40625, 0.90625), (0.40625, 0.875), (0.40625, 0.875), (0.40625, 0.90625), (0.4375, 0.90625), (0.4375, 0.875), (0.4375, 0.875), (0.4375, 0.90625), (0.46875, 0.90625), (0.46875, 0.875), (0.46875, 0.875), (0.46875, 0.90625), (0.5, 0.90625), (0.5, 0.875), (0.5, 0.875), (0.5, 0.90625), (0.53125, 0.90625), (0.53125, 0.875), (0.53125, 0.875), (0.53125, 0.90625), (0.5625, 0.90625), (0.5625, 0.875), (0.5625, 0.875), (0.5625, 0.90625), (0.59375, 0.90625), (0.59375, 0.875), (0.59375, 0.875), (0.59375, 0.90625), (0.625, 0.90625), (0.625, 0.875), (0.625, 0.875), (0.625, 0.90625), (0.65625, 0.90625), (0.65625, 0.875), (0.65625, 0.875), (0.65625, 0.90625), (0.6875, 0.90625), (0.6875, 0.875), (0.6875, 0.875), (0.6875, 0.90625), (0.71875, 0.90625), (0.71875, 0.875), (0.71875, 0.875), (0.71875, 0.90625), (0.75, 0.90625), (0.75, 0.875), (0.75, 0.875), (0.75, 0.90625), (0.78125, 0.90625), (0.78125, 0.875), (0.78125, 0.875), (0.78125, 0.90625), (0.8125, 0.90625), (0.8125, 0.875), (0.8125, 0.875), (0.8125, 0.90625), (0.84375, 0.90625), (0.84375, 0.875), (0.84375, 0.875), (0.84375, 0.90625), (0.875, 0.90625), (0.875, 0.875), (0.875, 0.875), (0.875, 0.90625), (0.90625, 0.90625), (0.90625, 0.875), (0.90625, 0.875), (0.90625, 0.90625), (0.9375, 0.90625), (0.9375, 0.875), (0.9375, 0.875), (0.9375, 0.90625), (0.96875, 0.90625), (0.96875, 0.875), (0.96875, 0.875), (0.96875, 0.90625), (1, 0.90625), (1, 0.875), (0, 0.90625), (0, 0.9375), (0.03125, 0.9375), (0.03125, 0.90625), (0.03125, 0.90625), (0.03125, 0.9375), (0.0625, 0.9375), (0.0625, 0.90625), (0.0625, 0.90625), (0.0625, 0.9375), (0.09375, 0.9375), (0.09375, 0.90625), (0.09375, 0.90625), (0.09375, 0.9375), (0.125, 0.9375), (0.125, 0.90625), (0.125, 0.90625), (0.125, 0.9375), (0.15625, 0.9375), (0.15625, 0.90625), (0.15625, 0.90625), (0.15625, 0.9375), (0.1875, 0.9375), (0.1875, 0.90625), (0.1875, 0.90625), (0.1875, 0.9375), (0.21875, 0.9375), (0.21875, 0.90625), (0.21875, 0.90625), (0.21875, 0.9375), (0.25, 0.9375), (0.25, 0.90625), (0.25, 0.90625), (0.25, 0.9375), (0.28125, 0.9375), (0.28125, 0.90625), (0.28125, 0.90625), (0.28125, 0.9375), (0.3125, 0.9375), (0.3125, 0.90625), (0.3125, 0.90625), (0.3125, 0.9375), (0.34375, 0.9375), (0.34375, 0.90625), (0.34375, 0.90625), (0.34375, 0.9375), (0.375, 0.9375), (0.375, 0.90625), (0.375, 0.90625), (0.375, 0.9375), (0.40625, 0.9375), (0.40625, 0.90625), (0.40625, 0.90625), (0.40625, 0.9375), (0.4375, 0.9375), (0.4375, 0.90625), (0.4375, 0.90625), (0.4375, 0.9375), (0.46875, 0.9375), (0.46875, 0.90625), (0.46875, 0.90625), (0.46875, 0.9375), (0.5, 0.9375), (0.5, 0.90625), (0.5, 0.90625), (0.5, 0.9375), (0.53125, 0.9375), (0.53125, 0.90625), (0.53125, 0.90625), (0.53125, 0.9375), (0.5625, 0.9375), (0.5625, 0.90625), (0.5625, 0.90625), (0.5625, 0.9375), (0.59375, 0.9375), (0.59375, 0.90625), (0.59375, 0.90625), (0.59375, 0.9375), (0.625, 0.9375), (0.625, 0.90625), (0.625, 0.90625), (0.625, 0.9375), (0.65625, 0.9375), (0.65625, 0.90625), (0.65625, 0.90625), (0.65625, 0.9375), (0.6875, 0.9375), (0.6875, 0.90625), (0.6875, 0.90625), (0.6875, 0.9375), (0.71875, 0.9375), (0.71875, 0.90625), (0.71875, 0.90625), (0.71875, 0.9375), (0.75, 0.9375), (0.75, 0.90625), (0.75, 0.90625), (0.75, 0.9375), (0.78125, 0.9375), (0.78125, 0.90625), (0.78125, 0.90625), (0.78125, 0.9375), (0.8125, 0.9375), (0.8125, 0.90625), (0.8125, 0.90625), (0.8125, 0.9375), (0.84375, 0.9375), (0.84375, 0.90625), (0.84375, 0.90625), (0.84375, 0.9375), (0.875, 0.9375), (0.875, 0.90625), (0.875, 0.90625), (0.875, 0.9375), (0.90625, 0.9375), (0.90625, 0.90625), (0.90625, 0.90625), (0.90625, 0.9375), (0.9375, 0.9375), (0.9375, 0.90625), (0.9375, 0.90625), (0.9375, 0.9375), (0.96875, 0.9375), (0.96875, 0.90625), (0.96875, 0.90625), (0.96875, 0.9375), (1, 0.9375), (1, 0.90625), (0, 0.9375), (0, 0.96875), (0.03125, 0.96875), (0.03125, 0.9375), (0.03125, 0.9375), (0.03125, 0.96875), (0.0625, 0.96875), (0.0625, 0.9375), (0.0625, 0.9375), (0.0625, 0.96875), (0.09375, 0.96875), (0.09375, 0.9375), (0.09375, 0.9375), (0.09375, 0.96875), (0.125, 0.96875), (0.125, 0.9375), (0.125, 0.9375), (0.125, 0.96875), (0.15625, 0.96875), (0.15625, 0.9375), (0.15625, 0.9375), (0.15625, 0.96875), (0.1875, 0.96875), (0.1875, 0.9375), (0.1875, 0.9375), (0.1875, 0.96875), (0.21875, 0.96875), (0.21875, 0.9375), (0.21875, 0.9375), (0.21875, 0.96875), (0.25, 0.96875), (0.25, 0.9375), (0.25, 0.9375), (0.25, 0.96875), (0.28125, 0.96875), (0.28125, 0.9375), (0.28125, 0.9375), (0.28125, 0.96875), (0.3125, 0.96875), (0.3125, 0.9375), (0.3125, 0.9375), (0.3125, 0.96875), (0.34375, 0.96875), (0.34375, 0.9375), (0.34375, 0.9375), (0.34375, 0.96875), (0.375, 0.96875), (0.375, 0.9375), (0.375, 0.9375), (0.375, 0.96875), (0.40625, 0.96875), (0.40625, 0.9375), (0.40625, 0.9375), (0.40625, 0.96875), (0.4375, 0.96875), (0.4375, 0.9375), (0.4375, 0.9375), (0.4375, 0.96875), (0.46875, 0.96875), (0.46875, 0.9375), (0.46875, 0.9375), (0.46875, 0.96875), (0.5, 0.96875), (0.5, 0.9375), (0.5, 0.9375), (0.5, 0.96875), (0.53125, 0.96875), (0.53125, 0.9375), (0.53125, 0.9375), (0.53125, 0.96875), (0.5625, 0.96875), (0.5625, 0.9375), (0.5625, 0.9375), (0.5625, 0.96875), (0.59375, 0.96875), (0.59375, 0.9375), (0.59375, 0.9375), (0.59375, 0.96875), (0.625, 0.96875), (0.625, 0.9375), (0.625, 0.9375), (0.625, 0.96875), (0.65625, 0.96875), (0.65625, 0.9375), (0.65625, 0.9375), (0.65625, 0.96875), (0.6875, 0.96875), (0.6875, 0.9375), (0.6875, 0.9375), (0.6875, 0.96875), (0.71875, 0.96875), (0.71875, 0.9375), (0.71875, 0.9375), (0.71875, 0.96875), (0.75, 0.96875), (0.75, 0.9375), (0.75, 0.9375), (0.75, 0.96875), (0.78125, 0.96875), (0.78125, 0.9375), (0.78125, 0.9375), (0.78125, 0.96875), (0.8125, 0.96875), (0.8125, 0.9375), (0.8125, 0.9375), (0.8125, 0.96875), (0.84375, 0.96875), (0.84375, 0.9375), (0.84375, 0.9375), (0.84375, 0.96875), (0.875, 0.96875), (0.875, 0.9375), (0.875, 0.9375), (0.875, 0.96875), (0.90625, 0.96875), (0.90625, 0.9375), (0.90625, 0.9375), (0.90625, 0.96875), (0.9375, 0.96875), (0.9375, 0.9375), (0.9375, 0.9375), (0.9375, 0.96875), (0.96875, 0.96875), (0.96875, 0.9375), (0.96875, 0.9375), (0.96875, 0.96875), (1, 0.96875), (1, 0.9375), (0, 0.96875), (0, 1), (0.03125, 1), (0.03125, 0.96875), (0.03125, 0.96875), (0.03125, 1), (0.0625, 1), (0.0625, 0.96875), (0.0625, 0.96875), (0.0625, 1), (0.09375, 1), (0.09375, 0.96875), (0.09375, 0.96875), (0.09375, 1), (0.125, 1), (0.125, 0.96875), (0.125, 0.96875), (0.125, 1), (0.15625, 1), (0.15625, 0.96875), (0.15625, 0.96875), (0.15625, 1), (0.1875, 1), (0.1875, 0.96875), (0.1875, 0.96875), (0.1875, 1), (0.21875, 1), (0.21875, 0.96875), (0.21875, 0.96875), (0.21875, 1), (0.25, 1), (0.25, 0.96875), (0.25, 0.96875), (0.25, 1), (0.28125, 1), (0.28125, 0.96875), (0.28125, 0.96875), (0.28125, 1), (0.3125, 1), (0.3125, 0.96875), (0.3125, 0.96875), (0.3125, 1), (0.34375, 1), (0.34375, 0.96875), (0.34375, 0.96875), (0.34375, 1), (0.375, 1), (0.375, 0.96875), (0.375, 0.96875), (0.375, 1), (0.40625, 1), (0.40625, 0.96875), (0.40625, 0.96875), (0.40625, 1), (0.4375, 1), (0.4375, 0.96875), (0.4375, 0.96875), (0.4375, 1), (0.46875, 1), (0.46875, 0.96875), (0.46875, 0.96875), (0.46875, 1), (0.5, 1), (0.5, 0.96875), (0.5, 0.96875), (0.5, 1), (0.53125, 1), (0.53125, 0.96875), (0.53125, 0.96875), (0.53125, 1), (0.5625, 1), (0.5625, 0.96875), (0.5625, 0.96875), (0.5625, 1), (0.59375, 1), (0.59375, 0.96875), (0.59375, 0.96875), (0.59375, 1), (0.625, 1), (0.625, 0.96875), (0.625, 0.96875), (0.625, 1), (0.65625, 1), (0.65625, 0.96875), (0.65625, 0.96875), (0.65625, 1), (0.6875, 1), (0.6875, 0.96875), (0.6875, 0.96875), (0.6875, 1), (0.71875, 1), (0.71875, 0.96875), (0.71875, 0.96875), (0.71875, 1), (0.75, 1), (0.75, 0.96875), (0.75, 0.96875), (0.75, 1), (0.78125, 1), (0.78125, 0.96875), (0.78125, 0.96875), (0.78125, 1), (0.8125, 1), (0.8125, 0.96875), (0.8125, 0.96875), (0.8125, 1), (0.84375, 1), (0.84375, 0.96875), (0.84375, 0.96875), (0.84375, 1), (0.875, 1), (0.875, 0.96875), (0.875, 0.96875), (0.875, 1), (0.90625, 1), (0.90625, 0.96875), (0.90625, 0.96875), (0.90625, 1), (0.9375, 1), (0.9375, 0.96875), (0.9375, 0.96875), (0.9375, 1), (0.96875, 1), (0.96875, 0.96875), (0.96875, 0.96875), (0.96875, 1), (1, 1), (1, 0.96875)] ( interpolation = "faceVarying" ) uniform token subdivisionScheme = "none" double3 xformOp:rotateXYZ = (0, 0, 90) double3 xformOp:scale = (1, 1, 1) double3 xformOp:translate = (7.7546266139856925, -1.1368683772161603e-13, 154.4879081266581) uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:rotateXYZ", "xformOp:scale"] } def Mesh "Torus_02" { float3[] extent = [(-75, -25, -75), (75, 25, 75)] int[] faceVertexCounts = [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4] int[] faceVertexIndices = [0, 32, 33, 1, 1, 33, 34, 2, 2, 34, 35, 3, 3, 35, 36, 4, 4, 36, 37, 5, 5, 37, 38, 6, 6, 38, 39, 7, 7, 39, 40, 8, 8, 40, 41, 9, 9, 41, 42, 10, 10, 42, 43, 11, 11, 43, 44, 12, 12, 44, 45, 13, 13, 45, 46, 14, 14, 46, 47, 15, 15, 47, 48, 16, 16, 48, 49, 17, 17, 49, 50, 18, 18, 50, 51, 19, 19, 51, 52, 20, 20, 52, 53, 21, 21, 53, 54, 22, 22, 54, 55, 23, 23, 55, 56, 24, 24, 56, 57, 25, 25, 57, 58, 26, 26, 58, 59, 27, 27, 59, 60, 28, 28, 60, 61, 29, 29, 61, 62, 30, 30, 62, 63, 31, 31, 63, 32, 0, 32, 64, 65, 33, 33, 65, 66, 34, 34, 66, 67, 35, 35, 67, 68, 36, 36, 68, 69, 37, 37, 69, 70, 38, 38, 70, 71, 39, 39, 71, 72, 40, 40, 72, 73, 41, 41, 73, 74, 42, 42, 74, 75, 43, 43, 75, 76, 44, 44, 76, 77, 45, 45, 77, 78, 46, 46, 78, 79, 47, 47, 79, 80, 48, 48, 80, 81, 49, 49, 81, 82, 50, 50, 82, 83, 51, 51, 83, 84, 52, 52, 84, 85, 53, 53, 85, 86, 54, 54, 86, 87, 55, 55, 87, 88, 56, 56, 88, 89, 57, 57, 89, 90, 58, 58, 90, 91, 59, 59, 91, 92, 60, 60, 92, 93, 61, 61, 93, 94, 62, 62, 94, 95, 63, 63, 95, 64, 32, 64, 96, 97, 65, 65, 97, 98, 66, 66, 98, 99, 67, 67, 99, 100, 68, 68, 100, 101, 69, 69, 101, 102, 70, 70, 102, 103, 71, 71, 103, 104, 72, 72, 104, 105, 73, 73, 105, 106, 74, 74, 106, 107, 75, 75, 107, 108, 76, 76, 108, 109, 77, 77, 109, 110, 78, 78, 110, 111, 79, 79, 111, 112, 80, 80, 112, 113, 81, 81, 113, 114, 82, 82, 114, 115, 83, 83, 115, 116, 84, 84, 116, 117, 85, 85, 117, 118, 86, 86, 118, 119, 87, 87, 119, 120, 88, 88, 120, 121, 89, 89, 121, 122, 90, 90, 122, 123, 91, 91, 123, 124, 92, 92, 124, 125, 93, 93, 125, 126, 94, 94, 126, 127, 95, 95, 127, 96, 64, 96, 128, 129, 97, 97, 129, 130, 98, 98, 130, 131, 99, 99, 131, 132, 100, 100, 132, 133, 101, 101, 133, 134, 102, 102, 134, 135, 103, 103, 135, 136, 104, 104, 136, 137, 105, 105, 137, 138, 106, 106, 138, 139, 107, 107, 139, 140, 108, 108, 140, 141, 109, 109, 141, 142, 110, 110, 142, 143, 111, 111, 143, 144, 112, 112, 144, 145, 113, 113, 145, 146, 114, 114, 146, 147, 115, 115, 147, 148, 116, 116, 148, 149, 117, 117, 149, 150, 118, 118, 150, 151, 119, 119, 151, 152, 120, 120, 152, 153, 121, 121, 153, 154, 122, 122, 154, 155, 123, 123, 155, 156, 124, 124, 156, 157, 125, 125, 157, 158, 126, 126, 158, 159, 127, 127, 159, 128, 96, 128, 160, 161, 129, 129, 161, 162, 130, 130, 162, 163, 131, 131, 163, 164, 132, 132, 164, 165, 133, 133, 165, 166, 134, 134, 166, 167, 135, 135, 167, 168, 136, 136, 168, 169, 137, 137, 169, 170, 138, 138, 170, 171, 139, 139, 171, 172, 140, 140, 172, 173, 141, 141, 173, 174, 142, 142, 174, 175, 143, 143, 175, 176, 144, 144, 176, 177, 145, 145, 177, 178, 146, 146, 178, 179, 147, 147, 179, 180, 148, 148, 180, 181, 149, 149, 181, 182, 150, 150, 182, 183, 151, 151, 183, 184, 152, 152, 184, 185, 153, 153, 185, 186, 154, 154, 186, 187, 155, 155, 187, 188, 156, 156, 188, 189, 157, 157, 189, 190, 158, 158, 190, 191, 159, 159, 191, 160, 128, 160, 192, 193, 161, 161, 193, 194, 162, 162, 194, 195, 163, 163, 195, 196, 164, 164, 196, 197, 165, 165, 197, 198, 166, 166, 198, 199, 167, 167, 199, 200, 168, 168, 200, 201, 169, 169, 201, 202, 170, 170, 202, 203, 171, 171, 203, 204, 172, 172, 204, 205, 173, 173, 205, 206, 174, 174, 206, 207, 175, 175, 207, 208, 176, 176, 208, 209, 177, 177, 209, 210, 178, 178, 210, 211, 179, 179, 211, 212, 180, 180, 212, 213, 181, 181, 213, 214, 182, 182, 214, 215, 183, 183, 215, 216, 184, 184, 216, 217, 185, 185, 217, 218, 186, 186, 218, 219, 187, 187, 219, 220, 188, 188, 220, 221, 189, 189, 221, 222, 190, 190, 222, 223, 191, 191, 223, 192, 160, 192, 224, 225, 193, 193, 225, 226, 194, 194, 226, 227, 195, 195, 227, 228, 196, 196, 228, 229, 197, 197, 229, 230, 198, 198, 230, 231, 199, 199, 231, 232, 200, 200, 232, 233, 201, 201, 233, 234, 202, 202, 234, 235, 203, 203, 235, 236, 204, 204, 236, 237, 205, 205, 237, 238, 206, 206, 238, 239, 207, 207, 239, 240, 208, 208, 240, 241, 209, 209, 241, 242, 210, 210, 242, 243, 211, 211, 243, 244, 212, 212, 244, 245, 213, 213, 245, 246, 214, 214, 246, 247, 215, 215, 247, 248, 216, 216, 248, 249, 217, 217, 249, 250, 218, 218, 250, 251, 219, 219, 251, 252, 220, 220, 252, 253, 221, 221, 253, 254, 222, 222, 254, 255, 223, 223, 255, 224, 192, 224, 256, 257, 225, 225, 257, 258, 226, 226, 258, 259, 227, 227, 259, 260, 228, 228, 260, 261, 229, 229, 261, 262, 230, 230, 262, 263, 231, 231, 263, 264, 232, 232, 264, 265, 233, 233, 265, 266, 234, 234, 266, 267, 235, 235, 267, 268, 236, 236, 268, 269, 237, 237, 269, 270, 238, 238, 270, 271, 239, 239, 271, 272, 240, 240, 272, 273, 241, 241, 273, 274, 242, 242, 274, 275, 243, 243, 275, 276, 244, 244, 276, 277, 245, 245, 277, 278, 246, 246, 278, 279, 247, 247, 279, 280, 248, 248, 280, 281, 249, 249, 281, 282, 250, 250, 282, 283, 251, 251, 283, 284, 252, 252, 284, 285, 253, 253, 285, 286, 254, 254, 286, 287, 255, 255, 287, 256, 224, 256, 288, 289, 257, 257, 289, 290, 258, 258, 290, 291, 259, 259, 291, 292, 260, 260, 292, 293, 261, 261, 293, 294, 262, 262, 294, 295, 263, 263, 295, 296, 264, 264, 296, 297, 265, 265, 297, 298, 266, 266, 298, 299, 267, 267, 299, 300, 268, 268, 300, 301, 269, 269, 301, 302, 270, 270, 302, 303, 271, 271, 303, 304, 272, 272, 304, 305, 273, 273, 305, 306, 274, 274, 306, 307, 275, 275, 307, 308, 276, 276, 308, 309, 277, 277, 309, 310, 278, 278, 310, 311, 279, 279, 311, 312, 280, 280, 312, 313, 281, 281, 313, 314, 282, 282, 314, 315, 283, 283, 315, 316, 284, 284, 316, 317, 285, 285, 317, 318, 286, 286, 318, 319, 287, 287, 319, 288, 256, 288, 320, 321, 289, 289, 321, 322, 290, 290, 322, 323, 291, 291, 323, 324, 292, 292, 324, 325, 293, 293, 325, 326, 294, 294, 326, 327, 295, 295, 327, 328, 296, 296, 328, 329, 297, 297, 329, 330, 298, 298, 330, 331, 299, 299, 331, 332, 300, 300, 332, 333, 301, 301, 333, 334, 302, 302, 334, 335, 303, 303, 335, 336, 304, 304, 336, 337, 305, 305, 337, 338, 306, 306, 338, 339, 307, 307, 339, 340, 308, 308, 340, 341, 309, 309, 341, 342, 310, 310, 342, 343, 311, 311, 343, 344, 312, 312, 344, 345, 313, 313, 345, 346, 314, 314, 346, 347, 315, 315, 347, 348, 316, 316, 348, 349, 317, 317, 349, 350, 318, 318, 350, 351, 319, 319, 351, 320, 288, 320, 352, 353, 321, 321, 353, 354, 322, 322, 354, 355, 323, 323, 355, 356, 324, 324, 356, 357, 325, 325, 357, 358, 326, 326, 358, 359, 327, 327, 359, 360, 328, 328, 360, 361, 329, 329, 361, 362, 330, 330, 362, 363, 331, 331, 363, 364, 332, 332, 364, 365, 333, 333, 365, 366, 334, 334, 366, 367, 335, 335, 367, 368, 336, 336, 368, 369, 337, 337, 369, 370, 338, 338, 370, 371, 339, 339, 371, 372, 340, 340, 372, 373, 341, 341, 373, 374, 342, 342, 374, 375, 343, 343, 375, 376, 344, 344, 376, 377, 345, 345, 377, 378, 346, 346, 378, 379, 347, 347, 379, 380, 348, 348, 380, 381, 349, 349, 381, 382, 350, 350, 382, 383, 351, 351, 383, 352, 320, 352, 384, 385, 353, 353, 385, 386, 354, 354, 386, 387, 355, 355, 387, 388, 356, 356, 388, 389, 357, 357, 389, 390, 358, 358, 390, 391, 359, 359, 391, 392, 360, 360, 392, 393, 361, 361, 393, 394, 362, 362, 394, 395, 363, 363, 395, 396, 364, 364, 396, 397, 365, 365, 397, 398, 366, 366, 398, 399, 367, 367, 399, 400, 368, 368, 400, 401, 369, 369, 401, 402, 370, 370, 402, 403, 371, 371, 403, 404, 372, 372, 404, 405, 373, 373, 405, 406, 374, 374, 406, 407, 375, 375, 407, 408, 376, 376, 408, 409, 377, 377, 409, 410, 378, 378, 410, 411, 379, 379, 411, 412, 380, 380, 412, 413, 381, 381, 413, 414, 382, 382, 414, 415, 383, 383, 415, 384, 352, 384, 416, 417, 385, 385, 417, 418, 386, 386, 418, 419, 387, 387, 419, 420, 388, 388, 420, 421, 389, 389, 421, 422, 390, 390, 422, 423, 391, 391, 423, 424, 392, 392, 424, 425, 393, 393, 425, 426, 394, 394, 426, 427, 395, 395, 427, 428, 396, 396, 428, 429, 397, 397, 429, 430, 398, 398, 430, 431, 399, 399, 431, 432, 400, 400, 432, 433, 401, 401, 433, 434, 402, 402, 434, 435, 403, 403, 435, 436, 404, 404, 436, 437, 405, 405, 437, 438, 406, 406, 438, 439, 407, 407, 439, 440, 408, 408, 440, 441, 409, 409, 441, 442, 410, 410, 442, 443, 411, 411, 443, 444, 412, 412, 444, 445, 413, 413, 445, 446, 414, 414, 446, 447, 415, 415, 447, 416, 384, 416, 448, 449, 417, 417, 449, 450, 418, 418, 450, 451, 419, 419, 451, 452, 420, 420, 452, 453, 421, 421, 453, 454, 422, 422, 454, 455, 423, 423, 455, 456, 424, 424, 456, 457, 425, 425, 457, 458, 426, 426, 458, 459, 427, 427, 459, 460, 428, 428, 460, 461, 429, 429, 461, 462, 430, 430, 462, 463, 431, 431, 463, 464, 432, 432, 464, 465, 433, 433, 465, 466, 434, 434, 466, 467, 435, 435, 467, 468, 436, 436, 468, 469, 437, 437, 469, 470, 438, 438, 470, 471, 439, 439, 471, 472, 440, 440, 472, 473, 441, 441, 473, 474, 442, 442, 474, 475, 443, 443, 475, 476, 444, 444, 476, 477, 445, 445, 477, 478, 446, 446, 478, 479, 447, 447, 479, 448, 416, 448, 480, 481, 449, 449, 481, 482, 450, 450, 482, 483, 451, 451, 483, 484, 452, 452, 484, 485, 453, 453, 485, 486, 454, 454, 486, 487, 455, 455, 487, 488, 456, 456, 488, 489, 457, 457, 489, 490, 458, 458, 490, 491, 459, 459, 491, 492, 460, 460, 492, 493, 461, 461, 493, 494, 462, 462, 494, 495, 463, 463, 495, 496, 464, 464, 496, 497, 465, 465, 497, 498, 466, 466, 498, 499, 467, 467, 499, 500, 468, 468, 500, 501, 469, 469, 501, 502, 470, 470, 502, 503, 471, 471, 503, 504, 472, 472, 504, 505, 473, 473, 505, 506, 474, 474, 506, 507, 475, 475, 507, 508, 476, 476, 508, 509, 477, 477, 509, 510, 478, 478, 510, 511, 479, 479, 511, 480, 448, 480, 512, 513, 481, 481, 513, 514, 482, 482, 514, 515, 483, 483, 515, 516, 484, 484, 516, 517, 485, 485, 517, 518, 486, 486, 518, 519, 487, 487, 519, 520, 488, 488, 520, 521, 489, 489, 521, 522, 490, 490, 522, 523, 491, 491, 523, 524, 492, 492, 524, 525, 493, 493, 525, 526, 494, 494, 526, 527, 495, 495, 527, 528, 496, 496, 528, 529, 497, 497, 529, 530, 498, 498, 530, 531, 499, 499, 531, 532, 500, 500, 532, 533, 501, 501, 533, 534, 502, 502, 534, 535, 503, 503, 535, 536, 504, 504, 536, 537, 505, 505, 537, 538, 506, 506, 538, 539, 507, 507, 539, 540, 508, 508, 540, 541, 509, 509, 541, 542, 510, 510, 542, 543, 511, 511, 543, 512, 480, 512, 544, 545, 513, 513, 545, 546, 514, 514, 546, 547, 515, 515, 547, 548, 516, 516, 548, 549, 517, 517, 549, 550, 518, 518, 550, 551, 519, 519, 551, 552, 520, 520, 552, 553, 521, 521, 553, 554, 522, 522, 554, 555, 523, 523, 555, 556, 524, 524, 556, 557, 525, 525, 557, 558, 526, 526, 558, 559, 527, 527, 559, 560, 528, 528, 560, 561, 529, 529, 561, 562, 530, 530, 562, 563, 531, 531, 563, 564, 532, 532, 564, 565, 533, 533, 565, 566, 534, 534, 566, 567, 535, 535, 567, 568, 536, 536, 568, 569, 537, 537, 569, 570, 538, 538, 570, 571, 539, 539, 571, 572, 540, 540, 572, 573, 541, 541, 573, 574, 542, 542, 574, 575, 543, 543, 575, 544, 512, 544, 576, 577, 545, 545, 577, 578, 546, 546, 578, 579, 547, 547, 579, 580, 548, 548, 580, 581, 549, 549, 581, 582, 550, 550, 582, 583, 551, 551, 583, 584, 552, 552, 584, 585, 553, 553, 585, 586, 554, 554, 586, 587, 555, 555, 587, 588, 556, 556, 588, 589, 557, 557, 589, 590, 558, 558, 590, 591, 559, 559, 591, 592, 560, 560, 592, 593, 561, 561, 593, 594, 562, 562, 594, 595, 563, 563, 595, 596, 564, 564, 596, 597, 565, 565, 597, 598, 566, 566, 598, 599, 567, 567, 599, 600, 568, 568, 600, 601, 569, 569, 601, 602, 570, 570, 602, 603, 571, 571, 603, 604, 572, 572, 604, 605, 573, 573, 605, 606, 574, 574, 606, 607, 575, 575, 607, 576, 544, 576, 608, 609, 577, 577, 609, 610, 578, 578, 610, 611, 579, 579, 611, 612, 580, 580, 612, 613, 581, 581, 613, 614, 582, 582, 614, 615, 583, 583, 615, 616, 584, 584, 616, 617, 585, 585, 617, 618, 586, 586, 618, 619, 587, 587, 619, 620, 588, 588, 620, 621, 589, 589, 621, 622, 590, 590, 622, 623, 591, 591, 623, 624, 592, 592, 624, 625, 593, 593, 625, 626, 594, 594, 626, 627, 595, 595, 627, 628, 596, 596, 628, 629, 597, 597, 629, 630, 598, 598, 630, 631, 599, 599, 631, 632, 600, 600, 632, 633, 601, 601, 633, 634, 602, 602, 634, 635, 603, 603, 635, 636, 604, 604, 636, 637, 605, 605, 637, 638, 606, 606, 638, 639, 607, 607, 639, 608, 576, 608, 640, 641, 609, 609, 641, 642, 610, 610, 642, 643, 611, 611, 643, 644, 612, 612, 644, 645, 613, 613, 645, 646, 614, 614, 646, 647, 615, 615, 647, 648, 616, 616, 648, 649, 617, 617, 649, 650, 618, 618, 650, 651, 619, 619, 651, 652, 620, 620, 652, 653, 621, 621, 653, 654, 622, 622, 654, 655, 623, 623, 655, 656, 624, 624, 656, 657, 625, 625, 657, 658, 626, 626, 658, 659, 627, 627, 659, 660, 628, 628, 660, 661, 629, 629, 661, 662, 630, 630, 662, 663, 631, 631, 663, 664, 632, 632, 664, 665, 633, 633, 665, 666, 634, 634, 666, 667, 635, 635, 667, 668, 636, 636, 668, 669, 637, 637, 669, 670, 638, 638, 670, 671, 639, 639, 671, 640, 608, 640, 672, 673, 641, 641, 673, 674, 642, 642, 674, 675, 643, 643, 675, 676, 644, 644, 676, 677, 645, 645, 677, 678, 646, 646, 678, 679, 647, 647, 679, 680, 648, 648, 680, 681, 649, 649, 681, 682, 650, 650, 682, 683, 651, 651, 683, 684, 652, 652, 684, 685, 653, 653, 685, 686, 654, 654, 686, 687, 655, 655, 687, 688, 656, 656, 688, 689, 657, 657, 689, 690, 658, 658, 690, 691, 659, 659, 691, 692, 660, 660, 692, 693, 661, 661, 693, 694, 662, 662, 694, 695, 663, 663, 695, 696, 664, 664, 696, 697, 665, 665, 697, 698, 666, 666, 698, 699, 667, 667, 699, 700, 668, 668, 700, 701, 669, 669, 701, 702, 670, 670, 702, 703, 671, 671, 703, 672, 640, 672, 704, 705, 673, 673, 705, 706, 674, 674, 706, 707, 675, 675, 707, 708, 676, 676, 708, 709, 677, 677, 709, 710, 678, 678, 710, 711, 679, 679, 711, 712, 680, 680, 712, 713, 681, 681, 713, 714, 682, 682, 714, 715, 683, 683, 715, 716, 684, 684, 716, 717, 685, 685, 717, 718, 686, 686, 718, 719, 687, 687, 719, 720, 688, 688, 720, 721, 689, 689, 721, 722, 690, 690, 722, 723, 691, 691, 723, 724, 692, 692, 724, 725, 693, 693, 725, 726, 694, 694, 726, 727, 695, 695, 727, 728, 696, 696, 728, 729, 697, 697, 729, 730, 698, 698, 730, 731, 699, 699, 731, 732, 700, 700, 732, 733, 701, 701, 733, 734, 702, 702, 734, 735, 703, 703, 735, 704, 672, 704, 736, 737, 705, 705, 737, 738, 706, 706, 738, 739, 707, 707, 739, 740, 708, 708, 740, 741, 709, 709, 741, 742, 710, 710, 742, 743, 711, 711, 743, 744, 712, 712, 744, 745, 713, 713, 745, 746, 714, 714, 746, 747, 715, 715, 747, 748, 716, 716, 748, 749, 717, 717, 749, 750, 718, 718, 750, 751, 719, 719, 751, 752, 720, 720, 752, 753, 721, 721, 753, 754, 722, 722, 754, 755, 723, 723, 755, 756, 724, 724, 756, 757, 725, 725, 757, 758, 726, 726, 758, 759, 727, 727, 759, 760, 728, 728, 760, 761, 729, 729, 761, 762, 730, 730, 762, 763, 731, 731, 763, 764, 732, 732, 764, 765, 733, 733, 765, 766, 734, 734, 766, 767, 735, 735, 767, 736, 704, 736, 768, 769, 737, 737, 769, 770, 738, 738, 770, 771, 739, 739, 771, 772, 740, 740, 772, 773, 741, 741, 773, 774, 742, 742, 774, 775, 743, 743, 775, 776, 744, 744, 776, 777, 745, 745, 777, 778, 746, 746, 778, 779, 747, 747, 779, 780, 748, 748, 780, 781, 749, 749, 781, 782, 750, 750, 782, 783, 751, 751, 783, 784, 752, 752, 784, 785, 753, 753, 785, 786, 754, 754, 786, 787, 755, 755, 787, 788, 756, 756, 788, 789, 757, 757, 789, 790, 758, 758, 790, 791, 759, 759, 791, 792, 760, 760, 792, 793, 761, 761, 793, 794, 762, 762, 794, 795, 763, 763, 795, 796, 764, 764, 796, 797, 765, 765, 797, 798, 766, 766, 798, 799, 767, 767, 799, 768, 736, 768, 800, 801, 769, 769, 801, 802, 770, 770, 802, 803, 771, 771, 803, 804, 772, 772, 804, 805, 773, 773, 805, 806, 774, 774, 806, 807, 775, 775, 807, 808, 776, 776, 808, 809, 777, 777, 809, 810, 778, 778, 810, 811, 779, 779, 811, 812, 780, 780, 812, 813, 781, 781, 813, 814, 782, 782, 814, 815, 783, 783, 815, 816, 784, 784, 816, 817, 785, 785, 817, 818, 786, 786, 818, 819, 787, 787, 819, 820, 788, 788, 820, 821, 789, 789, 821, 822, 790, 790, 822, 823, 791, 791, 823, 824, 792, 792, 824, 825, 793, 793, 825, 826, 794, 794, 826, 827, 795, 795, 827, 828, 796, 796, 828, 829, 797, 797, 829, 830, 798, 798, 830, 831, 799, 799, 831, 800, 768, 800, 832, 833, 801, 801, 833, 834, 802, 802, 834, 835, 803, 803, 835, 836, 804, 804, 836, 837, 805, 805, 837, 838, 806, 806, 838, 839, 807, 807, 839, 840, 808, 808, 840, 841, 809, 809, 841, 842, 810, 810, 842, 843, 811, 811, 843, 844, 812, 812, 844, 845, 813, 813, 845, 846, 814, 814, 846, 847, 815, 815, 847, 848, 816, 816, 848, 849, 817, 817, 849, 850, 818, 818, 850, 851, 819, 819, 851, 852, 820, 820, 852, 853, 821, 821, 853, 854, 822, 822, 854, 855, 823, 823, 855, 856, 824, 824, 856, 857, 825, 825, 857, 858, 826, 826, 858, 859, 827, 827, 859, 860, 828, 828, 860, 861, 829, 829, 861, 862, 830, 830, 862, 863, 831, 831, 863, 832, 800, 832, 864, 865, 833, 833, 865, 866, 834, 834, 866, 867, 835, 835, 867, 868, 836, 836, 868, 869, 837, 837, 869, 870, 838, 838, 870, 871, 839, 839, 871, 872, 840, 840, 872, 873, 841, 841, 873, 874, 842, 842, 874, 875, 843, 843, 875, 876, 844, 844, 876, 877, 845, 845, 877, 878, 846, 846, 878, 879, 847, 847, 879, 880, 848, 848, 880, 881, 849, 849, 881, 882, 850, 850, 882, 883, 851, 851, 883, 884, 852, 852, 884, 885, 853, 853, 885, 886, 854, 854, 886, 887, 855, 855, 887, 888, 856, 856, 888, 889, 857, 857, 889, 890, 858, 858, 890, 891, 859, 859, 891, 892, 860, 860, 892, 893, 861, 861, 893, 894, 862, 862, 894, 895, 863, 863, 895, 864, 832, 864, 896, 897, 865, 865, 897, 898, 866, 866, 898, 899, 867, 867, 899, 900, 868, 868, 900, 901, 869, 869, 901, 902, 870, 870, 902, 903, 871, 871, 903, 904, 872, 872, 904, 905, 873, 873, 905, 906, 874, 874, 906, 907, 875, 875, 907, 908, 876, 876, 908, 909, 877, 877, 909, 910, 878, 878, 910, 911, 879, 879, 911, 912, 880, 880, 912, 913, 881, 881, 913, 914, 882, 882, 914, 915, 883, 883, 915, 916, 884, 884, 916, 917, 885, 885, 917, 918, 886, 886, 918, 919, 887, 887, 919, 920, 888, 888, 920, 921, 889, 889, 921, 922, 890, 890, 922, 923, 891, 891, 923, 924, 892, 892, 924, 925, 893, 893, 925, 926, 894, 894, 926, 927, 895, 895, 927, 896, 864, 896, 928, 929, 897, 897, 929, 930, 898, 898, 930, 931, 899, 899, 931, 932, 900, 900, 932, 933, 901, 901, 933, 934, 902, 902, 934, 935, 903, 903, 935, 936, 904, 904, 936, 937, 905, 905, 937, 938, 906, 906, 938, 939, 907, 907, 939, 940, 908, 908, 940, 941, 909, 909, 941, 942, 910, 910, 942, 943, 911, 911, 943, 944, 912, 912, 944, 945, 913, 913, 945, 946, 914, 914, 946, 947, 915, 915, 947, 948, 916, 916, 948, 949, 917, 917, 949, 950, 918, 918, 950, 951, 919, 919, 951, 952, 920, 920, 952, 953, 921, 921, 953, 954, 922, 922, 954, 955, 923, 923, 955, 956, 924, 924, 956, 957, 925, 925, 957, 958, 926, 926, 958, 959, 927, 927, 959, 928, 896, 928, 960, 961, 929, 929, 961, 962, 930, 930, 962, 963, 931, 931, 963, 964, 932, 932, 964, 965, 933, 933, 965, 966, 934, 934, 966, 967, 935, 935, 967, 968, 936, 936, 968, 969, 937, 937, 969, 970, 938, 938, 970, 971, 939, 939, 971, 972, 940, 940, 972, 973, 941, 941, 973, 974, 942, 942, 974, 975, 943, 943, 975, 976, 944, 944, 976, 977, 945, 945, 977, 978, 946, 946, 978, 979, 947, 947, 979, 980, 948, 948, 980, 981, 949, 949, 981, 982, 950, 950, 982, 983, 951, 951, 983, 984, 952, 952, 984, 985, 953, 953, 985, 986, 954, 954, 986, 987, 955, 955, 987, 988, 956, 956, 988, 989, 957, 957, 989, 990, 958, 958, 990, 991, 959, 959, 991, 960, 928, 960, 992, 993, 961, 961, 993, 994, 962, 962, 994, 995, 963, 963, 995, 996, 964, 964, 996, 997, 965, 965, 997, 998, 966, 966, 998, 999, 967, 967, 999, 1000, 968, 968, 1000, 1001, 969, 969, 1001, 1002, 970, 970, 1002, 1003, 971, 971, 1003, 1004, 972, 972, 1004, 1005, 973, 973, 1005, 1006, 974, 974, 1006, 1007, 975, 975, 1007, 1008, 976, 976, 1008, 1009, 977, 977, 1009, 1010, 978, 978, 1010, 1011, 979, 979, 1011, 1012, 980, 980, 1012, 1013, 981, 981, 1013, 1014, 982, 982, 1014, 1015, 983, 983, 1015, 1016, 984, 984, 1016, 1017, 985, 985, 1017, 1018, 986, 986, 1018, 1019, 987, 987, 1019, 1020, 988, 988, 1020, 1021, 989, 989, 1021, 1022, 990, 990, 1022, 1023, 991, 991, 1023, 992, 960, 992, 0, 1, 993, 993, 1, 2, 994, 994, 2, 3, 995, 995, 3, 4, 996, 996, 4, 5, 997, 997, 5, 6, 998, 998, 6, 7, 999, 999, 7, 8, 1000, 1000, 8, 9, 1001, 1001, 9, 10, 1002, 1002, 10, 11, 1003, 1003, 11, 12, 1004, 1004, 12, 13, 1005, 1005, 13, 14, 1006, 1006, 14, 15, 1007, 1007, 15, 16, 1008, 1008, 16, 17, 1009, 1009, 17, 18, 1010, 1010, 18, 19, 1011, 1011, 19, 20, 1012, 1012, 20, 21, 1013, 1013, 21, 22, 1014, 1014, 22, 23, 1015, 1015, 23, 24, 1016, 1016, 24, 25, 1017, 1017, 25, 26, 1018, 1018, 26, 27, 1019, 1019, 27, 28, 1020, 1020, 28, 29, 1021, 1021, 29, 30, 1022, 1022, 30, 31, 1023, 1023, 31, 0, 992] normal3f[] normals = [(0, -1, 0), (0.19509034, -0.9807853, 0), (0.19134173, -0.9807853, 0.038060237), (0, -1, 0), (0, -1, 0), (0.19134173, -0.9807853, 0.038060237), (0.18023998, -0.9807853, 0.07465784), (0, -1, 0), (0, -1, 0), (0.18023998, -0.9807853, 0.07465784), (0.16221169, -0.9807853, 0.10838638), (0, -1, 0), (0, -1, 0), (0.16221169, -0.9807853, 0.10838638), (0.1379497, -0.9807853, 0.1379497), (0, -1, 0), (0, -1, 0), (0.1379497, -0.9807853, 0.1379497), (0.10838638, -0.9807853, 0.16221169), (0, -1, 0), (0, -1, 0), (0.10838638, -0.9807853, 0.16221169), (0.07465784, -0.9807853, 0.18023998), (0, -1, 0), (0, -1, 0), (0.07465784, -0.9807853, 0.18023998), (0.038060237, -0.9807853, 0.19134173), (0, -1, 0), (0, -1, 0), (0.038060237, -0.9807853, 0.19134173), (1.1945838e-17, -0.9807853, 0.19509034), (0, -1, 0), (0, -1, 0), (1.1945838e-17, -0.9807853, 0.19509034), (-0.038060237, -0.9807853, 0.19134173), (0, -1, 0), (0, -1, 0), (-0.038060237, -0.9807853, 0.19134173), (-0.07465784, -0.9807853, 0.18023998), (0, -1, 0), (0, -1, 0), (-0.07465784, -0.9807853, 0.18023998), (-0.10838638, -0.9807853, 0.16221169), (0, -1, 0), (0, -1, 0), (-0.10838638, -0.9807853, 0.16221169), (-0.1379497, -0.9807853, 0.1379497), (0, -1, 0), (0, -1, 0), (-0.1379497, -0.9807853, 0.1379497), (-0.16221169, -0.9807853, 0.10838638), (0, -1, 0), (0, -1, 0), (-0.16221169, -0.9807853, 0.10838638), (-0.18023998, -0.9807853, 0.07465784), (0, -1, 0), (0, -1, 0), (-0.18023998, -0.9807853, 0.07465784), (-0.19134173, -0.9807853, 0.038060237), (0, -1, 0), (0, -1, 0), (-0.19134173, -0.9807853, 0.038060237), (-0.19509034, -0.9807853, 2.3891676e-17), (0, -1, 0), (0, -1, 0), (-0.19509034, -0.9807853, 2.3891676e-17), (-0.19134173, -0.9807853, -0.038060237), (0, -1, 0), (0, -1, 0), (-0.19134173, -0.9807853, -0.038060237), (-0.18023998, -0.9807853, -0.07465784), (0, -1, 0), (0, -1, 0), (-0.18023998, -0.9807853, -0.07465784), (-0.16221169, -0.9807853, -0.10838638), (0, -1, 0), (0, -1, 0), (-0.16221169, -0.9807853, -0.10838638), (-0.1379497, -0.9807853, -0.1379497), (0, -1, 0), (0, -1, 0), (-0.1379497, -0.9807853, -0.1379497), (-0.10838638, -0.9807853, -0.16221169), (0, -1, 0), (0, -1, 0), (-0.10838638, -0.9807853, -0.16221169), (-0.07465784, -0.9807853, -0.18023998), (0, -1, 0), (0, -1, 0), (-0.07465784, -0.9807853, -0.18023998), (-0.038060237, -0.9807853, -0.19134173), (0, -1, 0), (0, -1, 0), (-0.038060237, -0.9807853, -0.19134173), (-3.5837514e-17, -0.9807853, -0.19509034), (0, -1, 0), (0, -1, 0), (-3.5837514e-17, -0.9807853, -0.19509034), (0.038060237, -0.9807853, -0.19134173), (0, -1, 0), (0, -1, 0), (0.038060237, -0.9807853, -0.19134173), (0.07465784, -0.9807853, -0.18023998), (0, -1, 0), (0, -1, 0), (0.07465784, -0.9807853, -0.18023998), (0.10838638, -0.9807853, -0.16221169), (0, -1, 0), (0, -1, 0), (0.10838638, -0.9807853, -0.16221169), (0.1379497, -0.9807853, -0.1379497), (0, -1, 0), (0, -1, 0), (0.1379497, -0.9807853, -0.1379497), (0.16221169, -0.9807853, -0.10838638), (0, -1, 0), (0, -1, 0), (0.16221169, -0.9807853, -0.10838638), (0.18023998, -0.9807853, -0.07465784), (0, -1, 0), (0, -1, 0), (0.18023998, -0.9807853, -0.07465784), (0.19134173, -0.9807853, -0.038060237), (0, -1, 0), (0, -1, 0), (0.19134173, -0.9807853, -0.038060237), (0.19509034, -0.9807853, 0), (0, -1, 0), (0.19509034, -0.9807853, 0), (0.38268346, -0.92387956, 0), (0.3753303, -0.92387956, 0.07465784), (0.19134173, -0.9807853, 0.038060237), (0.19134173, -0.9807853, 0.038060237), (0.3753303, -0.92387956, 0.07465784), (0.3535534, -0.92387956, 0.14644663), (0.18023998, -0.9807853, 0.07465784), (0.18023998, -0.9807853, 0.07465784), (0.3535534, -0.92387956, 0.14644663), (0.31818968, -0.92387956, 0.21260753), (0.16221169, -0.9807853, 0.10838638), (0.16221169, -0.9807853, 0.10838638), (0.31818968, -0.92387956, 0.21260753), (0.27059808, -0.92387956, 0.27059808), (0.1379497, -0.9807853, 0.1379497), (0.1379497, -0.9807853, 0.1379497), (0.27059808, -0.92387956, 0.27059808), (0.21260753, -0.92387956, 0.31818968), (0.10838638, -0.9807853, 0.16221169), (0.10838638, -0.9807853, 0.16221169), (0.21260753, -0.92387956, 0.31818968), (0.14644663, -0.92387956, 0.3535534), (0.07465784, -0.9807853, 0.18023998), (0.07465784, -0.9807853, 0.18023998), (0.14644663, -0.92387956, 0.3535534), (0.074657835, -0.9238795, 0.37533027), (0.038060237, -0.9807853, 0.19134173), (0.038060237, -0.9807853, 0.19134173), (0.074657835, -0.9238795, 0.37533027), (2.3432604e-17, -0.92387956, 0.38268346), (1.1945838e-17, -0.9807853, 0.19509034), (1.1945838e-17, -0.9807853, 0.19509034), (2.3432604e-17, -0.92387956, 0.38268346), (-0.074657835, -0.9238795, 0.37533027), (-0.038060237, -0.9807853, 0.19134173), (-0.038060237, -0.9807853, 0.19134173), (-0.074657835, -0.9238795, 0.37533027), (-0.14644663, -0.92387956, 0.3535534), (-0.07465784, -0.9807853, 0.18023998), (-0.07465784, -0.9807853, 0.18023998), (-0.14644663, -0.92387956, 0.3535534), (-0.21260753, -0.92387956, 0.31818968), (-0.10838638, -0.9807853, 0.16221169), (-0.10838638, -0.9807853, 0.16221169), (-0.21260753, -0.92387956, 0.31818968), (-0.27059808, -0.92387956, 0.27059808), (-0.1379497, -0.9807853, 0.1379497), (-0.1379497, -0.9807853, 0.1379497), (-0.27059808, -0.92387956, 0.27059808), (-0.31818968, -0.92387956, 0.21260753), (-0.16221169, -0.9807853, 0.10838638), (-0.16221169, -0.9807853, 0.10838638), (-0.31818968, -0.92387956, 0.21260753), (-0.3535534, -0.92387956, 0.14644663), (-0.18023998, -0.9807853, 0.07465784), (-0.18023998, -0.9807853, 0.07465784), (-0.3535534, -0.92387956, 0.14644663), (-0.3753303, -0.92387956, 0.07465784), (-0.19134173, -0.9807853, 0.038060237), (-0.19134173, -0.9807853, 0.038060237), (-0.3753303, -0.92387956, 0.07465784), (-0.38268346, -0.92387956, 4.6865208e-17), (-0.19509034, -0.9807853, 2.3891676e-17), (-0.19509034, -0.9807853, 2.3891676e-17), (-0.38268346, -0.92387956, 4.6865208e-17), (-0.3753303, -0.92387956, -0.07465784), (-0.19134173, -0.9807853, -0.038060237), (-0.19134173, -0.9807853, -0.038060237), (-0.3753303, -0.92387956, -0.07465784), (-0.3535534, -0.92387956, -0.14644663), (-0.18023998, -0.9807853, -0.07465784), (-0.18023998, -0.9807853, -0.07465784), (-0.3535534, -0.92387956, -0.14644663), (-0.31818968, -0.92387956, -0.21260753), (-0.16221169, -0.9807853, -0.10838638), (-0.16221169, -0.9807853, -0.10838638), (-0.31818968, -0.92387956, -0.21260753), (-0.27059808, -0.92387956, -0.27059808), (-0.1379497, -0.9807853, -0.1379497), (-0.1379497, -0.9807853, -0.1379497), (-0.27059808, -0.92387956, -0.27059808), (-0.21260753, -0.92387956, -0.31818968), (-0.10838638, -0.9807853, -0.16221169), (-0.10838638, -0.9807853, -0.16221169), (-0.21260753, -0.92387956, -0.31818968), (-0.14644663, -0.92387956, -0.3535534), (-0.07465784, -0.9807853, -0.18023998), (-0.07465784, -0.9807853, -0.18023998), (-0.14644663, -0.92387956, -0.3535534), (-0.074657835, -0.9238795, -0.37533027), (-0.038060237, -0.9807853, -0.19134173), (-0.038060237, -0.9807853, -0.19134173), (-0.074657835, -0.9238795, -0.37533027), (-7.029781e-17, -0.92387956, -0.38268346), (-3.5837514e-17, -0.9807853, -0.19509034), (-3.5837514e-17, -0.9807853, -0.19509034), (-7.029781e-17, -0.92387956, -0.38268346), (0.074657835, -0.9238795, -0.37533027), (0.038060237, -0.9807853, -0.19134173), (0.038060237, -0.9807853, -0.19134173), (0.074657835, -0.9238795, -0.37533027), (0.14644663, -0.92387956, -0.3535534), (0.07465784, -0.9807853, -0.18023998), (0.07465784, -0.9807853, -0.18023998), (0.14644663, -0.92387956, -0.3535534), (0.21260753, -0.92387956, -0.31818968), (0.10838638, -0.9807853, -0.16221169), (0.10838638, -0.9807853, -0.16221169), (0.21260753, -0.92387956, -0.31818968), (0.27059808, -0.92387956, -0.27059808), (0.1379497, -0.9807853, -0.1379497), (0.1379497, -0.9807853, -0.1379497), (0.27059808, -0.92387956, -0.27059808), (0.31818968, -0.92387956, -0.21260753), (0.16221169, -0.9807853, -0.10838638), (0.16221169, -0.9807853, -0.10838638), (0.31818968, -0.92387956, -0.21260753), (0.3535534, -0.92387956, -0.14644663), (0.18023998, -0.9807853, -0.07465784), (0.18023998, -0.9807853, -0.07465784), (0.3535534, -0.92387956, -0.14644663), (0.3753303, -0.92387956, -0.07465784), (0.19134173, -0.9807853, -0.038060237), (0.19134173, -0.9807853, -0.038060237), (0.3753303, -0.92387956, -0.07465784), (0.38268346, -0.92387956, 0), (0.19509034, -0.9807853, 0), (0.38268346, -0.92387956, 0), (0.55557024, -0.8314696, 0), (0.5448951, -0.8314696, 0.108386375), (0.3753303, -0.92387956, 0.07465784), (0.3753303, -0.92387956, 0.07465784), (0.5448951, -0.8314696, 0.108386375), (0.51328, -0.8314696, 0.21260752), (0.3535534, -0.92387956, 0.14644663), (0.3535534, -0.92387956, 0.14644663), (0.51328, -0.8314696, 0.21260752), (0.46193978, -0.83146966, 0.3086583), (0.31818968, -0.92387956, 0.21260753), (0.31818968, -0.92387956, 0.21260753), (0.46193978, -0.83146966, 0.3086583), (0.3928475, -0.83146966, 0.3928475), (0.27059808, -0.92387956, 0.27059808), (0.27059808, -0.92387956, 0.27059808), (0.3928475, -0.83146966, 0.3928475), (0.3086583, -0.83146966, 0.46193978), (0.21260753, -0.92387956, 0.31818968), (0.21260753, -0.92387956, 0.31818968), (0.3086583, -0.83146966, 0.46193978), (0.21260752, -0.8314696, 0.51328), (0.14644663, -0.92387956, 0.3535534), (0.14644663, -0.92387956, 0.3535534), (0.21260752, -0.8314696, 0.51328), (0.108386375, -0.8314696, 0.5448951), (0.074657835, -0.9238795, 0.37533027), (0.074657835, -0.9238795, 0.37533027), (0.108386375, -0.8314696, 0.5448951), (3.4018865e-17, -0.8314696, 0.55557024), (2.3432604e-17, -0.92387956, 0.38268346), (2.3432604e-17, -0.92387956, 0.38268346), (3.4018865e-17, -0.8314696, 0.55557024), (-0.108386375, -0.8314696, 0.5448951), (-0.074657835, -0.9238795, 0.37533027), (-0.074657835, -0.9238795, 0.37533027), (-0.108386375, -0.8314696, 0.5448951), (-0.21260752, -0.8314696, 0.51328), (-0.14644663, -0.92387956, 0.3535534), (-0.14644663, -0.92387956, 0.3535534), (-0.21260752, -0.8314696, 0.51328), (-0.3086583, -0.83146966, 0.46193978), (-0.21260753, -0.92387956, 0.31818968), (-0.21260753, -0.92387956, 0.31818968), (-0.3086583, -0.83146966, 0.46193978), (-0.3928475, -0.83146966, 0.3928475), (-0.27059808, -0.92387956, 0.27059808), (-0.27059808, -0.92387956, 0.27059808), (-0.3928475, -0.83146966, 0.3928475), (-0.46193978, -0.83146966, 0.3086583), (-0.31818968, -0.92387956, 0.21260753), (-0.31818968, -0.92387956, 0.21260753), (-0.46193978, -0.83146966, 0.3086583), (-0.51328, -0.8314696, 0.21260752), (-0.3535534, -0.92387956, 0.14644663), (-0.3535534, -0.92387956, 0.14644663), (-0.51328, -0.8314696, 0.21260752), (-0.5448951, -0.8314696, 0.108386375), (-0.3753303, -0.92387956, 0.07465784), (-0.3753303, -0.92387956, 0.07465784), (-0.5448951, -0.8314696, 0.108386375), (-0.55557024, -0.8314696, 6.803773e-17), (-0.38268346, -0.92387956, 4.6865208e-17), (-0.38268346, -0.92387956, 4.6865208e-17), (-0.55557024, -0.8314696, 6.803773e-17), (-0.5448951, -0.8314696, -0.108386375), (-0.3753303, -0.92387956, -0.07465784), (-0.3753303, -0.92387956, -0.07465784), (-0.5448951, -0.8314696, -0.108386375), (-0.51328, -0.8314696, -0.21260752), (-0.3535534, -0.92387956, -0.14644663), (-0.3535534, -0.92387956, -0.14644663), (-0.51328, -0.8314696, -0.21260752), (-0.46193978, -0.83146966, -0.3086583), (-0.31818968, -0.92387956, -0.21260753), (-0.31818968, -0.92387956, -0.21260753), (-0.46193978, -0.83146966, -0.3086583), (-0.3928475, -0.83146966, -0.3928475), (-0.27059808, -0.92387956, -0.27059808), (-0.27059808, -0.92387956, -0.27059808), (-0.3928475, -0.83146966, -0.3928475), (-0.3086583, -0.83146966, -0.46193978), (-0.21260753, -0.92387956, -0.31818968), (-0.21260753, -0.92387956, -0.31818968), (-0.3086583, -0.83146966, -0.46193978), (-0.21260752, -0.8314696, -0.51328), (-0.14644663, -0.92387956, -0.3535534), (-0.14644663, -0.92387956, -0.3535534), (-0.21260752, -0.8314696, -0.51328), (-0.108386375, -0.8314696, -0.5448951), (-0.074657835, -0.9238795, -0.37533027), (-0.074657835, -0.9238795, -0.37533027), (-0.108386375, -0.8314696, -0.5448951), (-1.020566e-16, -0.8314696, -0.55557024), (-7.029781e-17, -0.92387956, -0.38268346), (-7.029781e-17, -0.92387956, -0.38268346), (-1.020566e-16, -0.8314696, -0.55557024), (0.108386375, -0.8314696, -0.5448951), (0.074657835, -0.9238795, -0.37533027), (0.074657835, -0.9238795, -0.37533027), (0.108386375, -0.8314696, -0.5448951), (0.21260752, -0.8314696, -0.51328), (0.14644663, -0.92387956, -0.3535534), (0.14644663, -0.92387956, -0.3535534), (0.21260752, -0.8314696, -0.51328), (0.3086583, -0.83146966, -0.46193978), (0.21260753, -0.92387956, -0.31818968), (0.21260753, -0.92387956, -0.31818968), (0.3086583, -0.83146966, -0.46193978), (0.3928475, -0.83146966, -0.3928475), (0.27059808, -0.92387956, -0.27059808), (0.27059808, -0.92387956, -0.27059808), (0.3928475, -0.83146966, -0.3928475), (0.46193978, -0.83146966, -0.3086583), (0.31818968, -0.92387956, -0.21260753), (0.31818968, -0.92387956, -0.21260753), (0.46193978, -0.83146966, -0.3086583), (0.51328, -0.8314696, -0.21260752), (0.3535534, -0.92387956, -0.14644663), (0.3535534, -0.92387956, -0.14644663), (0.51328, -0.8314696, -0.21260752), (0.5448951, -0.8314696, -0.108386375), (0.3753303, -0.92387956, -0.07465784), (0.3753303, -0.92387956, -0.07465784), (0.5448951, -0.8314696, -0.108386375), (0.55557024, -0.8314696, 0), (0.38268346, -0.92387956, 0), (0.55557024, -0.8314696, 0), (0.7071068, -0.7071068, 0), (0.69351995, -0.70710677, 0.13794969), (0.5448951, -0.8314696, 0.108386375), (0.5448951, -0.8314696, 0.108386375), (0.69351995, -0.70710677, 0.13794969), (0.6532815, -0.70710677, 0.27059805), (0.51328, -0.8314696, 0.21260752), (0.51328, -0.8314696, 0.21260752), (0.6532815, -0.70710677, 0.27059805), (0.58793783, -0.7071068, 0.3928475), (0.46193978, -0.83146966, 0.3086583), (0.46193978, -0.83146966, 0.3086583), (0.58793783, -0.7071068, 0.3928475), (0.5, -0.70710677, 0.5), (0.3928475, -0.83146966, 0.3928475), (0.3928475, -0.83146966, 0.3928475), (0.5, -0.70710677, 0.5), (0.3928475, -0.7071068, 0.58793783), (0.3086583, -0.83146966, 0.46193978), (0.3086583, -0.83146966, 0.46193978), (0.3928475, -0.7071068, 0.58793783), (0.27059805, -0.70710677, 0.6532815), (0.21260752, -0.8314696, 0.51328), (0.21260752, -0.8314696, 0.51328), (0.27059805, -0.70710677, 0.6532815), (0.13794969, -0.70710677, 0.69351995), (0.108386375, -0.8314696, 0.5448951), (0.108386375, -0.8314696, 0.5448951), (0.13794969, -0.70710677, 0.69351995), (4.3297806e-17, -0.7071068, 0.7071068), (3.4018865e-17, -0.8314696, 0.55557024), (3.4018865e-17, -0.8314696, 0.55557024), (4.3297806e-17, -0.7071068, 0.7071068), (-0.13794969, -0.70710677, 0.69351995), (-0.108386375, -0.8314696, 0.5448951), (-0.108386375, -0.8314696, 0.5448951), (-0.13794969, -0.70710677, 0.69351995), (-0.27059805, -0.70710677, 0.6532815), (-0.21260752, -0.8314696, 0.51328), (-0.21260752, -0.8314696, 0.51328), (-0.27059805, -0.70710677, 0.6532815), (-0.3928475, -0.7071068, 0.58793783), (-0.3086583, -0.83146966, 0.46193978), (-0.3086583, -0.83146966, 0.46193978), (-0.3928475, -0.7071068, 0.58793783), (-0.5, -0.70710677, 0.5), (-0.3928475, -0.83146966, 0.3928475), (-0.3928475, -0.83146966, 0.3928475), (-0.5, -0.70710677, 0.5), (-0.58793783, -0.7071068, 0.3928475), (-0.46193978, -0.83146966, 0.3086583), (-0.46193978, -0.83146966, 0.3086583), (-0.58793783, -0.7071068, 0.3928475), (-0.6532815, -0.70710677, 0.27059805), (-0.51328, -0.8314696, 0.21260752), (-0.51328, -0.8314696, 0.21260752), (-0.6532815, -0.70710677, 0.27059805), (-0.69351995, -0.70710677, 0.13794969), (-0.5448951, -0.8314696, 0.108386375), (-0.5448951, -0.8314696, 0.108386375), (-0.69351995, -0.70710677, 0.13794969), (-0.7071068, -0.7071068, 8.659561e-17), (-0.55557024, -0.8314696, 6.803773e-17), (-0.55557024, -0.8314696, 6.803773e-17), (-0.7071068, -0.7071068, 8.659561e-17), (-0.69351995, -0.70710677, -0.13794969), (-0.5448951, -0.8314696, -0.108386375), (-0.5448951, -0.8314696, -0.108386375), (-0.69351995, -0.70710677, -0.13794969), (-0.6532815, -0.70710677, -0.27059805), (-0.51328, -0.8314696, -0.21260752), (-0.51328, -0.8314696, -0.21260752), (-0.6532815, -0.70710677, -0.27059805), (-0.58793783, -0.7071068, -0.3928475), (-0.46193978, -0.83146966, -0.3086583), (-0.46193978, -0.83146966, -0.3086583), (-0.58793783, -0.7071068, -0.3928475), (-0.5, -0.70710677, -0.5), (-0.3928475, -0.83146966, -0.3928475), (-0.3928475, -0.83146966, -0.3928475), (-0.5, -0.70710677, -0.5), (-0.3928475, -0.7071068, -0.58793783), (-0.3086583, -0.83146966, -0.46193978), (-0.3086583, -0.83146966, -0.46193978), (-0.3928475, -0.7071068, -0.58793783), (-0.27059805, -0.70710677, -0.6532815), (-0.21260752, -0.8314696, -0.51328), (-0.21260752, -0.8314696, -0.51328), (-0.27059805, -0.70710677, -0.6532815), (-0.13794969, -0.70710677, -0.69351995), (-0.108386375, -0.8314696, -0.5448951), (-0.108386375, -0.8314696, -0.5448951), (-0.13794969, -0.70710677, -0.69351995), (-1.2989342e-16, -0.7071068, -0.7071068), (-1.020566e-16, -0.8314696, -0.55557024), (-1.020566e-16, -0.8314696, -0.55557024), (-1.2989342e-16, -0.7071068, -0.7071068), (0.13794969, -0.70710677, -0.69351995), (0.108386375, -0.8314696, -0.5448951), (0.108386375, -0.8314696, -0.5448951), (0.13794969, -0.70710677, -0.69351995), (0.27059805, -0.70710677, -0.6532815), (0.21260752, -0.8314696, -0.51328), (0.21260752, -0.8314696, -0.51328), (0.27059805, -0.70710677, -0.6532815), (0.3928475, -0.7071068, -0.58793783), (0.3086583, -0.83146966, -0.46193978), (0.3086583, -0.83146966, -0.46193978), (0.3928475, -0.7071068, -0.58793783), (0.5, -0.70710677, -0.5), (0.3928475, -0.83146966, -0.3928475), (0.3928475, -0.83146966, -0.3928475), (0.5, -0.70710677, -0.5), (0.58793783, -0.7071068, -0.3928475), (0.46193978, -0.83146966, -0.3086583), (0.46193978, -0.83146966, -0.3086583), (0.58793783, -0.7071068, -0.3928475), (0.6532815, -0.70710677, -0.27059805), (0.51328, -0.8314696, -0.21260752), (0.51328, -0.8314696, -0.21260752), (0.6532815, -0.70710677, -0.27059805), (0.69351995, -0.70710677, -0.13794969), (0.5448951, -0.8314696, -0.108386375), (0.5448951, -0.8314696, -0.108386375), (0.69351995, -0.70710677, -0.13794969), (0.7071068, -0.7071068, 0), (0.55557024, -0.8314696, 0), (0.7071068, -0.7071068, 0), (0.8314696, -0.55557024, 0), (0.81549317, -0.55557024, 0.16221167), (0.69351995, -0.70710677, 0.13794969), (0.69351995, -0.70710677, 0.13794969), (0.81549317, -0.55557024, 0.16221167), (0.76817775, -0.55557024, 0.31818965), (0.6532815, -0.70710677, 0.27059805), (0.6532815, -0.70710677, 0.27059805), (0.76817775, -0.55557024, 0.31818965), (0.6913417, -0.55557024, 0.46193975), (0.58793783, -0.7071068, 0.3928475), (0.58793783, -0.7071068, 0.3928475), (0.6913417, -0.55557024, 0.46193975), (0.58793783, -0.5555703, 0.58793783), (0.5, -0.70710677, 0.5), (0.5, -0.70710677, 0.5), (0.58793783, -0.5555703, 0.58793783), (0.46193975, -0.55557024, 0.6913417), (0.3928475, -0.7071068, 0.58793783), (0.3928475, -0.7071068, 0.58793783), (0.46193975, -0.55557024, 0.6913417), (0.31818965, -0.55557024, 0.76817775), (0.27059805, -0.70710677, 0.6532815), (0.27059805, -0.70710677, 0.6532815), (0.31818965, -0.55557024, 0.76817775), (0.16221167, -0.55557024, 0.81549317), (0.13794969, -0.70710677, 0.69351995), (0.13794969, -0.70710677, 0.69351995), (0.16221167, -0.55557024, 0.81549317), (5.091283e-17, -0.55557024, 0.8314696), (4.3297806e-17, -0.7071068, 0.7071068), (4.3297806e-17, -0.7071068, 0.7071068), (5.091283e-17, -0.55557024, 0.8314696), (-0.16221167, -0.55557024, 0.81549317), (-0.13794969, -0.70710677, 0.69351995), (-0.13794969, -0.70710677, 0.69351995), (-0.16221167, -0.55557024, 0.81549317), (-0.31818965, -0.55557024, 0.76817775), (-0.27059805, -0.70710677, 0.6532815), (-0.27059805, -0.70710677, 0.6532815), (-0.31818965, -0.55557024, 0.76817775), (-0.46193975, -0.55557024, 0.6913417), (-0.3928475, -0.7071068, 0.58793783), (-0.3928475, -0.7071068, 0.58793783), (-0.46193975, -0.55557024, 0.6913417), (-0.58793783, -0.5555703, 0.58793783), (-0.5, -0.70710677, 0.5), (-0.5, -0.70710677, 0.5), (-0.58793783, -0.5555703, 0.58793783), (-0.6913417, -0.55557024, 0.46193975), (-0.58793783, -0.7071068, 0.3928475), (-0.58793783, -0.7071068, 0.3928475), (-0.6913417, -0.55557024, 0.46193975), (-0.76817775, -0.55557024, 0.31818965), (-0.6532815, -0.70710677, 0.27059805), (-0.6532815, -0.70710677, 0.27059805), (-0.76817775, -0.55557024, 0.31818965), (-0.81549317, -0.55557024, 0.16221167), (-0.69351995, -0.70710677, 0.13794969), (-0.69351995, -0.70710677, 0.13794969), (-0.81549317, -0.55557024, 0.16221167), (-0.8314696, -0.55557024, 1.0182566e-16), (-0.7071068, -0.7071068, 8.659561e-17), (-0.7071068, -0.7071068, 8.659561e-17), (-0.8314696, -0.55557024, 1.0182566e-16), (-0.81549317, -0.55557024, -0.16221167), (-0.69351995, -0.70710677, -0.13794969), (-0.69351995, -0.70710677, -0.13794969), (-0.81549317, -0.55557024, -0.16221167), (-0.76817775, -0.55557024, -0.31818965), (-0.6532815, -0.70710677, -0.27059805), (-0.6532815, -0.70710677, -0.27059805), (-0.76817775, -0.55557024, -0.31818965), (-0.6913417, -0.55557024, -0.46193975), (-0.58793783, -0.7071068, -0.3928475), (-0.58793783, -0.7071068, -0.3928475), (-0.6913417, -0.55557024, -0.46193975), (-0.58793783, -0.5555703, -0.58793783), (-0.5, -0.70710677, -0.5), (-0.5, -0.70710677, -0.5), (-0.58793783, -0.5555703, -0.58793783), (-0.46193975, -0.55557024, -0.6913417), (-0.3928475, -0.7071068, -0.58793783), (-0.3928475, -0.7071068, -0.58793783), (-0.46193975, -0.55557024, -0.6913417), (-0.31818965, -0.55557024, -0.76817775), (-0.27059805, -0.70710677, -0.6532815), (-0.27059805, -0.70710677, -0.6532815), (-0.31818965, -0.55557024, -0.76817775), (-0.16221167, -0.55557024, -0.81549317), (-0.13794969, -0.70710677, -0.69351995), (-0.13794969, -0.70710677, -0.69351995), (-0.16221167, -0.55557024, -0.81549317), (-1.5273849e-16, -0.55557024, -0.8314696), (-1.2989342e-16, -0.7071068, -0.7071068), (-1.2989342e-16, -0.7071068, -0.7071068), (-1.5273849e-16, -0.55557024, -0.8314696), (0.16221167, -0.55557024, -0.81549317), (0.13794969, -0.70710677, -0.69351995), (0.13794969, -0.70710677, -0.69351995), (0.16221167, -0.55557024, -0.81549317), (0.31818965, -0.55557024, -0.76817775), (0.27059805, -0.70710677, -0.6532815), (0.27059805, -0.70710677, -0.6532815), (0.31818965, -0.55557024, -0.76817775), (0.46193975, -0.55557024, -0.6913417), (0.3928475, -0.7071068, -0.58793783), (0.3928475, -0.7071068, -0.58793783), (0.46193975, -0.55557024, -0.6913417), (0.58793783, -0.5555703, -0.58793783), (0.5, -0.70710677, -0.5), (0.5, -0.70710677, -0.5), (0.58793783, -0.5555703, -0.58793783), (0.6913417, -0.55557024, -0.46193975), (0.58793783, -0.7071068, -0.3928475), (0.58793783, -0.7071068, -0.3928475), (0.6913417, -0.55557024, -0.46193975), (0.76817775, -0.55557024, -0.31818965), (0.6532815, -0.70710677, -0.27059805), (0.6532815, -0.70710677, -0.27059805), (0.76817775, -0.55557024, -0.31818965), (0.81549317, -0.55557024, -0.16221167), (0.69351995, -0.70710677, -0.13794969), (0.69351995, -0.70710677, -0.13794969), (0.81549317, -0.55557024, -0.16221167), (0.8314696, -0.55557024, 0), (0.7071068, -0.7071068, 0), (0.8314696, -0.55557024, 0), (0.92387956, -0.38268346, 0), (0.90612745, -0.38268343, 0.18023996), (0.81549317, -0.55557024, 0.16221167), (0.81549317, -0.55557024, 0.16221167), (0.90612745, -0.38268343, 0.18023996), (0.8535534, -0.38268343, 0.35355338), (0.76817775, -0.55557024, 0.31818965), (0.76817775, -0.55557024, 0.31818965), (0.8535534, -0.38268343, 0.35355338), (0.76817775, -0.38268343, 0.51328), (0.6913417, -0.55557024, 0.46193975), (0.6913417, -0.55557024, 0.46193975), (0.76817775, -0.38268343, 0.51328), (0.6532815, -0.38268343, 0.6532815), (0.58793783, -0.5555703, 0.58793783), (0.58793783, -0.5555703, 0.58793783), (0.6532815, -0.38268343, 0.6532815), (0.51328, -0.38268343, 0.76817775), (0.46193975, -0.55557024, 0.6913417), (0.46193975, -0.55557024, 0.6913417), (0.51328, -0.38268343, 0.76817775), (0.35355338, -0.38268343, 0.8535534), (0.31818965, -0.55557024, 0.76817775), (0.31818965, -0.55557024, 0.76817775), (0.35355338, -0.38268343, 0.8535534), (0.18023996, -0.38268343, 0.90612745), (0.16221167, -0.55557024, 0.81549317), (0.16221167, -0.55557024, 0.81549317), (0.18023996, -0.38268343, 0.90612745), (5.657131e-17, -0.38268346, 0.92387956), (5.091283e-17, -0.55557024, 0.8314696), (5.091283e-17, -0.55557024, 0.8314696), (5.657131e-17, -0.38268346, 0.92387956), (-0.18023996, -0.38268343, 0.90612745), (-0.16221167, -0.55557024, 0.81549317), (-0.16221167, -0.55557024, 0.81549317), (-0.18023996, -0.38268343, 0.90612745), (-0.35355338, -0.38268343, 0.8535534), (-0.31818965, -0.55557024, 0.76817775), (-0.31818965, -0.55557024, 0.76817775), (-0.35355338, -0.38268343, 0.8535534), (-0.51328, -0.38268343, 0.76817775), (-0.46193975, -0.55557024, 0.6913417), (-0.46193975, -0.55557024, 0.6913417), (-0.51328, -0.38268343, 0.76817775), (-0.6532815, -0.38268343, 0.6532815), (-0.58793783, -0.5555703, 0.58793783), (-0.58793783, -0.5555703, 0.58793783), (-0.6532815, -0.38268343, 0.6532815), (-0.76817775, -0.38268343, 0.51328), (-0.6913417, -0.55557024, 0.46193975), (-0.6913417, -0.55557024, 0.46193975), (-0.76817775, -0.38268343, 0.51328), (-0.8535534, -0.38268343, 0.35355338), (-0.76817775, -0.55557024, 0.31818965), (-0.76817775, -0.55557024, 0.31818965), (-0.8535534, -0.38268343, 0.35355338), (-0.90612745, -0.38268343, 0.18023996), (-0.81549317, -0.55557024, 0.16221167), (-0.81549317, -0.55557024, 0.16221167), (-0.90612745, -0.38268343, 0.18023996), (-0.92387956, -0.38268346, 1.1314262e-16), (-0.8314696, -0.55557024, 1.0182566e-16), (-0.8314696, -0.55557024, 1.0182566e-16), (-0.92387956, -0.38268346, 1.1314262e-16), (-0.90612745, -0.38268343, -0.18023996), (-0.81549317, -0.55557024, -0.16221167), (-0.81549317, -0.55557024, -0.16221167), (-0.90612745, -0.38268343, -0.18023996), (-0.8535534, -0.38268343, -0.35355338), (-0.76817775, -0.55557024, -0.31818965), (-0.76817775, -0.55557024, -0.31818965), (-0.8535534, -0.38268343, -0.35355338), (-0.76817775, -0.38268343, -0.51328), (-0.6913417, -0.55557024, -0.46193975), (-0.6913417, -0.55557024, -0.46193975), (-0.76817775, -0.38268343, -0.51328), (-0.6532815, -0.38268343, -0.6532815), (-0.58793783, -0.5555703, -0.58793783), (-0.58793783, -0.5555703, -0.58793783), (-0.6532815, -0.38268343, -0.6532815), (-0.51328, -0.38268343, -0.76817775), (-0.46193975, -0.55557024, -0.6913417), (-0.46193975, -0.55557024, -0.6913417), (-0.51328, -0.38268343, -0.76817775), (-0.35355338, -0.38268343, -0.8535534), (-0.31818965, -0.55557024, -0.76817775), (-0.31818965, -0.55557024, -0.76817775), (-0.35355338, -0.38268343, -0.8535534), (-0.18023996, -0.38268343, -0.90612745), (-0.16221167, -0.55557024, -0.81549317), (-0.16221167, -0.55557024, -0.81549317), (-0.18023996, -0.38268343, -0.90612745), (-1.6971393e-16, -0.38268346, -0.92387956), (-1.5273849e-16, -0.55557024, -0.8314696), (-1.5273849e-16, -0.55557024, -0.8314696), (-1.6971393e-16, -0.38268346, -0.92387956), (0.18023996, -0.38268343, -0.90612745), (0.16221167, -0.55557024, -0.81549317), (0.16221167, -0.55557024, -0.81549317), (0.18023996, -0.38268343, -0.90612745), (0.35355338, -0.38268343, -0.8535534), (0.31818965, -0.55557024, -0.76817775), (0.31818965, -0.55557024, -0.76817775), (0.35355338, -0.38268343, -0.8535534), (0.51328, -0.38268343, -0.76817775), (0.46193975, -0.55557024, -0.6913417), (0.46193975, -0.55557024, -0.6913417), (0.51328, -0.38268343, -0.76817775), (0.6532815, -0.38268343, -0.6532815), (0.58793783, -0.5555703, -0.58793783), (0.58793783, -0.5555703, -0.58793783), (0.6532815, -0.38268343, -0.6532815), (0.76817775, -0.38268343, -0.51328), (0.6913417, -0.55557024, -0.46193975), (0.6913417, -0.55557024, -0.46193975), (0.76817775, -0.38268343, -0.51328), (0.8535534, -0.38268343, -0.35355338), (0.76817775, -0.55557024, -0.31818965), (0.76817775, -0.55557024, -0.31818965), (0.8535534, -0.38268343, -0.35355338), (0.90612745, -0.38268343, -0.18023996), (0.81549317, -0.55557024, -0.16221167), (0.81549317, -0.55557024, -0.16221167), (0.90612745, -0.38268343, -0.18023996), (0.92387956, -0.38268346, 0), (0.8314696, -0.55557024, 0), (0.92387956, -0.38268346, 0), (0.9807853, -0.19509034, 0), (0.96193975, -0.19509032, 0.19134171), (0.90612745, -0.38268343, 0.18023996), (0.90612745, -0.38268343, 0.18023996), (0.96193975, -0.19509032, 0.19134171), (0.90612745, -0.19509032, 0.37533027), (0.8535534, -0.38268343, 0.35355338), (0.8535534, -0.38268343, 0.35355338), (0.90612745, -0.19509032, 0.37533027), (0.81549317, -0.19509032, 0.5448951), (0.76817775, -0.38268343, 0.51328), (0.76817775, -0.38268343, 0.51328), (0.81549317, -0.19509032, 0.5448951), (0.69351995, -0.19509032, 0.69351995), (0.6532815, -0.38268343, 0.6532815), (0.6532815, -0.38268343, 0.6532815), (0.69351995, -0.19509032, 0.69351995), (0.5448951, -0.19509032, 0.81549317), (0.51328, -0.38268343, 0.76817775), (0.51328, -0.38268343, 0.76817775), (0.5448951, -0.19509032, 0.81549317), (0.37533027, -0.19509032, 0.90612745), (0.35355338, -0.38268343, 0.8535534), (0.35355338, -0.38268343, 0.8535534), (0.37533027, -0.19509032, 0.90612745), (0.19134173, -0.19509034, 0.9619398), (0.18023996, -0.38268343, 0.90612745), (0.18023996, -0.38268343, 0.90612745), (0.19134173, -0.19509034, 0.9619398), (6.005579e-17, -0.19509034, 0.9807853), (5.657131e-17, -0.38268346, 0.92387956), (5.657131e-17, -0.38268346, 0.92387956), (6.005579e-17, -0.19509034, 0.9807853), (-0.19134173, -0.19509034, 0.9619398), (-0.18023996, -0.38268343, 0.90612745), (-0.18023996, -0.38268343, 0.90612745), (-0.19134173, -0.19509034, 0.9619398), (-0.37533027, -0.19509032, 0.90612745), (-0.35355338, -0.38268343, 0.8535534), (-0.35355338, -0.38268343, 0.8535534), (-0.37533027, -0.19509032, 0.90612745), (-0.5448951, -0.19509032, 0.81549317), (-0.51328, -0.38268343, 0.76817775), (-0.51328, -0.38268343, 0.76817775), (-0.5448951, -0.19509032, 0.81549317), (-0.69351995, -0.19509032, 0.69351995), (-0.6532815, -0.38268343, 0.6532815), (-0.6532815, -0.38268343, 0.6532815), (-0.69351995, -0.19509032, 0.69351995), (-0.81549317, -0.19509032, 0.5448951), (-0.76817775, -0.38268343, 0.51328), (-0.76817775, -0.38268343, 0.51328), (-0.81549317, -0.19509032, 0.5448951), (-0.90612745, -0.19509032, 0.37533027), (-0.8535534, -0.38268343, 0.35355338), (-0.8535534, -0.38268343, 0.35355338), (-0.90612745, -0.19509032, 0.37533027), (-0.96193975, -0.19509032, 0.19134171), (-0.90612745, -0.38268343, 0.18023996), (-0.90612745, -0.38268343, 0.18023996), (-0.96193975, -0.19509032, 0.19134171), (-0.9807853, -0.19509034, 1.2011157e-16), (-0.92387956, -0.38268346, 1.1314262e-16), (-0.92387956, -0.38268346, 1.1314262e-16), (-0.9807853, -0.19509034, 1.2011157e-16), (-0.96193975, -0.19509032, -0.19134171), (-0.90612745, -0.38268343, -0.18023996), (-0.90612745, -0.38268343, -0.18023996), (-0.96193975, -0.19509032, -0.19134171), (-0.90612745, -0.19509032, -0.37533027), (-0.8535534, -0.38268343, -0.35355338), (-0.8535534, -0.38268343, -0.35355338), (-0.90612745, -0.19509032, -0.37533027), (-0.81549317, -0.19509032, -0.5448951), (-0.76817775, -0.38268343, -0.51328), (-0.76817775, -0.38268343, -0.51328), (-0.81549317, -0.19509032, -0.5448951), (-0.69351995, -0.19509032, -0.69351995), (-0.6532815, -0.38268343, -0.6532815), (-0.6532815, -0.38268343, -0.6532815), (-0.69351995, -0.19509032, -0.69351995), (-0.5448951, -0.19509032, -0.81549317), (-0.51328, -0.38268343, -0.76817775), (-0.51328, -0.38268343, -0.76817775), (-0.5448951, -0.19509032, -0.81549317), (-0.37533027, -0.19509032, -0.90612745), (-0.35355338, -0.38268343, -0.8535534), (-0.35355338, -0.38268343, -0.8535534), (-0.37533027, -0.19509032, -0.90612745), (-0.19134173, -0.19509034, -0.9619398), (-0.18023996, -0.38268343, -0.90612745), (-0.18023996, -0.38268343, -0.90612745), (-0.19134173, -0.19509034, -0.9619398), (-1.8016735e-16, -0.19509034, -0.9807853), (-1.6971393e-16, -0.38268346, -0.92387956), (-1.6971393e-16, -0.38268346, -0.92387956), (-1.8016735e-16, -0.19509034, -0.9807853), (0.19134173, -0.19509034, -0.9619398), (0.18023996, -0.38268343, -0.90612745), (0.18023996, -0.38268343, -0.90612745), (0.19134173, -0.19509034, -0.9619398), (0.37533027, -0.19509032, -0.90612745), (0.35355338, -0.38268343, -0.8535534), (0.35355338, -0.38268343, -0.8535534), (0.37533027, -0.19509032, -0.90612745), (0.5448951, -0.19509032, -0.81549317), (0.51328, -0.38268343, -0.76817775), (0.51328, -0.38268343, -0.76817775), (0.5448951, -0.19509032, -0.81549317), (0.69351995, -0.19509032, -0.69351995), (0.6532815, -0.38268343, -0.6532815), (0.6532815, -0.38268343, -0.6532815), (0.69351995, -0.19509032, -0.69351995), (0.81549317, -0.19509032, -0.5448951), (0.76817775, -0.38268343, -0.51328), (0.76817775, -0.38268343, -0.51328), (0.81549317, -0.19509032, -0.5448951), (0.90612745, -0.19509032, -0.37533027), (0.8535534, -0.38268343, -0.35355338), (0.8535534, -0.38268343, -0.35355338), (0.90612745, -0.19509032, -0.37533027), (0.96193975, -0.19509032, -0.19134171), (0.90612745, -0.38268343, -0.18023996), (0.90612745, -0.38268343, -0.18023996), (0.96193975, -0.19509032, -0.19134171), (0.9807853, -0.19509034, 0), (0.92387956, -0.38268346, 0), (0.9807853, -0.19509034, 0), (1, 0, 0), (0.9807853, 0, 0.19509034), (0.96193975, -0.19509032, 0.19134171), (0.96193975, -0.19509032, 0.19134171), (0.9807853, 0, 0.19509034), (0.92387956, 0, 0.38268346), (0.90612745, -0.19509032, 0.37533027), (0.90612745, -0.19509032, 0.37533027), (0.92387956, 0, 0.38268346), (0.8314696, 0, 0.55557024), (0.81549317, -0.19509032, 0.5448951), (0.81549317, -0.19509032, 0.5448951), (0.8314696, 0, 0.55557024), (0.7071068, 0, 0.7071068), (0.69351995, -0.19509032, 0.69351995), (0.69351995, -0.19509032, 0.69351995), (0.7071068, 0, 0.7071068), (0.55557024, 0, 0.8314696), (0.5448951, -0.19509032, 0.81549317), (0.5448951, -0.19509032, 0.81549317), (0.55557024, 0, 0.8314696), (0.38268346, 0, 0.92387956), (0.37533027, -0.19509032, 0.90612745), (0.37533027, -0.19509032, 0.90612745), (0.38268346, 0, 0.92387956), (0.19509034, 0, 0.9807853), (0.19134173, -0.19509034, 0.9619398), (0.19134173, -0.19509034, 0.9619398), (0.19509034, 0, 0.9807853), (6.123234e-17, 0, 1), (6.005579e-17, -0.19509034, 0.9807853), (6.005579e-17, -0.19509034, 0.9807853), (6.123234e-17, 0, 1), (-0.19509034, 0, 0.9807853), (-0.19134173, -0.19509034, 0.9619398), (-0.19134173, -0.19509034, 0.9619398), (-0.19509034, 0, 0.9807853), (-0.38268346, 0, 0.92387956), (-0.37533027, -0.19509032, 0.90612745), (-0.37533027, -0.19509032, 0.90612745), (-0.38268346, 0, 0.92387956), (-0.55557024, 0, 0.8314696), (-0.5448951, -0.19509032, 0.81549317), (-0.5448951, -0.19509032, 0.81549317), (-0.55557024, 0, 0.8314696), (-0.7071068, 0, 0.7071068), (-0.69351995, -0.19509032, 0.69351995), (-0.69351995, -0.19509032, 0.69351995), (-0.7071068, 0, 0.7071068), (-0.8314696, 0, 0.55557024), (-0.81549317, -0.19509032, 0.5448951), (-0.81549317, -0.19509032, 0.5448951), (-0.8314696, 0, 0.55557024), (-0.92387956, 0, 0.38268346), (-0.90612745, -0.19509032, 0.37533027), (-0.90612745, -0.19509032, 0.37533027), (-0.92387956, 0, 0.38268346), (-0.9807853, 0, 0.19509034), (-0.96193975, -0.19509032, 0.19134171), (-0.96193975, -0.19509032, 0.19134171), (-0.9807853, 0, 0.19509034), (-1, 0, 1.2246469e-16), (-0.9807853, -0.19509034, 1.2011157e-16), (-0.9807853, -0.19509034, 1.2011157e-16), (-1, 0, 1.2246469e-16), (-0.9807853, 0, -0.19509034), (-0.96193975, -0.19509032, -0.19134171), (-0.96193975, -0.19509032, -0.19134171), (-0.9807853, 0, -0.19509034), (-0.92387956, 0, -0.38268346), (-0.90612745, -0.19509032, -0.37533027), (-0.90612745, -0.19509032, -0.37533027), (-0.92387956, 0, -0.38268346), (-0.8314696, 0, -0.55557024), (-0.81549317, -0.19509032, -0.5448951), (-0.81549317, -0.19509032, -0.5448951), (-0.8314696, 0, -0.55557024), (-0.7071068, 0, -0.7071068), (-0.69351995, -0.19509032, -0.69351995), (-0.69351995, -0.19509032, -0.69351995), (-0.7071068, 0, -0.7071068), (-0.55557024, 0, -0.8314696), (-0.5448951, -0.19509032, -0.81549317), (-0.5448951, -0.19509032, -0.81549317), (-0.55557024, 0, -0.8314696), (-0.38268346, 0, -0.92387956), (-0.37533027, -0.19509032, -0.90612745), (-0.37533027, -0.19509032, -0.90612745), (-0.38268346, 0, -0.92387956), (-0.19509034, 0, -0.9807853), (-0.19134173, -0.19509034, -0.9619398), (-0.19134173, -0.19509034, -0.9619398), (-0.19509034, 0, -0.9807853), (-1.8369701e-16, 0, -1), (-1.8016735e-16, -0.19509034, -0.9807853), (-1.8016735e-16, -0.19509034, -0.9807853), (-1.8369701e-16, 0, -1), (0.19509034, 0, -0.9807853), (0.19134173, -0.19509034, -0.9619398), (0.19134173, -0.19509034, -0.9619398), (0.19509034, 0, -0.9807853), (0.38268346, 0, -0.92387956), (0.37533027, -0.19509032, -0.90612745), (0.37533027, -0.19509032, -0.90612745), (0.38268346, 0, -0.92387956), (0.55557024, 0, -0.8314696), (0.5448951, -0.19509032, -0.81549317), (0.5448951, -0.19509032, -0.81549317), (0.55557024, 0, -0.8314696), (0.7071068, 0, -0.7071068), (0.69351995, -0.19509032, -0.69351995), (0.69351995, -0.19509032, -0.69351995), (0.7071068, 0, -0.7071068), (0.8314696, 0, -0.55557024), (0.81549317, -0.19509032, -0.5448951), (0.81549317, -0.19509032, -0.5448951), (0.8314696, 0, -0.55557024), (0.92387956, 0, -0.38268346), (0.90612745, -0.19509032, -0.37533027), (0.90612745, -0.19509032, -0.37533027), (0.92387956, 0, -0.38268346), (0.9807853, 0, -0.19509034), (0.96193975, -0.19509032, -0.19134171), (0.96193975, -0.19509032, -0.19134171), (0.9807853, 0, -0.19509034), (1, 0, 0), (0.9807853, -0.19509034, 0), (1, 0, 0), (0.9807853, 0.19509034, 0), (0.96193975, 0.19509032, 0.19134171), (0.9807853, 0, 0.19509034), (0.9807853, 0, 0.19509034), (0.96193975, 0.19509032, 0.19134171), (0.90612745, 0.19509032, 0.37533027), (0.92387956, 0, 0.38268346), (0.92387956, 0, 0.38268346), (0.90612745, 0.19509032, 0.37533027), (0.81549317, 0.19509032, 0.5448951), (0.8314696, 0, 0.55557024), (0.8314696, 0, 0.55557024), (0.81549317, 0.19509032, 0.5448951), (0.69351995, 0.19509032, 0.69351995), (0.7071068, 0, 0.7071068), (0.7071068, 0, 0.7071068), (0.69351995, 0.19509032, 0.69351995), (0.5448951, 0.19509032, 0.81549317), (0.55557024, 0, 0.8314696), (0.55557024, 0, 0.8314696), (0.5448951, 0.19509032, 0.81549317), (0.37533027, 0.19509032, 0.90612745), (0.38268346, 0, 0.92387956), (0.38268346, 0, 0.92387956), (0.37533027, 0.19509032, 0.90612745), (0.19134173, 0.19509034, 0.9619398), (0.19509034, 0, 0.9807853), (0.19509034, 0, 0.9807853), (0.19134173, 0.19509034, 0.9619398), (6.005579e-17, 0.19509034, 0.9807853), (6.123234e-17, 0, 1), (6.123234e-17, 0, 1), (6.005579e-17, 0.19509034, 0.9807853), (-0.19134173, 0.19509034, 0.9619398), (-0.19509034, 0, 0.9807853), (-0.19509034, 0, 0.9807853), (-0.19134173, 0.19509034, 0.9619398), (-0.37533027, 0.19509032, 0.90612745), (-0.38268346, 0, 0.92387956), (-0.38268346, 0, 0.92387956), (-0.37533027, 0.19509032, 0.90612745), (-0.5448951, 0.19509032, 0.81549317), (-0.55557024, 0, 0.8314696), (-0.55557024, 0, 0.8314696), (-0.5448951, 0.19509032, 0.81549317), (-0.69351995, 0.19509032, 0.69351995), (-0.7071068, 0, 0.7071068), (-0.7071068, 0, 0.7071068), (-0.69351995, 0.19509032, 0.69351995), (-0.81549317, 0.19509032, 0.5448951), (-0.8314696, 0, 0.55557024), (-0.8314696, 0, 0.55557024), (-0.81549317, 0.19509032, 0.5448951), (-0.90612745, 0.19509032, 0.37533027), (-0.92387956, 0, 0.38268346), (-0.92387956, 0, 0.38268346), (-0.90612745, 0.19509032, 0.37533027), (-0.96193975, 0.19509032, 0.19134171), (-0.9807853, 0, 0.19509034), (-0.9807853, 0, 0.19509034), (-0.96193975, 0.19509032, 0.19134171), (-0.9807853, 0.19509034, 1.2011157e-16), (-1, 0, 1.2246469e-16), (-1, 0, 1.2246469e-16), (-0.9807853, 0.19509034, 1.2011157e-16), (-0.96193975, 0.19509032, -0.19134171), (-0.9807853, 0, -0.19509034), (-0.9807853, 0, -0.19509034), (-0.96193975, 0.19509032, -0.19134171), (-0.90612745, 0.19509032, -0.37533027), (-0.92387956, 0, -0.38268346), (-0.92387956, 0, -0.38268346), (-0.90612745, 0.19509032, -0.37533027), (-0.81549317, 0.19509032, -0.5448951), (-0.8314696, 0, -0.55557024), (-0.8314696, 0, -0.55557024), (-0.81549317, 0.19509032, -0.5448951), (-0.69351995, 0.19509032, -0.69351995), (-0.7071068, 0, -0.7071068), (-0.7071068, 0, -0.7071068), (-0.69351995, 0.19509032, -0.69351995), (-0.5448951, 0.19509032, -0.81549317), (-0.55557024, 0, -0.8314696), (-0.55557024, 0, -0.8314696), (-0.5448951, 0.19509032, -0.81549317), (-0.37533027, 0.19509032, -0.90612745), (-0.38268346, 0, -0.92387956), (-0.38268346, 0, -0.92387956), (-0.37533027, 0.19509032, -0.90612745), (-0.19134173, 0.19509034, -0.9619398), (-0.19509034, 0, -0.9807853), (-0.19509034, 0, -0.9807853), (-0.19134173, 0.19509034, -0.9619398), (-1.8016735e-16, 0.19509034, -0.9807853), (-1.8369701e-16, 0, -1), (-1.8369701e-16, 0, -1), (-1.8016735e-16, 0.19509034, -0.9807853), (0.19134173, 0.19509034, -0.9619398), (0.19509034, 0, -0.9807853), (0.19509034, 0, -0.9807853), (0.19134173, 0.19509034, -0.9619398), (0.37533027, 0.19509032, -0.90612745), (0.38268346, 0, -0.92387956), (0.38268346, 0, -0.92387956), (0.37533027, 0.19509032, -0.90612745), (0.5448951, 0.19509032, -0.81549317), (0.55557024, 0, -0.8314696), (0.55557024, 0, -0.8314696), (0.5448951, 0.19509032, -0.81549317), (0.69351995, 0.19509032, -0.69351995), (0.7071068, 0, -0.7071068), (0.7071068, 0, -0.7071068), (0.69351995, 0.19509032, -0.69351995), (0.81549317, 0.19509032, -0.5448951), (0.8314696, 0, -0.55557024), (0.8314696, 0, -0.55557024), (0.81549317, 0.19509032, -0.5448951), (0.90612745, 0.19509032, -0.37533027), (0.92387956, 0, -0.38268346), (0.92387956, 0, -0.38268346), (0.90612745, 0.19509032, -0.37533027), (0.96193975, 0.19509032, -0.19134171), (0.9807853, 0, -0.19509034), (0.9807853, 0, -0.19509034), (0.96193975, 0.19509032, -0.19134171), (0.9807853, 0.19509034, 0), (1, 0, 0), (0.9807853, 0.19509034, 0), (0.92387956, 0.38268346, 0), (0.90612745, 0.38268343, 0.18023996), (0.96193975, 0.19509032, 0.19134171), (0.96193975, 0.19509032, 0.19134171), (0.90612745, 0.38268343, 0.18023996), (0.8535534, 0.38268343, 0.35355338), (0.90612745, 0.19509032, 0.37533027), (0.90612745, 0.19509032, 0.37533027), (0.8535534, 0.38268343, 0.35355338), (0.76817775, 0.38268343, 0.51328), (0.81549317, 0.19509032, 0.5448951), (0.81549317, 0.19509032, 0.5448951), (0.76817775, 0.38268343, 0.51328), (0.6532815, 0.38268343, 0.6532815), (0.69351995, 0.19509032, 0.69351995), (0.69351995, 0.19509032, 0.69351995), (0.6532815, 0.38268343, 0.6532815), (0.51328, 0.38268343, 0.76817775), (0.5448951, 0.19509032, 0.81549317), (0.5448951, 0.19509032, 0.81549317), (0.51328, 0.38268343, 0.76817775), (0.35355338, 0.38268343, 0.8535534), (0.37533027, 0.19509032, 0.90612745), (0.37533027, 0.19509032, 0.90612745), (0.35355338, 0.38268343, 0.8535534), (0.18023996, 0.38268343, 0.90612745), (0.19134173, 0.19509034, 0.9619398), (0.19134173, 0.19509034, 0.9619398), (0.18023996, 0.38268343, 0.90612745), (5.657131e-17, 0.38268346, 0.92387956), (6.005579e-17, 0.19509034, 0.9807853), (6.005579e-17, 0.19509034, 0.9807853), (5.657131e-17, 0.38268346, 0.92387956), (-0.18023996, 0.38268343, 0.90612745), (-0.19134173, 0.19509034, 0.9619398), (-0.19134173, 0.19509034, 0.9619398), (-0.18023996, 0.38268343, 0.90612745), (-0.35355338, 0.38268343, 0.8535534), (-0.37533027, 0.19509032, 0.90612745), (-0.37533027, 0.19509032, 0.90612745), (-0.35355338, 0.38268343, 0.8535534), (-0.51328, 0.38268343, 0.76817775), (-0.5448951, 0.19509032, 0.81549317), (-0.5448951, 0.19509032, 0.81549317), (-0.51328, 0.38268343, 0.76817775), (-0.6532815, 0.38268343, 0.6532815), (-0.69351995, 0.19509032, 0.69351995), (-0.69351995, 0.19509032, 0.69351995), (-0.6532815, 0.38268343, 0.6532815), (-0.76817775, 0.38268343, 0.51328), (-0.81549317, 0.19509032, 0.5448951), (-0.81549317, 0.19509032, 0.5448951), (-0.76817775, 0.38268343, 0.51328), (-0.8535534, 0.38268343, 0.35355338), (-0.90612745, 0.19509032, 0.37533027), (-0.90612745, 0.19509032, 0.37533027), (-0.8535534, 0.38268343, 0.35355338), (-0.90612745, 0.38268343, 0.18023996), (-0.96193975, 0.19509032, 0.19134171), (-0.96193975, 0.19509032, 0.19134171), (-0.90612745, 0.38268343, 0.18023996), (-0.92387956, 0.38268346, 1.1314262e-16), (-0.9807853, 0.19509034, 1.2011157e-16), (-0.9807853, 0.19509034, 1.2011157e-16), (-0.92387956, 0.38268346, 1.1314262e-16), (-0.90612745, 0.38268343, -0.18023996), (-0.96193975, 0.19509032, -0.19134171), (-0.96193975, 0.19509032, -0.19134171), (-0.90612745, 0.38268343, -0.18023996), (-0.8535534, 0.38268343, -0.35355338), (-0.90612745, 0.19509032, -0.37533027), (-0.90612745, 0.19509032, -0.37533027), (-0.8535534, 0.38268343, -0.35355338), (-0.76817775, 0.38268343, -0.51328), (-0.81549317, 0.19509032, -0.5448951), (-0.81549317, 0.19509032, -0.5448951), (-0.76817775, 0.38268343, -0.51328), (-0.6532815, 0.38268343, -0.6532815), (-0.69351995, 0.19509032, -0.69351995), (-0.69351995, 0.19509032, -0.69351995), (-0.6532815, 0.38268343, -0.6532815), (-0.51328, 0.38268343, -0.76817775), (-0.5448951, 0.19509032, -0.81549317), (-0.5448951, 0.19509032, -0.81549317), (-0.51328, 0.38268343, -0.76817775), (-0.35355338, 0.38268343, -0.8535534), (-0.37533027, 0.19509032, -0.90612745), (-0.37533027, 0.19509032, -0.90612745), (-0.35355338, 0.38268343, -0.8535534), (-0.18023996, 0.38268343, -0.90612745), (-0.19134173, 0.19509034, -0.9619398), (-0.19134173, 0.19509034, -0.9619398), (-0.18023996, 0.38268343, -0.90612745), (-1.6971393e-16, 0.38268346, -0.92387956), (-1.8016735e-16, 0.19509034, -0.9807853), (-1.8016735e-16, 0.19509034, -0.9807853), (-1.6971393e-16, 0.38268346, -0.92387956), (0.18023996, 0.38268343, -0.90612745), (0.19134173, 0.19509034, -0.9619398), (0.19134173, 0.19509034, -0.9619398), (0.18023996, 0.38268343, -0.90612745), (0.35355338, 0.38268343, -0.8535534), (0.37533027, 0.19509032, -0.90612745), (0.37533027, 0.19509032, -0.90612745), (0.35355338, 0.38268343, -0.8535534), (0.51328, 0.38268343, -0.76817775), (0.5448951, 0.19509032, -0.81549317), (0.5448951, 0.19509032, -0.81549317), (0.51328, 0.38268343, -0.76817775), (0.6532815, 0.38268343, -0.6532815), (0.69351995, 0.19509032, -0.69351995), (0.69351995, 0.19509032, -0.69351995), (0.6532815, 0.38268343, -0.6532815), (0.76817775, 0.38268343, -0.51328), (0.81549317, 0.19509032, -0.5448951), (0.81549317, 0.19509032, -0.5448951), (0.76817775, 0.38268343, -0.51328), (0.8535534, 0.38268343, -0.35355338), (0.90612745, 0.19509032, -0.37533027), (0.90612745, 0.19509032, -0.37533027), (0.8535534, 0.38268343, -0.35355338), (0.90612745, 0.38268343, -0.18023996), (0.96193975, 0.19509032, -0.19134171), (0.96193975, 0.19509032, -0.19134171), (0.90612745, 0.38268343, -0.18023996), (0.92387956, 0.38268346, 0), (0.9807853, 0.19509034, 0), (0.92387956, 0.38268346, 0), (0.8314696, 0.55557024, 0), (0.81549317, 0.55557024, 0.16221167), (0.90612745, 0.38268343, 0.18023996), (0.90612745, 0.38268343, 0.18023996), (0.81549317, 0.55557024, 0.16221167), (0.76817775, 0.55557024, 0.31818965), (0.8535534, 0.38268343, 0.35355338), (0.8535534, 0.38268343, 0.35355338), (0.76817775, 0.55557024, 0.31818965), (0.6913417, 0.55557024, 0.46193975), (0.76817775, 0.38268343, 0.51328), (0.76817775, 0.38268343, 0.51328), (0.6913417, 0.55557024, 0.46193975), (0.58793783, 0.5555703, 0.58793783), (0.6532815, 0.38268343, 0.6532815), (0.6532815, 0.38268343, 0.6532815), (0.58793783, 0.5555703, 0.58793783), (0.46193975, 0.55557024, 0.6913417), (0.51328, 0.38268343, 0.76817775), (0.51328, 0.38268343, 0.76817775), (0.46193975, 0.55557024, 0.6913417), (0.31818965, 0.55557024, 0.76817775), (0.35355338, 0.38268343, 0.8535534), (0.35355338, 0.38268343, 0.8535534), (0.31818965, 0.55557024, 0.76817775), (0.16221167, 0.55557024, 0.81549317), (0.18023996, 0.38268343, 0.90612745), (0.18023996, 0.38268343, 0.90612745), (0.16221167, 0.55557024, 0.81549317), (5.091283e-17, 0.55557024, 0.8314696), (5.657131e-17, 0.38268346, 0.92387956), (5.657131e-17, 0.38268346, 0.92387956), (5.091283e-17, 0.55557024, 0.8314696), (-0.16221167, 0.55557024, 0.81549317), (-0.18023996, 0.38268343, 0.90612745), (-0.18023996, 0.38268343, 0.90612745), (-0.16221167, 0.55557024, 0.81549317), (-0.31818965, 0.55557024, 0.76817775), (-0.35355338, 0.38268343, 0.8535534), (-0.35355338, 0.38268343, 0.8535534), (-0.31818965, 0.55557024, 0.76817775), (-0.46193975, 0.55557024, 0.6913417), (-0.51328, 0.38268343, 0.76817775), (-0.51328, 0.38268343, 0.76817775), (-0.46193975, 0.55557024, 0.6913417), (-0.58793783, 0.5555703, 0.58793783), (-0.6532815, 0.38268343, 0.6532815), (-0.6532815, 0.38268343, 0.6532815), (-0.58793783, 0.5555703, 0.58793783), (-0.6913417, 0.55557024, 0.46193975), (-0.76817775, 0.38268343, 0.51328), (-0.76817775, 0.38268343, 0.51328), (-0.6913417, 0.55557024, 0.46193975), (-0.76817775, 0.55557024, 0.31818965), (-0.8535534, 0.38268343, 0.35355338), (-0.8535534, 0.38268343, 0.35355338), (-0.76817775, 0.55557024, 0.31818965), (-0.81549317, 0.55557024, 0.16221167), (-0.90612745, 0.38268343, 0.18023996), (-0.90612745, 0.38268343, 0.18023996), (-0.81549317, 0.55557024, 0.16221167), (-0.8314696, 0.55557024, 1.0182566e-16), (-0.92387956, 0.38268346, 1.1314262e-16), (-0.92387956, 0.38268346, 1.1314262e-16), (-0.8314696, 0.55557024, 1.0182566e-16), (-0.81549317, 0.55557024, -0.16221167), (-0.90612745, 0.38268343, -0.18023996), (-0.90612745, 0.38268343, -0.18023996), (-0.81549317, 0.55557024, -0.16221167), (-0.76817775, 0.55557024, -0.31818965), (-0.8535534, 0.38268343, -0.35355338), (-0.8535534, 0.38268343, -0.35355338), (-0.76817775, 0.55557024, -0.31818965), (-0.6913417, 0.55557024, -0.46193975), (-0.76817775, 0.38268343, -0.51328), (-0.76817775, 0.38268343, -0.51328), (-0.6913417, 0.55557024, -0.46193975), (-0.58793783, 0.5555703, -0.58793783), (-0.6532815, 0.38268343, -0.6532815), (-0.6532815, 0.38268343, -0.6532815), (-0.58793783, 0.5555703, -0.58793783), (-0.46193975, 0.55557024, -0.6913417), (-0.51328, 0.38268343, -0.76817775), (-0.51328, 0.38268343, -0.76817775), (-0.46193975, 0.55557024, -0.6913417), (-0.31818965, 0.55557024, -0.76817775), (-0.35355338, 0.38268343, -0.8535534), (-0.35355338, 0.38268343, -0.8535534), (-0.31818965, 0.55557024, -0.76817775), (-0.16221167, 0.55557024, -0.81549317), (-0.18023996, 0.38268343, -0.90612745), (-0.18023996, 0.38268343, -0.90612745), (-0.16221167, 0.55557024, -0.81549317), (-1.5273849e-16, 0.55557024, -0.8314696), (-1.6971393e-16, 0.38268346, -0.92387956), (-1.6971393e-16, 0.38268346, -0.92387956), (-1.5273849e-16, 0.55557024, -0.8314696), (0.16221167, 0.55557024, -0.81549317), (0.18023996, 0.38268343, -0.90612745), (0.18023996, 0.38268343, -0.90612745), (0.16221167, 0.55557024, -0.81549317), (0.31818965, 0.55557024, -0.76817775), (0.35355338, 0.38268343, -0.8535534), (0.35355338, 0.38268343, -0.8535534), (0.31818965, 0.55557024, -0.76817775), (0.46193975, 0.55557024, -0.6913417), (0.51328, 0.38268343, -0.76817775), (0.51328, 0.38268343, -0.76817775), (0.46193975, 0.55557024, -0.6913417), (0.58793783, 0.5555703, -0.58793783), (0.6532815, 0.38268343, -0.6532815), (0.6532815, 0.38268343, -0.6532815), (0.58793783, 0.5555703, -0.58793783), (0.6913417, 0.55557024, -0.46193975), (0.76817775, 0.38268343, -0.51328), (0.76817775, 0.38268343, -0.51328), (0.6913417, 0.55557024, -0.46193975), (0.76817775, 0.55557024, -0.31818965), (0.8535534, 0.38268343, -0.35355338), (0.8535534, 0.38268343, -0.35355338), (0.76817775, 0.55557024, -0.31818965), (0.81549317, 0.55557024, -0.16221167), (0.90612745, 0.38268343, -0.18023996), (0.90612745, 0.38268343, -0.18023996), (0.81549317, 0.55557024, -0.16221167), (0.8314696, 0.55557024, 0), (0.92387956, 0.38268346, 0), (0.8314696, 0.55557024, 0), (0.7071068, 0.7071068, 0), (0.69351995, 0.70710677, 0.13794969), (0.81549317, 0.55557024, 0.16221167), (0.81549317, 0.55557024, 0.16221167), (0.69351995, 0.70710677, 0.13794969), (0.6532815, 0.70710677, 0.27059805), (0.76817775, 0.55557024, 0.31818965), (0.76817775, 0.55557024, 0.31818965), (0.6532815, 0.70710677, 0.27059805), (0.58793783, 0.7071068, 0.3928475), (0.6913417, 0.55557024, 0.46193975), (0.6913417, 0.55557024, 0.46193975), (0.58793783, 0.7071068, 0.3928475), (0.5, 0.70710677, 0.5), (0.58793783, 0.5555703, 0.58793783), (0.58793783, 0.5555703, 0.58793783), (0.5, 0.70710677, 0.5), (0.3928475, 0.7071068, 0.58793783), (0.46193975, 0.55557024, 0.6913417), (0.46193975, 0.55557024, 0.6913417), (0.3928475, 0.7071068, 0.58793783), (0.27059805, 0.70710677, 0.6532815), (0.31818965, 0.55557024, 0.76817775), (0.31818965, 0.55557024, 0.76817775), (0.27059805, 0.70710677, 0.6532815), (0.13794969, 0.70710677, 0.69351995), (0.16221167, 0.55557024, 0.81549317), (0.16221167, 0.55557024, 0.81549317), (0.13794969, 0.70710677, 0.69351995), (4.3297806e-17, 0.7071068, 0.7071068), (5.091283e-17, 0.55557024, 0.8314696), (5.091283e-17, 0.55557024, 0.8314696), (4.3297806e-17, 0.7071068, 0.7071068), (-0.13794969, 0.70710677, 0.69351995), (-0.16221167, 0.55557024, 0.81549317), (-0.16221167, 0.55557024, 0.81549317), (-0.13794969, 0.70710677, 0.69351995), (-0.27059805, 0.70710677, 0.6532815), (-0.31818965, 0.55557024, 0.76817775), (-0.31818965, 0.55557024, 0.76817775), (-0.27059805, 0.70710677, 0.6532815), (-0.3928475, 0.7071068, 0.58793783), (-0.46193975, 0.55557024, 0.6913417), (-0.46193975, 0.55557024, 0.6913417), (-0.3928475, 0.7071068, 0.58793783), (-0.5, 0.70710677, 0.5), (-0.58793783, 0.5555703, 0.58793783), (-0.58793783, 0.5555703, 0.58793783), (-0.5, 0.70710677, 0.5), (-0.58793783, 0.7071068, 0.3928475), (-0.6913417, 0.55557024, 0.46193975), (-0.6913417, 0.55557024, 0.46193975), (-0.58793783, 0.7071068, 0.3928475), (-0.6532815, 0.70710677, 0.27059805), (-0.76817775, 0.55557024, 0.31818965), (-0.76817775, 0.55557024, 0.31818965), (-0.6532815, 0.70710677, 0.27059805), (-0.69351995, 0.70710677, 0.13794969), (-0.81549317, 0.55557024, 0.16221167), (-0.81549317, 0.55557024, 0.16221167), (-0.69351995, 0.70710677, 0.13794969), (-0.7071068, 0.7071068, 8.659561e-17), (-0.8314696, 0.55557024, 1.0182566e-16), (-0.8314696, 0.55557024, 1.0182566e-16), (-0.7071068, 0.7071068, 8.659561e-17), (-0.69351995, 0.70710677, -0.13794969), (-0.81549317, 0.55557024, -0.16221167), (-0.81549317, 0.55557024, -0.16221167), (-0.69351995, 0.70710677, -0.13794969), (-0.6532815, 0.70710677, -0.27059805), (-0.76817775, 0.55557024, -0.31818965), (-0.76817775, 0.55557024, -0.31818965), (-0.6532815, 0.70710677, -0.27059805), (-0.58793783, 0.7071068, -0.3928475), (-0.6913417, 0.55557024, -0.46193975), (-0.6913417, 0.55557024, -0.46193975), (-0.58793783, 0.7071068, -0.3928475), (-0.5, 0.70710677, -0.5), (-0.58793783, 0.5555703, -0.58793783), (-0.58793783, 0.5555703, -0.58793783), (-0.5, 0.70710677, -0.5), (-0.3928475, 0.7071068, -0.58793783), (-0.46193975, 0.55557024, -0.6913417), (-0.46193975, 0.55557024, -0.6913417), (-0.3928475, 0.7071068, -0.58793783), (-0.27059805, 0.70710677, -0.6532815), (-0.31818965, 0.55557024, -0.76817775), (-0.31818965, 0.55557024, -0.76817775), (-0.27059805, 0.70710677, -0.6532815), (-0.13794969, 0.70710677, -0.69351995), (-0.16221167, 0.55557024, -0.81549317), (-0.16221167, 0.55557024, -0.81549317), (-0.13794969, 0.70710677, -0.69351995), (-1.2989342e-16, 0.7071068, -0.7071068), (-1.5273849e-16, 0.55557024, -0.8314696), (-1.5273849e-16, 0.55557024, -0.8314696), (-1.2989342e-16, 0.7071068, -0.7071068), (0.13794969, 0.70710677, -0.69351995), (0.16221167, 0.55557024, -0.81549317), (0.16221167, 0.55557024, -0.81549317), (0.13794969, 0.70710677, -0.69351995), (0.27059805, 0.70710677, -0.6532815), (0.31818965, 0.55557024, -0.76817775), (0.31818965, 0.55557024, -0.76817775), (0.27059805, 0.70710677, -0.6532815), (0.3928475, 0.7071068, -0.58793783), (0.46193975, 0.55557024, -0.6913417), (0.46193975, 0.55557024, -0.6913417), (0.3928475, 0.7071068, -0.58793783), (0.5, 0.70710677, -0.5), (0.58793783, 0.5555703, -0.58793783), (0.58793783, 0.5555703, -0.58793783), (0.5, 0.70710677, -0.5), (0.58793783, 0.7071068, -0.3928475), (0.6913417, 0.55557024, -0.46193975), (0.6913417, 0.55557024, -0.46193975), (0.58793783, 0.7071068, -0.3928475), (0.6532815, 0.70710677, -0.27059805), (0.76817775, 0.55557024, -0.31818965), (0.76817775, 0.55557024, -0.31818965), (0.6532815, 0.70710677, -0.27059805), (0.69351995, 0.70710677, -0.13794969), (0.81549317, 0.55557024, -0.16221167), (0.81549317, 0.55557024, -0.16221167), (0.69351995, 0.70710677, -0.13794969), (0.7071068, 0.7071068, 0), (0.8314696, 0.55557024, 0), (0.7071068, 0.7071068, 0), (0.55557024, 0.8314696, 0), (0.5448951, 0.8314696, 0.108386375), (0.69351995, 0.70710677, 0.13794969), (0.69351995, 0.70710677, 0.13794969), (0.5448951, 0.8314696, 0.108386375), (0.51328, 0.8314696, 0.21260752), (0.6532815, 0.70710677, 0.27059805), (0.6532815, 0.70710677, 0.27059805), (0.51328, 0.8314696, 0.21260752), (0.46193978, 0.83146966, 0.3086583), (0.58793783, 0.7071068, 0.3928475), (0.58793783, 0.7071068, 0.3928475), (0.46193978, 0.83146966, 0.3086583), (0.3928475, 0.83146966, 0.3928475), (0.5, 0.70710677, 0.5), (0.5, 0.70710677, 0.5), (0.3928475, 0.83146966, 0.3928475), (0.3086583, 0.83146966, 0.46193978), (0.3928475, 0.7071068, 0.58793783), (0.3928475, 0.7071068, 0.58793783), (0.3086583, 0.83146966, 0.46193978), (0.21260752, 0.8314696, 0.51328), (0.27059805, 0.70710677, 0.6532815), (0.27059805, 0.70710677, 0.6532815), (0.21260752, 0.8314696, 0.51328), (0.108386375, 0.8314696, 0.5448951), (0.13794969, 0.70710677, 0.69351995), (0.13794969, 0.70710677, 0.69351995), (0.108386375, 0.8314696, 0.5448951), (3.4018865e-17, 0.8314696, 0.55557024), (4.3297806e-17, 0.7071068, 0.7071068), (4.3297806e-17, 0.7071068, 0.7071068), (3.4018865e-17, 0.8314696, 0.55557024), (-0.108386375, 0.8314696, 0.5448951), (-0.13794969, 0.70710677, 0.69351995), (-0.13794969, 0.70710677, 0.69351995), (-0.108386375, 0.8314696, 0.5448951), (-0.21260752, 0.8314696, 0.51328), (-0.27059805, 0.70710677, 0.6532815), (-0.27059805, 0.70710677, 0.6532815), (-0.21260752, 0.8314696, 0.51328), (-0.3086583, 0.83146966, 0.46193978), (-0.3928475, 0.7071068, 0.58793783), (-0.3928475, 0.7071068, 0.58793783), (-0.3086583, 0.83146966, 0.46193978), (-0.3928475, 0.83146966, 0.3928475), (-0.5, 0.70710677, 0.5), (-0.5, 0.70710677, 0.5), (-0.3928475, 0.83146966, 0.3928475), (-0.46193978, 0.83146966, 0.3086583), (-0.58793783, 0.7071068, 0.3928475), (-0.58793783, 0.7071068, 0.3928475), (-0.46193978, 0.83146966, 0.3086583), (-0.51328, 0.8314696, 0.21260752), (-0.6532815, 0.70710677, 0.27059805), (-0.6532815, 0.70710677, 0.27059805), (-0.51328, 0.8314696, 0.21260752), (-0.5448951, 0.8314696, 0.108386375), (-0.69351995, 0.70710677, 0.13794969), (-0.69351995, 0.70710677, 0.13794969), (-0.5448951, 0.8314696, 0.108386375), (-0.55557024, 0.8314696, 6.803773e-17), (-0.7071068, 0.7071068, 8.659561e-17), (-0.7071068, 0.7071068, 8.659561e-17), (-0.55557024, 0.8314696, 6.803773e-17), (-0.5448951, 0.8314696, -0.108386375), (-0.69351995, 0.70710677, -0.13794969), (-0.69351995, 0.70710677, -0.13794969), (-0.5448951, 0.8314696, -0.108386375), (-0.51328, 0.8314696, -0.21260752), (-0.6532815, 0.70710677, -0.27059805), (-0.6532815, 0.70710677, -0.27059805), (-0.51328, 0.8314696, -0.21260752), (-0.46193978, 0.83146966, -0.3086583), (-0.58793783, 0.7071068, -0.3928475), (-0.58793783, 0.7071068, -0.3928475), (-0.46193978, 0.83146966, -0.3086583), (-0.3928475, 0.83146966, -0.3928475), (-0.5, 0.70710677, -0.5), (-0.5, 0.70710677, -0.5), (-0.3928475, 0.83146966, -0.3928475), (-0.3086583, 0.83146966, -0.46193978), (-0.3928475, 0.7071068, -0.58793783), (-0.3928475, 0.7071068, -0.58793783), (-0.3086583, 0.83146966, -0.46193978), (-0.21260752, 0.8314696, -0.51328), (-0.27059805, 0.70710677, -0.6532815), (-0.27059805, 0.70710677, -0.6532815), (-0.21260752, 0.8314696, -0.51328), (-0.108386375, 0.8314696, -0.5448951), (-0.13794969, 0.70710677, -0.69351995), (-0.13794969, 0.70710677, -0.69351995), (-0.108386375, 0.8314696, -0.5448951), (-1.020566e-16, 0.8314696, -0.55557024), (-1.2989342e-16, 0.7071068, -0.7071068), (-1.2989342e-16, 0.7071068, -0.7071068), (-1.020566e-16, 0.8314696, -0.55557024), (0.108386375, 0.8314696, -0.5448951), (0.13794969, 0.70710677, -0.69351995), (0.13794969, 0.70710677, -0.69351995), (0.108386375, 0.8314696, -0.5448951), (0.21260752, 0.8314696, -0.51328), (0.27059805, 0.70710677, -0.6532815), (0.27059805, 0.70710677, -0.6532815), (0.21260752, 0.8314696, -0.51328), (0.3086583, 0.83146966, -0.46193978), (0.3928475, 0.7071068, -0.58793783), (0.3928475, 0.7071068, -0.58793783), (0.3086583, 0.83146966, -0.46193978), (0.3928475, 0.83146966, -0.3928475), (0.5, 0.70710677, -0.5), (0.5, 0.70710677, -0.5), (0.3928475, 0.83146966, -0.3928475), (0.46193978, 0.83146966, -0.3086583), (0.58793783, 0.7071068, -0.3928475), (0.58793783, 0.7071068, -0.3928475), (0.46193978, 0.83146966, -0.3086583), (0.51328, 0.8314696, -0.21260752), (0.6532815, 0.70710677, -0.27059805), (0.6532815, 0.70710677, -0.27059805), (0.51328, 0.8314696, -0.21260752), (0.5448951, 0.8314696, -0.108386375), (0.69351995, 0.70710677, -0.13794969), (0.69351995, 0.70710677, -0.13794969), (0.5448951, 0.8314696, -0.108386375), (0.55557024, 0.8314696, 0), (0.7071068, 0.7071068, 0), (0.55557024, 0.8314696, 0), (0.38268346, 0.92387956, 0), (0.3753303, 0.92387956, 0.07465784), (0.5448951, 0.8314696, 0.108386375), (0.5448951, 0.8314696, 0.108386375), (0.3753303, 0.92387956, 0.07465784), (0.3535534, 0.92387956, 0.14644663), (0.51328, 0.8314696, 0.21260752), (0.51328, 0.8314696, 0.21260752), (0.3535534, 0.92387956, 0.14644663), (0.31818968, 0.92387956, 0.21260753), (0.46193978, 0.83146966, 0.3086583), (0.46193978, 0.83146966, 0.3086583), (0.31818968, 0.92387956, 0.21260753), (0.27059808, 0.92387956, 0.27059808), (0.3928475, 0.83146966, 0.3928475), (0.3928475, 0.83146966, 0.3928475), (0.27059808, 0.92387956, 0.27059808), (0.21260753, 0.92387956, 0.31818968), (0.3086583, 0.83146966, 0.46193978), (0.3086583, 0.83146966, 0.46193978), (0.21260753, 0.92387956, 0.31818968), (0.14644663, 0.92387956, 0.3535534), (0.21260752, 0.8314696, 0.51328), (0.21260752, 0.8314696, 0.51328), (0.14644663, 0.92387956, 0.3535534), (0.074657835, 0.9238795, 0.37533027), (0.108386375, 0.8314696, 0.5448951), (0.108386375, 0.8314696, 0.5448951), (0.074657835, 0.9238795, 0.37533027), (2.3432604e-17, 0.92387956, 0.38268346), (3.4018865e-17, 0.8314696, 0.55557024), (3.4018865e-17, 0.8314696, 0.55557024), (2.3432604e-17, 0.92387956, 0.38268346), (-0.074657835, 0.9238795, 0.37533027), (-0.108386375, 0.8314696, 0.5448951), (-0.108386375, 0.8314696, 0.5448951), (-0.074657835, 0.9238795, 0.37533027), (-0.14644663, 0.92387956, 0.3535534), (-0.21260752, 0.8314696, 0.51328), (-0.21260752, 0.8314696, 0.51328), (-0.14644663, 0.92387956, 0.3535534), (-0.21260753, 0.92387956, 0.31818968), (-0.3086583, 0.83146966, 0.46193978), (-0.3086583, 0.83146966, 0.46193978), (-0.21260753, 0.92387956, 0.31818968), (-0.27059808, 0.92387956, 0.27059808), (-0.3928475, 0.83146966, 0.3928475), (-0.3928475, 0.83146966, 0.3928475), (-0.27059808, 0.92387956, 0.27059808), (-0.31818968, 0.92387956, 0.21260753), (-0.46193978, 0.83146966, 0.3086583), (-0.46193978, 0.83146966, 0.3086583), (-0.31818968, 0.92387956, 0.21260753), (-0.3535534, 0.92387956, 0.14644663), (-0.51328, 0.8314696, 0.21260752), (-0.51328, 0.8314696, 0.21260752), (-0.3535534, 0.92387956, 0.14644663), (-0.3753303, 0.92387956, 0.07465784), (-0.5448951, 0.8314696, 0.108386375), (-0.5448951, 0.8314696, 0.108386375), (-0.3753303, 0.92387956, 0.07465784), (-0.38268346, 0.92387956, 4.6865208e-17), (-0.55557024, 0.8314696, 6.803773e-17), (-0.55557024, 0.8314696, 6.803773e-17), (-0.38268346, 0.92387956, 4.6865208e-17), (-0.3753303, 0.92387956, -0.07465784), (-0.5448951, 0.8314696, -0.108386375), (-0.5448951, 0.8314696, -0.108386375), (-0.3753303, 0.92387956, -0.07465784), (-0.3535534, 0.92387956, -0.14644663), (-0.51328, 0.8314696, -0.21260752), (-0.51328, 0.8314696, -0.21260752), (-0.3535534, 0.92387956, -0.14644663), (-0.31818968, 0.92387956, -0.21260753), (-0.46193978, 0.83146966, -0.3086583), (-0.46193978, 0.83146966, -0.3086583), (-0.31818968, 0.92387956, -0.21260753), (-0.27059808, 0.92387956, -0.27059808), (-0.3928475, 0.83146966, -0.3928475), (-0.3928475, 0.83146966, -0.3928475), (-0.27059808, 0.92387956, -0.27059808), (-0.21260753, 0.92387956, -0.31818968), (-0.3086583, 0.83146966, -0.46193978), (-0.3086583, 0.83146966, -0.46193978), (-0.21260753, 0.92387956, -0.31818968), (-0.14644663, 0.92387956, -0.3535534), (-0.21260752, 0.8314696, -0.51328), (-0.21260752, 0.8314696, -0.51328), (-0.14644663, 0.92387956, -0.3535534), (-0.074657835, 0.9238795, -0.37533027), (-0.108386375, 0.8314696, -0.5448951), (-0.108386375, 0.8314696, -0.5448951), (-0.074657835, 0.9238795, -0.37533027), (-7.029781e-17, 0.92387956, -0.38268346), (-1.020566e-16, 0.8314696, -0.55557024), (-1.020566e-16, 0.8314696, -0.55557024), (-7.029781e-17, 0.92387956, -0.38268346), (0.074657835, 0.9238795, -0.37533027), (0.108386375, 0.8314696, -0.5448951), (0.108386375, 0.8314696, -0.5448951), (0.074657835, 0.9238795, -0.37533027), (0.14644663, 0.92387956, -0.3535534), (0.21260752, 0.8314696, -0.51328), (0.21260752, 0.8314696, -0.51328), (0.14644663, 0.92387956, -0.3535534), (0.21260753, 0.92387956, -0.31818968), (0.3086583, 0.83146966, -0.46193978), (0.3086583, 0.83146966, -0.46193978), (0.21260753, 0.92387956, -0.31818968), (0.27059808, 0.92387956, -0.27059808), (0.3928475, 0.83146966, -0.3928475), (0.3928475, 0.83146966, -0.3928475), (0.27059808, 0.92387956, -0.27059808), (0.31818968, 0.92387956, -0.21260753), (0.46193978, 0.83146966, -0.3086583), (0.46193978, 0.83146966, -0.3086583), (0.31818968, 0.92387956, -0.21260753), (0.3535534, 0.92387956, -0.14644663), (0.51328, 0.8314696, -0.21260752), (0.51328, 0.8314696, -0.21260752), (0.3535534, 0.92387956, -0.14644663), (0.3753303, 0.92387956, -0.07465784), (0.5448951, 0.8314696, -0.108386375), (0.5448951, 0.8314696, -0.108386375), (0.3753303, 0.92387956, -0.07465784), (0.38268346, 0.92387956, 0), (0.55557024, 0.8314696, 0), (0.38268346, 0.92387956, 0), (0.19509034, 0.9807853, 0), (0.19134173, 0.9807853, 0.038060237), (0.3753303, 0.92387956, 0.07465784), (0.3753303, 0.92387956, 0.07465784), (0.19134173, 0.9807853, 0.038060237), (0.18023998, 0.9807853, 0.07465784), (0.3535534, 0.92387956, 0.14644663), (0.3535534, 0.92387956, 0.14644663), (0.18023998, 0.9807853, 0.07465784), (0.16221169, 0.9807853, 0.10838638), (0.31818968, 0.92387956, 0.21260753), (0.31818968, 0.92387956, 0.21260753), (0.16221169, 0.9807853, 0.10838638), (0.1379497, 0.9807853, 0.1379497), (0.27059808, 0.92387956, 0.27059808), (0.27059808, 0.92387956, 0.27059808), (0.1379497, 0.9807853, 0.1379497), (0.10838638, 0.9807853, 0.16221169), (0.21260753, 0.92387956, 0.31818968), (0.21260753, 0.92387956, 0.31818968), (0.10838638, 0.9807853, 0.16221169), (0.07465784, 0.9807853, 0.18023998), (0.14644663, 0.92387956, 0.3535534), (0.14644663, 0.92387956, 0.3535534), (0.07465784, 0.9807853, 0.18023998), (0.038060237, 0.9807853, 0.19134173), (0.074657835, 0.9238795, 0.37533027), (0.074657835, 0.9238795, 0.37533027), (0.038060237, 0.9807853, 0.19134173), (1.1945838e-17, 0.9807853, 0.19509034), (2.3432604e-17, 0.92387956, 0.38268346), (2.3432604e-17, 0.92387956, 0.38268346), (1.1945838e-17, 0.9807853, 0.19509034), (-0.038060237, 0.9807853, 0.19134173), (-0.074657835, 0.9238795, 0.37533027), (-0.074657835, 0.9238795, 0.37533027), (-0.038060237, 0.9807853, 0.19134173), (-0.07465784, 0.9807853, 0.18023998), (-0.14644663, 0.92387956, 0.3535534), (-0.14644663, 0.92387956, 0.3535534), (-0.07465784, 0.9807853, 0.18023998), (-0.10838638, 0.9807853, 0.16221169), (-0.21260753, 0.92387956, 0.31818968), (-0.21260753, 0.92387956, 0.31818968), (-0.10838638, 0.9807853, 0.16221169), (-0.1379497, 0.9807853, 0.1379497), (-0.27059808, 0.92387956, 0.27059808), (-0.27059808, 0.92387956, 0.27059808), (-0.1379497, 0.9807853, 0.1379497), (-0.16221169, 0.9807853, 0.10838638), (-0.31818968, 0.92387956, 0.21260753), (-0.31818968, 0.92387956, 0.21260753), (-0.16221169, 0.9807853, 0.10838638), (-0.18023998, 0.9807853, 0.07465784), (-0.3535534, 0.92387956, 0.14644663), (-0.3535534, 0.92387956, 0.14644663), (-0.18023998, 0.9807853, 0.07465784), (-0.19134173, 0.9807853, 0.038060237), (-0.3753303, 0.92387956, 0.07465784), (-0.3753303, 0.92387956, 0.07465784), (-0.19134173, 0.9807853, 0.038060237), (-0.19509034, 0.9807853, 2.3891676e-17), (-0.38268346, 0.92387956, 4.6865208e-17), (-0.38268346, 0.92387956, 4.6865208e-17), (-0.19509034, 0.9807853, 2.3891676e-17), (-0.19134173, 0.9807853, -0.038060237), (-0.3753303, 0.92387956, -0.07465784), (-0.3753303, 0.92387956, -0.07465784), (-0.19134173, 0.9807853, -0.038060237), (-0.18023998, 0.9807853, -0.07465784), (-0.3535534, 0.92387956, -0.14644663), (-0.3535534, 0.92387956, -0.14644663), (-0.18023998, 0.9807853, -0.07465784), (-0.16221169, 0.9807853, -0.10838638), (-0.31818968, 0.92387956, -0.21260753), (-0.31818968, 0.92387956, -0.21260753), (-0.16221169, 0.9807853, -0.10838638), (-0.1379497, 0.9807853, -0.1379497), (-0.27059808, 0.92387956, -0.27059808), (-0.27059808, 0.92387956, -0.27059808), (-0.1379497, 0.9807853, -0.1379497), (-0.10838638, 0.9807853, -0.16221169), (-0.21260753, 0.92387956, -0.31818968), (-0.21260753, 0.92387956, -0.31818968), (-0.10838638, 0.9807853, -0.16221169), (-0.07465784, 0.9807853, -0.18023998), (-0.14644663, 0.92387956, -0.3535534), (-0.14644663, 0.92387956, -0.3535534), (-0.07465784, 0.9807853, -0.18023998), (-0.038060237, 0.9807853, -0.19134173), (-0.074657835, 0.9238795, -0.37533027), (-0.074657835, 0.9238795, -0.37533027), (-0.038060237, 0.9807853, -0.19134173), (-3.5837514e-17, 0.9807853, -0.19509034), (-7.029781e-17, 0.92387956, -0.38268346), (-7.029781e-17, 0.92387956, -0.38268346), (-3.5837514e-17, 0.9807853, -0.19509034), (0.038060237, 0.9807853, -0.19134173), (0.074657835, 0.9238795, -0.37533027), (0.074657835, 0.9238795, -0.37533027), (0.038060237, 0.9807853, -0.19134173), (0.07465784, 0.9807853, -0.18023998), (0.14644663, 0.92387956, -0.3535534), (0.14644663, 0.92387956, -0.3535534), (0.07465784, 0.9807853, -0.18023998), (0.10838638, 0.9807853, -0.16221169), (0.21260753, 0.92387956, -0.31818968), (0.21260753, 0.92387956, -0.31818968), (0.10838638, 0.9807853, -0.16221169), (0.1379497, 0.9807853, -0.1379497), (0.27059808, 0.92387956, -0.27059808), (0.27059808, 0.92387956, -0.27059808), (0.1379497, 0.9807853, -0.1379497), (0.16221169, 0.9807853, -0.10838638), (0.31818968, 0.92387956, -0.21260753), (0.31818968, 0.92387956, -0.21260753), (0.16221169, 0.9807853, -0.10838638), (0.18023998, 0.9807853, -0.07465784), (0.3535534, 0.92387956, -0.14644663), (0.3535534, 0.92387956, -0.14644663), (0.18023998, 0.9807853, -0.07465784), (0.19134173, 0.9807853, -0.038060237), (0.3753303, 0.92387956, -0.07465784), (0.3753303, 0.92387956, -0.07465784), (0.19134173, 0.9807853, -0.038060237), (0.19509034, 0.9807853, 0), (0.38268346, 0.92387956, 0), (0.19509034, 0.9807853, 0), (0, 1, 0), (0, 1, 0), (0.19134173, 0.9807853, 0.038060237), (0.19134173, 0.9807853, 0.038060237), (0, 1, 0), (0, 1, 0), (0.18023998, 0.9807853, 0.07465784), (0.18023998, 0.9807853, 0.07465784), (0, 1, 0), (0, 1, 0), (0.16221169, 0.9807853, 0.10838638), (0.16221169, 0.9807853, 0.10838638), (0, 1, 0), (0, 1, 0), (0.1379497, 0.9807853, 0.1379497), (0.1379497, 0.9807853, 0.1379497), (0, 1, 0), (0, 1, 0), (0.10838638, 0.9807853, 0.16221169), (0.10838638, 0.9807853, 0.16221169), (0, 1, 0), (0, 1, 0), (0.07465784, 0.9807853, 0.18023998), (0.07465784, 0.9807853, 0.18023998), (0, 1, 0), (0, 1, 0), (0.038060237, 0.9807853, 0.19134173), (0.038060237, 0.9807853, 0.19134173), (0, 1, 0), (0, 1, 0), (1.1945838e-17, 0.9807853, 0.19509034), (1.1945838e-17, 0.9807853, 0.19509034), (0, 1, 0), (0, 1, 0), (-0.038060237, 0.9807853, 0.19134173), (-0.038060237, 0.9807853, 0.19134173), (0, 1, 0), (0, 1, 0), (-0.07465784, 0.9807853, 0.18023998), (-0.07465784, 0.9807853, 0.18023998), (0, 1, 0), (0, 1, 0), (-0.10838638, 0.9807853, 0.16221169), (-0.10838638, 0.9807853, 0.16221169), (0, 1, 0), (0, 1, 0), (-0.1379497, 0.9807853, 0.1379497), (-0.1379497, 0.9807853, 0.1379497), (0, 1, 0), (0, 1, 0), (-0.16221169, 0.9807853, 0.10838638), (-0.16221169, 0.9807853, 0.10838638), (0, 1, 0), (0, 1, 0), (-0.18023998, 0.9807853, 0.07465784), (-0.18023998, 0.9807853, 0.07465784), (0, 1, 0), (0, 1, 0), (-0.19134173, 0.9807853, 0.038060237), (-0.19134173, 0.9807853, 0.038060237), (0, 1, 0), (0, 1, 0), (-0.19509034, 0.9807853, 2.3891676e-17), (-0.19509034, 0.9807853, 2.3891676e-17), (0, 1, 0), (0, 1, 0), (-0.19134173, 0.9807853, -0.038060237), (-0.19134173, 0.9807853, -0.038060237), (0, 1, 0), (0, 1, 0), (-0.18023998, 0.9807853, -0.07465784), (-0.18023998, 0.9807853, -0.07465784), (0, 1, 0), (0, 1, 0), (-0.16221169, 0.9807853, -0.10838638), (-0.16221169, 0.9807853, -0.10838638), (0, 1, 0), (0, 1, 0), (-0.1379497, 0.9807853, -0.1379497), (-0.1379497, 0.9807853, -0.1379497), (0, 1, 0), (0, 1, 0), (-0.10838638, 0.9807853, -0.16221169), (-0.10838638, 0.9807853, -0.16221169), (0, 1, 0), (0, 1, 0), (-0.07465784, 0.9807853, -0.18023998), (-0.07465784, 0.9807853, -0.18023998), (0, 1, 0), (0, 1, 0), (-0.038060237, 0.9807853, -0.19134173), (-0.038060237, 0.9807853, -0.19134173), (0, 1, 0), (0, 1, 0), (-3.5837514e-17, 0.9807853, -0.19509034), (-3.5837514e-17, 0.9807853, -0.19509034), (0, 1, 0), (0, 1, 0), (0.038060237, 0.9807853, -0.19134173), (0.038060237, 0.9807853, -0.19134173), (0, 1, 0), (0, 1, 0), (0.07465784, 0.9807853, -0.18023998), (0.07465784, 0.9807853, -0.18023998), (0, 1, 0), (0, 1, 0), (0.10838638, 0.9807853, -0.16221169), (0.10838638, 0.9807853, -0.16221169), (0, 1, 0), (0, 1, 0), (0.1379497, 0.9807853, -0.1379497), (0.1379497, 0.9807853, -0.1379497), (0, 1, 0), (0, 1, 0), (0.16221169, 0.9807853, -0.10838638), (0.16221169, 0.9807853, -0.10838638), (0, 1, 0), (0, 1, 0), (0.18023998, 0.9807853, -0.07465784), (0.18023998, 0.9807853, -0.07465784), (0, 1, 0), (0, 1, 0), (0.19134173, 0.9807853, -0.038060237), (0.19134173, 0.9807853, -0.038060237), (0, 1, 0), (0, 1, 0), (0.19509034, 0.9807853, 0), (0, 1, 0), (-0.19509034, 0.9807853, 0), (-0.19134173, 0.9807853, -0.038060237), (0, 1, 0), (0, 1, 0), (-0.19134173, 0.9807853, -0.038060237), (-0.18023998, 0.9807853, -0.07465784), (0, 1, 0), (0, 1, 0), (-0.18023998, 0.9807853, -0.07465784), (-0.16221169, 0.9807853, -0.10838638), (0, 1, 0), (0, 1, 0), (-0.16221169, 0.9807853, -0.10838638), (-0.1379497, 0.9807853, -0.1379497), (0, 1, 0), (0, 1, 0), (-0.1379497, 0.9807853, -0.1379497), (-0.10838638, 0.9807853, -0.16221169), (0, 1, 0), (0, 1, 0), (-0.10838638, 0.9807853, -0.16221169), (-0.07465784, 0.9807853, -0.18023998), (0, 1, 0), (0, 1, 0), (-0.07465784, 0.9807853, -0.18023998), (-0.038060237, 0.9807853, -0.19134173), (0, 1, 0), (0, 1, 0), (-0.038060237, 0.9807853, -0.19134173), (-1.1945838e-17, 0.9807853, -0.19509034), (0, 1, 0), (0, 1, 0), (-1.1945838e-17, 0.9807853, -0.19509034), (0.038060237, 0.9807853, -0.19134173), (0, 1, 0), (0, 1, 0), (0.038060237, 0.9807853, -0.19134173), (0.07465784, 0.9807853, -0.18023998), (0, 1, 0), (0, 1, 0), (0.07465784, 0.9807853, -0.18023998), (0.10838638, 0.9807853, -0.16221169), (0, 1, 0), (0, 1, 0), (0.10838638, 0.9807853, -0.16221169), (0.1379497, 0.9807853, -0.1379497), (0, 1, 0), (0, 1, 0), (0.1379497, 0.9807853, -0.1379497), (0.16221169, 0.9807853, -0.10838638), (0, 1, 0), (0, 1, 0), (0.16221169, 0.9807853, -0.10838638), (0.18023998, 0.9807853, -0.07465784), (0, 1, 0), (0, 1, 0), (0.18023998, 0.9807853, -0.07465784), (0.19134173, 0.9807853, -0.038060237), (0, 1, 0), (0, 1, 0), (0.19134173, 0.9807853, -0.038060237), (0.19509034, 0.9807853, -2.3891676e-17), (0, 1, 0), (0, 1, 0), (0.19509034, 0.9807853, -2.3891676e-17), (0.19134173, 0.9807853, 0.038060237), (0, 1, 0), (0, 1, 0), (0.19134173, 0.9807853, 0.038060237), (0.18023998, 0.9807853, 0.07465784), (0, 1, 0), (0, 1, 0), (0.18023998, 0.9807853, 0.07465784), (0.16221169, 0.9807853, 0.10838638), (0, 1, 0), (0, 1, 0), (0.16221169, 0.9807853, 0.10838638), (0.1379497, 0.9807853, 0.1379497), (0, 1, 0), (0, 1, 0), (0.1379497, 0.9807853, 0.1379497), (0.10838638, 0.9807853, 0.16221169), (0, 1, 0), (0, 1, 0), (0.10838638, 0.9807853, 0.16221169), (0.07465784, 0.9807853, 0.18023998), (0, 1, 0), (0, 1, 0), (0.07465784, 0.9807853, 0.18023998), (0.038060237, 0.9807853, 0.19134173), (0, 1, 0), (0, 1, 0), (0.038060237, 0.9807853, 0.19134173), (3.5837514e-17, 0.9807853, 0.19509034), (0, 1, 0), (0, 1, 0), (3.5837514e-17, 0.9807853, 0.19509034), (-0.038060237, 0.9807853, 0.19134173), (0, 1, 0), (0, 1, 0), (-0.038060237, 0.9807853, 0.19134173), (-0.07465784, 0.9807853, 0.18023998), (0, 1, 0), (0, 1, 0), (-0.07465784, 0.9807853, 0.18023998), (-0.10838638, 0.9807853, 0.16221169), (0, 1, 0), (0, 1, 0), (-0.10838638, 0.9807853, 0.16221169), (-0.1379497, 0.9807853, 0.1379497), (0, 1, 0), (0, 1, 0), (-0.1379497, 0.9807853, 0.1379497), (-0.16221169, 0.9807853, 0.10838638), (0, 1, 0), (0, 1, 0), (-0.16221169, 0.9807853, 0.10838638), (-0.18023998, 0.9807853, 0.07465784), (0, 1, 0), (0, 1, 0), (-0.18023998, 0.9807853, 0.07465784), (-0.19134173, 0.9807853, 0.038060237), (0, 1, 0), (0, 1, 0), (-0.19134173, 0.9807853, 0.038060237), (-0.19509034, 0.9807853, 0), (0, 1, 0), (-0.19509034, 0.9807853, 0), (-0.38268346, 0.92387956, 0), (-0.3753303, 0.92387956, -0.07465784), (-0.19134173, 0.9807853, -0.038060237), (-0.19134173, 0.9807853, -0.038060237), (-0.3753303, 0.92387956, -0.07465784), (-0.3535534, 0.92387956, -0.14644663), (-0.18023998, 0.9807853, -0.07465784), (-0.18023998, 0.9807853, -0.07465784), (-0.3535534, 0.92387956, -0.14644663), (-0.31818968, 0.92387956, -0.21260753), (-0.16221169, 0.9807853, -0.10838638), (-0.16221169, 0.9807853, -0.10838638), (-0.31818968, 0.92387956, -0.21260753), (-0.27059808, 0.92387956, -0.27059808), (-0.1379497, 0.9807853, -0.1379497), (-0.1379497, 0.9807853, -0.1379497), (-0.27059808, 0.92387956, -0.27059808), (-0.21260753, 0.92387956, -0.31818968), (-0.10838638, 0.9807853, -0.16221169), (-0.10838638, 0.9807853, -0.16221169), (-0.21260753, 0.92387956, -0.31818968), (-0.14644663, 0.92387956, -0.3535534), (-0.07465784, 0.9807853, -0.18023998), (-0.07465784, 0.9807853, -0.18023998), (-0.14644663, 0.92387956, -0.3535534), (-0.074657835, 0.9238795, -0.37533027), (-0.038060237, 0.9807853, -0.19134173), (-0.038060237, 0.9807853, -0.19134173), (-0.074657835, 0.9238795, -0.37533027), (-2.3432604e-17, 0.92387956, -0.38268346), (-1.1945838e-17, 0.9807853, -0.19509034), (-1.1945838e-17, 0.9807853, -0.19509034), (-2.3432604e-17, 0.92387956, -0.38268346), (0.074657835, 0.9238795, -0.37533027), (0.038060237, 0.9807853, -0.19134173), (0.038060237, 0.9807853, -0.19134173), (0.074657835, 0.9238795, -0.37533027), (0.14644663, 0.92387956, -0.3535534), (0.07465784, 0.9807853, -0.18023998), (0.07465784, 0.9807853, -0.18023998), (0.14644663, 0.92387956, -0.3535534), (0.21260753, 0.92387956, -0.31818968), (0.10838638, 0.9807853, -0.16221169), (0.10838638, 0.9807853, -0.16221169), (0.21260753, 0.92387956, -0.31818968), (0.27059808, 0.92387956, -0.27059808), (0.1379497, 0.9807853, -0.1379497), (0.1379497, 0.9807853, -0.1379497), (0.27059808, 0.92387956, -0.27059808), (0.31818968, 0.92387956, -0.21260753), (0.16221169, 0.9807853, -0.10838638), (0.16221169, 0.9807853, -0.10838638), (0.31818968, 0.92387956, -0.21260753), (0.3535534, 0.92387956, -0.14644663), (0.18023998, 0.9807853, -0.07465784), (0.18023998, 0.9807853, -0.07465784), (0.3535534, 0.92387956, -0.14644663), (0.3753303, 0.92387956, -0.07465784), (0.19134173, 0.9807853, -0.038060237), (0.19134173, 0.9807853, -0.038060237), (0.3753303, 0.92387956, -0.07465784), (0.38268346, 0.92387956, -4.6865208e-17), (0.19509034, 0.9807853, -2.3891676e-17), (0.19509034, 0.9807853, -2.3891676e-17), (0.38268346, 0.92387956, -4.6865208e-17), (0.3753303, 0.92387956, 0.07465784), (0.19134173, 0.9807853, 0.038060237), (0.19134173, 0.9807853, 0.038060237), (0.3753303, 0.92387956, 0.07465784), (0.3535534, 0.92387956, 0.14644663), (0.18023998, 0.9807853, 0.07465784), (0.18023998, 0.9807853, 0.07465784), (0.3535534, 0.92387956, 0.14644663), (0.31818968, 0.92387956, 0.21260753), (0.16221169, 0.9807853, 0.10838638), (0.16221169, 0.9807853, 0.10838638), (0.31818968, 0.92387956, 0.21260753), (0.27059808, 0.92387956, 0.27059808), (0.1379497, 0.9807853, 0.1379497), (0.1379497, 0.9807853, 0.1379497), (0.27059808, 0.92387956, 0.27059808), (0.21260753, 0.92387956, 0.31818968), (0.10838638, 0.9807853, 0.16221169), (0.10838638, 0.9807853, 0.16221169), (0.21260753, 0.92387956, 0.31818968), (0.14644663, 0.92387956, 0.3535534), (0.07465784, 0.9807853, 0.18023998), (0.07465784, 0.9807853, 0.18023998), (0.14644663, 0.92387956, 0.3535534), (0.074657835, 0.9238795, 0.37533027), (0.038060237, 0.9807853, 0.19134173), (0.038060237, 0.9807853, 0.19134173), (0.074657835, 0.9238795, 0.37533027), (7.029781e-17, 0.92387956, 0.38268346), (3.5837514e-17, 0.9807853, 0.19509034), (3.5837514e-17, 0.9807853, 0.19509034), (7.029781e-17, 0.92387956, 0.38268346), (-0.074657835, 0.9238795, 0.37533027), (-0.038060237, 0.9807853, 0.19134173), (-0.038060237, 0.9807853, 0.19134173), (-0.074657835, 0.9238795, 0.37533027), (-0.14644663, 0.92387956, 0.3535534), (-0.07465784, 0.9807853, 0.18023998), (-0.07465784, 0.9807853, 0.18023998), (-0.14644663, 0.92387956, 0.3535534), (-0.21260753, 0.92387956, 0.31818968), (-0.10838638, 0.9807853, 0.16221169), (-0.10838638, 0.9807853, 0.16221169), (-0.21260753, 0.92387956, 0.31818968), (-0.27059808, 0.92387956, 0.27059808), (-0.1379497, 0.9807853, 0.1379497), (-0.1379497, 0.9807853, 0.1379497), (-0.27059808, 0.92387956, 0.27059808), (-0.31818968, 0.92387956, 0.21260753), (-0.16221169, 0.9807853, 0.10838638), (-0.16221169, 0.9807853, 0.10838638), (-0.31818968, 0.92387956, 0.21260753), (-0.3535534, 0.92387956, 0.14644663), (-0.18023998, 0.9807853, 0.07465784), (-0.18023998, 0.9807853, 0.07465784), (-0.3535534, 0.92387956, 0.14644663), (-0.3753303, 0.92387956, 0.07465784), (-0.19134173, 0.9807853, 0.038060237), (-0.19134173, 0.9807853, 0.038060237), (-0.3753303, 0.92387956, 0.07465784), (-0.38268346, 0.92387956, 0), (-0.19509034, 0.9807853, 0), (-0.38268346, 0.92387956, 0), (-0.55557024, 0.8314696, 0), (-0.5448951, 0.8314696, -0.108386375), (-0.3753303, 0.92387956, -0.07465784), (-0.3753303, 0.92387956, -0.07465784), (-0.5448951, 0.8314696, -0.108386375), (-0.51328, 0.8314696, -0.21260752), (-0.3535534, 0.92387956, -0.14644663), (-0.3535534, 0.92387956, -0.14644663), (-0.51328, 0.8314696, -0.21260752), (-0.46193978, 0.83146966, -0.3086583), (-0.31818968, 0.92387956, -0.21260753), (-0.31818968, 0.92387956, -0.21260753), (-0.46193978, 0.83146966, -0.3086583), (-0.3928475, 0.83146966, -0.3928475), (-0.27059808, 0.92387956, -0.27059808), (-0.27059808, 0.92387956, -0.27059808), (-0.3928475, 0.83146966, -0.3928475), (-0.3086583, 0.83146966, -0.46193978), (-0.21260753, 0.92387956, -0.31818968), (-0.21260753, 0.92387956, -0.31818968), (-0.3086583, 0.83146966, -0.46193978), (-0.21260752, 0.8314696, -0.51328), (-0.14644663, 0.92387956, -0.3535534), (-0.14644663, 0.92387956, -0.3535534), (-0.21260752, 0.8314696, -0.51328), (-0.108386375, 0.8314696, -0.5448951), (-0.074657835, 0.9238795, -0.37533027), (-0.074657835, 0.9238795, -0.37533027), (-0.108386375, 0.8314696, -0.5448951), (-3.4018865e-17, 0.8314696, -0.55557024), (-2.3432604e-17, 0.92387956, -0.38268346), (-2.3432604e-17, 0.92387956, -0.38268346), (-3.4018865e-17, 0.8314696, -0.55557024), (0.108386375, 0.8314696, -0.5448951), (0.074657835, 0.9238795, -0.37533027), (0.074657835, 0.9238795, -0.37533027), (0.108386375, 0.8314696, -0.5448951), (0.21260752, 0.8314696, -0.51328), (0.14644663, 0.92387956, -0.3535534), (0.14644663, 0.92387956, -0.3535534), (0.21260752, 0.8314696, -0.51328), (0.3086583, 0.83146966, -0.46193978), (0.21260753, 0.92387956, -0.31818968), (0.21260753, 0.92387956, -0.31818968), (0.3086583, 0.83146966, -0.46193978), (0.3928475, 0.83146966, -0.3928475), (0.27059808, 0.92387956, -0.27059808), (0.27059808, 0.92387956, -0.27059808), (0.3928475, 0.83146966, -0.3928475), (0.46193978, 0.83146966, -0.3086583), (0.31818968, 0.92387956, -0.21260753), (0.31818968, 0.92387956, -0.21260753), (0.46193978, 0.83146966, -0.3086583), (0.51328, 0.8314696, -0.21260752), (0.3535534, 0.92387956, -0.14644663), (0.3535534, 0.92387956, -0.14644663), (0.51328, 0.8314696, -0.21260752), (0.5448951, 0.8314696, -0.108386375), (0.3753303, 0.92387956, -0.07465784), (0.3753303, 0.92387956, -0.07465784), (0.5448951, 0.8314696, -0.108386375), (0.55557024, 0.8314696, -6.803773e-17), (0.38268346, 0.92387956, -4.6865208e-17), (0.38268346, 0.92387956, -4.6865208e-17), (0.55557024, 0.8314696, -6.803773e-17), (0.5448951, 0.8314696, 0.108386375), (0.3753303, 0.92387956, 0.07465784), (0.3753303, 0.92387956, 0.07465784), (0.5448951, 0.8314696, 0.108386375), (0.51328, 0.8314696, 0.21260752), (0.3535534, 0.92387956, 0.14644663), (0.3535534, 0.92387956, 0.14644663), (0.51328, 0.8314696, 0.21260752), (0.46193978, 0.83146966, 0.3086583), (0.31818968, 0.92387956, 0.21260753), (0.31818968, 0.92387956, 0.21260753), (0.46193978, 0.83146966, 0.3086583), (0.3928475, 0.83146966, 0.3928475), (0.27059808, 0.92387956, 0.27059808), (0.27059808, 0.92387956, 0.27059808), (0.3928475, 0.83146966, 0.3928475), (0.3086583, 0.83146966, 0.46193978), (0.21260753, 0.92387956, 0.31818968), (0.21260753, 0.92387956, 0.31818968), (0.3086583, 0.83146966, 0.46193978), (0.21260752, 0.8314696, 0.51328), (0.14644663, 0.92387956, 0.3535534), (0.14644663, 0.92387956, 0.3535534), (0.21260752, 0.8314696, 0.51328), (0.108386375, 0.8314696, 0.5448951), (0.074657835, 0.9238795, 0.37533027), (0.074657835, 0.9238795, 0.37533027), (0.108386375, 0.8314696, 0.5448951), (1.020566e-16, 0.8314696, 0.55557024), (7.029781e-17, 0.92387956, 0.38268346), (7.029781e-17, 0.92387956, 0.38268346), (1.020566e-16, 0.8314696, 0.55557024), (-0.108386375, 0.8314696, 0.5448951), (-0.074657835, 0.9238795, 0.37533027), (-0.074657835, 0.9238795, 0.37533027), (-0.108386375, 0.8314696, 0.5448951), (-0.21260752, 0.8314696, 0.51328), (-0.14644663, 0.92387956, 0.3535534), (-0.14644663, 0.92387956, 0.3535534), (-0.21260752, 0.8314696, 0.51328), (-0.3086583, 0.83146966, 0.46193978), (-0.21260753, 0.92387956, 0.31818968), (-0.21260753, 0.92387956, 0.31818968), (-0.3086583, 0.83146966, 0.46193978), (-0.3928475, 0.83146966, 0.3928475), (-0.27059808, 0.92387956, 0.27059808), (-0.27059808, 0.92387956, 0.27059808), (-0.3928475, 0.83146966, 0.3928475), (-0.46193978, 0.83146966, 0.3086583), (-0.31818968, 0.92387956, 0.21260753), (-0.31818968, 0.92387956, 0.21260753), (-0.46193978, 0.83146966, 0.3086583), (-0.51328, 0.8314696, 0.21260752), (-0.3535534, 0.92387956, 0.14644663), (-0.3535534, 0.92387956, 0.14644663), (-0.51328, 0.8314696, 0.21260752), (-0.5448951, 0.8314696, 0.108386375), (-0.3753303, 0.92387956, 0.07465784), (-0.3753303, 0.92387956, 0.07465784), (-0.5448951, 0.8314696, 0.108386375), (-0.55557024, 0.8314696, 0), (-0.38268346, 0.92387956, 0), (-0.55557024, 0.8314696, 0), (-0.7071068, 0.7071068, 0), (-0.69351995, 0.70710677, -0.13794969), (-0.5448951, 0.8314696, -0.108386375), (-0.5448951, 0.8314696, -0.108386375), (-0.69351995, 0.70710677, -0.13794969), (-0.6532815, 0.70710677, -0.27059805), (-0.51328, 0.8314696, -0.21260752), (-0.51328, 0.8314696, -0.21260752), (-0.6532815, 0.70710677, -0.27059805), (-0.58793783, 0.7071068, -0.3928475), (-0.46193978, 0.83146966, -0.3086583), (-0.46193978, 0.83146966, -0.3086583), (-0.58793783, 0.7071068, -0.3928475), (-0.5, 0.70710677, -0.5), (-0.3928475, 0.83146966, -0.3928475), (-0.3928475, 0.83146966, -0.3928475), (-0.5, 0.70710677, -0.5), (-0.3928475, 0.7071068, -0.58793783), (-0.3086583, 0.83146966, -0.46193978), (-0.3086583, 0.83146966, -0.46193978), (-0.3928475, 0.7071068, -0.58793783), (-0.27059805, 0.70710677, -0.6532815), (-0.21260752, 0.8314696, -0.51328), (-0.21260752, 0.8314696, -0.51328), (-0.27059805, 0.70710677, -0.6532815), (-0.13794969, 0.70710677, -0.69351995), (-0.108386375, 0.8314696, -0.5448951), (-0.108386375, 0.8314696, -0.5448951), (-0.13794969, 0.70710677, -0.69351995), (-4.3297806e-17, 0.7071068, -0.7071068), (-3.4018865e-17, 0.8314696, -0.55557024), (-3.4018865e-17, 0.8314696, -0.55557024), (-4.3297806e-17, 0.7071068, -0.7071068), (0.13794969, 0.70710677, -0.69351995), (0.108386375, 0.8314696, -0.5448951), (0.108386375, 0.8314696, -0.5448951), (0.13794969, 0.70710677, -0.69351995), (0.27059805, 0.70710677, -0.6532815), (0.21260752, 0.8314696, -0.51328), (0.21260752, 0.8314696, -0.51328), (0.27059805, 0.70710677, -0.6532815), (0.3928475, 0.7071068, -0.58793783), (0.3086583, 0.83146966, -0.46193978), (0.3086583, 0.83146966, -0.46193978), (0.3928475, 0.7071068, -0.58793783), (0.5, 0.70710677, -0.5), (0.3928475, 0.83146966, -0.3928475), (0.3928475, 0.83146966, -0.3928475), (0.5, 0.70710677, -0.5), (0.58793783, 0.7071068, -0.3928475), (0.46193978, 0.83146966, -0.3086583), (0.46193978, 0.83146966, -0.3086583), (0.58793783, 0.7071068, -0.3928475), (0.6532815, 0.70710677, -0.27059805), (0.51328, 0.8314696, -0.21260752), (0.51328, 0.8314696, -0.21260752), (0.6532815, 0.70710677, -0.27059805), (0.69351995, 0.70710677, -0.13794969), (0.5448951, 0.8314696, -0.108386375), (0.5448951, 0.8314696, -0.108386375), (0.69351995, 0.70710677, -0.13794969), (0.7071068, 0.7071068, -8.659561e-17), (0.55557024, 0.8314696, -6.803773e-17), (0.55557024, 0.8314696, -6.803773e-17), (0.7071068, 0.7071068, -8.659561e-17), (0.69351995, 0.70710677, 0.13794969), (0.5448951, 0.8314696, 0.108386375), (0.5448951, 0.8314696, 0.108386375), (0.69351995, 0.70710677, 0.13794969), (0.6532815, 0.70710677, 0.27059805), (0.51328, 0.8314696, 0.21260752), (0.51328, 0.8314696, 0.21260752), (0.6532815, 0.70710677, 0.27059805), (0.58793783, 0.7071068, 0.3928475), (0.46193978, 0.83146966, 0.3086583), (0.46193978, 0.83146966, 0.3086583), (0.58793783, 0.7071068, 0.3928475), (0.5, 0.70710677, 0.5), (0.3928475, 0.83146966, 0.3928475), (0.3928475, 0.83146966, 0.3928475), (0.5, 0.70710677, 0.5), (0.3928475, 0.7071068, 0.58793783), (0.3086583, 0.83146966, 0.46193978), (0.3086583, 0.83146966, 0.46193978), (0.3928475, 0.7071068, 0.58793783), (0.27059805, 0.70710677, 0.6532815), (0.21260752, 0.8314696, 0.51328), (0.21260752, 0.8314696, 0.51328), (0.27059805, 0.70710677, 0.6532815), (0.13794969, 0.70710677, 0.69351995), (0.108386375, 0.8314696, 0.5448951), (0.108386375, 0.8314696, 0.5448951), (0.13794969, 0.70710677, 0.69351995), (1.2989342e-16, 0.7071068, 0.7071068), (1.020566e-16, 0.8314696, 0.55557024), (1.020566e-16, 0.8314696, 0.55557024), (1.2989342e-16, 0.7071068, 0.7071068), (-0.13794969, 0.70710677, 0.69351995), (-0.108386375, 0.8314696, 0.5448951), (-0.108386375, 0.8314696, 0.5448951), (-0.13794969, 0.70710677, 0.69351995), (-0.27059805, 0.70710677, 0.6532815), (-0.21260752, 0.8314696, 0.51328), (-0.21260752, 0.8314696, 0.51328), (-0.27059805, 0.70710677, 0.6532815), (-0.3928475, 0.7071068, 0.58793783), (-0.3086583, 0.83146966, 0.46193978), (-0.3086583, 0.83146966, 0.46193978), (-0.3928475, 0.7071068, 0.58793783), (-0.5, 0.70710677, 0.5), (-0.3928475, 0.83146966, 0.3928475), (-0.3928475, 0.83146966, 0.3928475), (-0.5, 0.70710677, 0.5), (-0.58793783, 0.7071068, 0.3928475), (-0.46193978, 0.83146966, 0.3086583), (-0.46193978, 0.83146966, 0.3086583), (-0.58793783, 0.7071068, 0.3928475), (-0.6532815, 0.70710677, 0.27059805), (-0.51328, 0.8314696, 0.21260752), (-0.51328, 0.8314696, 0.21260752), (-0.6532815, 0.70710677, 0.27059805), (-0.69351995, 0.70710677, 0.13794969), (-0.5448951, 0.8314696, 0.108386375), (-0.5448951, 0.8314696, 0.108386375), (-0.69351995, 0.70710677, 0.13794969), (-0.7071068, 0.7071068, 0), (-0.55557024, 0.8314696, 0), (-0.7071068, 0.7071068, 0), (-0.8314696, 0.55557024, 0), (-0.81549317, 0.55557024, -0.16221167), (-0.69351995, 0.70710677, -0.13794969), (-0.69351995, 0.70710677, -0.13794969), (-0.81549317, 0.55557024, -0.16221167), (-0.76817775, 0.55557024, -0.31818965), (-0.6532815, 0.70710677, -0.27059805), (-0.6532815, 0.70710677, -0.27059805), (-0.76817775, 0.55557024, -0.31818965), (-0.6913417, 0.55557024, -0.46193975), (-0.58793783, 0.7071068, -0.3928475), (-0.58793783, 0.7071068, -0.3928475), (-0.6913417, 0.55557024, -0.46193975), (-0.58793783, 0.5555703, -0.58793783), (-0.5, 0.70710677, -0.5), (-0.5, 0.70710677, -0.5), (-0.58793783, 0.5555703, -0.58793783), (-0.46193975, 0.55557024, -0.6913417), (-0.3928475, 0.7071068, -0.58793783), (-0.3928475, 0.7071068, -0.58793783), (-0.46193975, 0.55557024, -0.6913417), (-0.31818965, 0.55557024, -0.76817775), (-0.27059805, 0.70710677, -0.6532815), (-0.27059805, 0.70710677, -0.6532815), (-0.31818965, 0.55557024, -0.76817775), (-0.16221167, 0.55557024, -0.81549317), (-0.13794969, 0.70710677, -0.69351995), (-0.13794969, 0.70710677, -0.69351995), (-0.16221167, 0.55557024, -0.81549317), (-5.091283e-17, 0.55557024, -0.8314696), (-4.3297806e-17, 0.7071068, -0.7071068), (-4.3297806e-17, 0.7071068, -0.7071068), (-5.091283e-17, 0.55557024, -0.8314696), (0.16221167, 0.55557024, -0.81549317), (0.13794969, 0.70710677, -0.69351995), (0.13794969, 0.70710677, -0.69351995), (0.16221167, 0.55557024, -0.81549317), (0.31818965, 0.55557024, -0.76817775), (0.27059805, 0.70710677, -0.6532815), (0.27059805, 0.70710677, -0.6532815), (0.31818965, 0.55557024, -0.76817775), (0.46193975, 0.55557024, -0.6913417), (0.3928475, 0.7071068, -0.58793783), (0.3928475, 0.7071068, -0.58793783), (0.46193975, 0.55557024, -0.6913417), (0.58793783, 0.5555703, -0.58793783), (0.5, 0.70710677, -0.5), (0.5, 0.70710677, -0.5), (0.58793783, 0.5555703, -0.58793783), (0.6913417, 0.55557024, -0.46193975), (0.58793783, 0.7071068, -0.3928475), (0.58793783, 0.7071068, -0.3928475), (0.6913417, 0.55557024, -0.46193975), (0.76817775, 0.55557024, -0.31818965), (0.6532815, 0.70710677, -0.27059805), (0.6532815, 0.70710677, -0.27059805), (0.76817775, 0.55557024, -0.31818965), (0.81549317, 0.55557024, -0.16221167), (0.69351995, 0.70710677, -0.13794969), (0.69351995, 0.70710677, -0.13794969), (0.81549317, 0.55557024, -0.16221167), (0.8314696, 0.55557024, -1.0182566e-16), (0.7071068, 0.7071068, -8.659561e-17), (0.7071068, 0.7071068, -8.659561e-17), (0.8314696, 0.55557024, -1.0182566e-16), (0.81549317, 0.55557024, 0.16221167), (0.69351995, 0.70710677, 0.13794969), (0.69351995, 0.70710677, 0.13794969), (0.81549317, 0.55557024, 0.16221167), (0.76817775, 0.55557024, 0.31818965), (0.6532815, 0.70710677, 0.27059805), (0.6532815, 0.70710677, 0.27059805), (0.76817775, 0.55557024, 0.31818965), (0.6913417, 0.55557024, 0.46193975), (0.58793783, 0.7071068, 0.3928475), (0.58793783, 0.7071068, 0.3928475), (0.6913417, 0.55557024, 0.46193975), (0.58793783, 0.5555703, 0.58793783), (0.5, 0.70710677, 0.5), (0.5, 0.70710677, 0.5), (0.58793783, 0.5555703, 0.58793783), (0.46193975, 0.55557024, 0.6913417), (0.3928475, 0.7071068, 0.58793783), (0.3928475, 0.7071068, 0.58793783), (0.46193975, 0.55557024, 0.6913417), (0.31818965, 0.55557024, 0.76817775), (0.27059805, 0.70710677, 0.6532815), (0.27059805, 0.70710677, 0.6532815), (0.31818965, 0.55557024, 0.76817775), (0.16221167, 0.55557024, 0.81549317), (0.13794969, 0.70710677, 0.69351995), (0.13794969, 0.70710677, 0.69351995), (0.16221167, 0.55557024, 0.81549317), (1.5273849e-16, 0.55557024, 0.8314696), (1.2989342e-16, 0.7071068, 0.7071068), (1.2989342e-16, 0.7071068, 0.7071068), (1.5273849e-16, 0.55557024, 0.8314696), (-0.16221167, 0.55557024, 0.81549317), (-0.13794969, 0.70710677, 0.69351995), (-0.13794969, 0.70710677, 0.69351995), (-0.16221167, 0.55557024, 0.81549317), (-0.31818965, 0.55557024, 0.76817775), (-0.27059805, 0.70710677, 0.6532815), (-0.27059805, 0.70710677, 0.6532815), (-0.31818965, 0.55557024, 0.76817775), (-0.46193975, 0.55557024, 0.6913417), (-0.3928475, 0.7071068, 0.58793783), (-0.3928475, 0.7071068, 0.58793783), (-0.46193975, 0.55557024, 0.6913417), (-0.58793783, 0.5555703, 0.58793783), (-0.5, 0.70710677, 0.5), (-0.5, 0.70710677, 0.5), (-0.58793783, 0.5555703, 0.58793783), (-0.6913417, 0.55557024, 0.46193975), (-0.58793783, 0.7071068, 0.3928475), (-0.58793783, 0.7071068, 0.3928475), (-0.6913417, 0.55557024, 0.46193975), (-0.76817775, 0.55557024, 0.31818965), (-0.6532815, 0.70710677, 0.27059805), (-0.6532815, 0.70710677, 0.27059805), (-0.76817775, 0.55557024, 0.31818965), (-0.81549317, 0.55557024, 0.16221167), (-0.69351995, 0.70710677, 0.13794969), (-0.69351995, 0.70710677, 0.13794969), (-0.81549317, 0.55557024, 0.16221167), (-0.8314696, 0.55557024, 0), (-0.7071068, 0.7071068, 0), (-0.8314696, 0.55557024, 0), (-0.92387956, 0.38268346, 0), (-0.90612745, 0.38268343, -0.18023996), (-0.81549317, 0.55557024, -0.16221167), (-0.81549317, 0.55557024, -0.16221167), (-0.90612745, 0.38268343, -0.18023996), (-0.8535534, 0.38268343, -0.35355338), (-0.76817775, 0.55557024, -0.31818965), (-0.76817775, 0.55557024, -0.31818965), (-0.8535534, 0.38268343, -0.35355338), (-0.76817775, 0.38268343, -0.51328), (-0.6913417, 0.55557024, -0.46193975), (-0.6913417, 0.55557024, -0.46193975), (-0.76817775, 0.38268343, -0.51328), (-0.6532815, 0.38268343, -0.6532815), (-0.58793783, 0.5555703, -0.58793783), (-0.58793783, 0.5555703, -0.58793783), (-0.6532815, 0.38268343, -0.6532815), (-0.51328, 0.38268343, -0.76817775), (-0.46193975, 0.55557024, -0.6913417), (-0.46193975, 0.55557024, -0.6913417), (-0.51328, 0.38268343, -0.76817775), (-0.35355338, 0.38268343, -0.8535534), (-0.31818965, 0.55557024, -0.76817775), (-0.31818965, 0.55557024, -0.76817775), (-0.35355338, 0.38268343, -0.8535534), (-0.18023996, 0.38268343, -0.90612745), (-0.16221167, 0.55557024, -0.81549317), (-0.16221167, 0.55557024, -0.81549317), (-0.18023996, 0.38268343, -0.90612745), (-5.657131e-17, 0.38268346, -0.92387956), (-5.091283e-17, 0.55557024, -0.8314696), (-5.091283e-17, 0.55557024, -0.8314696), (-5.657131e-17, 0.38268346, -0.92387956), (0.18023996, 0.38268343, -0.90612745), (0.16221167, 0.55557024, -0.81549317), (0.16221167, 0.55557024, -0.81549317), (0.18023996, 0.38268343, -0.90612745), (0.35355338, 0.38268343, -0.8535534), (0.31818965, 0.55557024, -0.76817775), (0.31818965, 0.55557024, -0.76817775), (0.35355338, 0.38268343, -0.8535534), (0.51328, 0.38268343, -0.76817775), (0.46193975, 0.55557024, -0.6913417), (0.46193975, 0.55557024, -0.6913417), (0.51328, 0.38268343, -0.76817775), (0.6532815, 0.38268343, -0.6532815), (0.58793783, 0.5555703, -0.58793783), (0.58793783, 0.5555703, -0.58793783), (0.6532815, 0.38268343, -0.6532815), (0.76817775, 0.38268343, -0.51328), (0.6913417, 0.55557024, -0.46193975), (0.6913417, 0.55557024, -0.46193975), (0.76817775, 0.38268343, -0.51328), (0.8535534, 0.38268343, -0.35355338), (0.76817775, 0.55557024, -0.31818965), (0.76817775, 0.55557024, -0.31818965), (0.8535534, 0.38268343, -0.35355338), (0.90612745, 0.38268343, -0.18023996), (0.81549317, 0.55557024, -0.16221167), (0.81549317, 0.55557024, -0.16221167), (0.90612745, 0.38268343, -0.18023996), (0.92387956, 0.38268346, -1.1314262e-16), (0.8314696, 0.55557024, -1.0182566e-16), (0.8314696, 0.55557024, -1.0182566e-16), (0.92387956, 0.38268346, -1.1314262e-16), (0.90612745, 0.38268343, 0.18023996), (0.81549317, 0.55557024, 0.16221167), (0.81549317, 0.55557024, 0.16221167), (0.90612745, 0.38268343, 0.18023996), (0.8535534, 0.38268343, 0.35355338), (0.76817775, 0.55557024, 0.31818965), (0.76817775, 0.55557024, 0.31818965), (0.8535534, 0.38268343, 0.35355338), (0.76817775, 0.38268343, 0.51328), (0.6913417, 0.55557024, 0.46193975), (0.6913417, 0.55557024, 0.46193975), (0.76817775, 0.38268343, 0.51328), (0.6532815, 0.38268343, 0.6532815), (0.58793783, 0.5555703, 0.58793783), (0.58793783, 0.5555703, 0.58793783), (0.6532815, 0.38268343, 0.6532815), (0.51328, 0.38268343, 0.76817775), (0.46193975, 0.55557024, 0.6913417), (0.46193975, 0.55557024, 0.6913417), (0.51328, 0.38268343, 0.76817775), (0.35355338, 0.38268343, 0.8535534), (0.31818965, 0.55557024, 0.76817775), (0.31818965, 0.55557024, 0.76817775), (0.35355338, 0.38268343, 0.8535534), (0.18023996, 0.38268343, 0.90612745), (0.16221167, 0.55557024, 0.81549317), (0.16221167, 0.55557024, 0.81549317), (0.18023996, 0.38268343, 0.90612745), (1.6971393e-16, 0.38268346, 0.92387956), (1.5273849e-16, 0.55557024, 0.8314696), (1.5273849e-16, 0.55557024, 0.8314696), (1.6971393e-16, 0.38268346, 0.92387956), (-0.18023996, 0.38268343, 0.90612745), (-0.16221167, 0.55557024, 0.81549317), (-0.16221167, 0.55557024, 0.81549317), (-0.18023996, 0.38268343, 0.90612745), (-0.35355338, 0.38268343, 0.8535534), (-0.31818965, 0.55557024, 0.76817775), (-0.31818965, 0.55557024, 0.76817775), (-0.35355338, 0.38268343, 0.8535534), (-0.51328, 0.38268343, 0.76817775), (-0.46193975, 0.55557024, 0.6913417), (-0.46193975, 0.55557024, 0.6913417), (-0.51328, 0.38268343, 0.76817775), (-0.6532815, 0.38268343, 0.6532815), (-0.58793783, 0.5555703, 0.58793783), (-0.58793783, 0.5555703, 0.58793783), (-0.6532815, 0.38268343, 0.6532815), (-0.76817775, 0.38268343, 0.51328), (-0.6913417, 0.55557024, 0.46193975), (-0.6913417, 0.55557024, 0.46193975), (-0.76817775, 0.38268343, 0.51328), (-0.8535534, 0.38268343, 0.35355338), (-0.76817775, 0.55557024, 0.31818965), (-0.76817775, 0.55557024, 0.31818965), (-0.8535534, 0.38268343, 0.35355338), (-0.90612745, 0.38268343, 0.18023996), (-0.81549317, 0.55557024, 0.16221167), (-0.81549317, 0.55557024, 0.16221167), (-0.90612745, 0.38268343, 0.18023996), (-0.92387956, 0.38268346, 0), (-0.8314696, 0.55557024, 0), (-0.92387956, 0.38268346, 0), (-0.9807853, 0.19509034, 0), (-0.96193975, 0.19509032, -0.19134171), (-0.90612745, 0.38268343, -0.18023996), (-0.90612745, 0.38268343, -0.18023996), (-0.96193975, 0.19509032, -0.19134171), (-0.90612745, 0.19509032, -0.37533027), (-0.8535534, 0.38268343, -0.35355338), (-0.8535534, 0.38268343, -0.35355338), (-0.90612745, 0.19509032, -0.37533027), (-0.81549317, 0.19509032, -0.5448951), (-0.76817775, 0.38268343, -0.51328), (-0.76817775, 0.38268343, -0.51328), (-0.81549317, 0.19509032, -0.5448951), (-0.69351995, 0.19509032, -0.69351995), (-0.6532815, 0.38268343, -0.6532815), (-0.6532815, 0.38268343, -0.6532815), (-0.69351995, 0.19509032, -0.69351995), (-0.5448951, 0.19509032, -0.81549317), (-0.51328, 0.38268343, -0.76817775), (-0.51328, 0.38268343, -0.76817775), (-0.5448951, 0.19509032, -0.81549317), (-0.37533027, 0.19509032, -0.90612745), (-0.35355338, 0.38268343, -0.8535534), (-0.35355338, 0.38268343, -0.8535534), (-0.37533027, 0.19509032, -0.90612745), (-0.19134173, 0.19509034, -0.9619398), (-0.18023996, 0.38268343, -0.90612745), (-0.18023996, 0.38268343, -0.90612745), (-0.19134173, 0.19509034, -0.9619398), (-6.005579e-17, 0.19509034, -0.9807853), (-5.657131e-17, 0.38268346, -0.92387956), (-5.657131e-17, 0.38268346, -0.92387956), (-6.005579e-17, 0.19509034, -0.9807853), (0.19134173, 0.19509034, -0.9619398), (0.18023996, 0.38268343, -0.90612745), (0.18023996, 0.38268343, -0.90612745), (0.19134173, 0.19509034, -0.9619398), (0.37533027, 0.19509032, -0.90612745), (0.35355338, 0.38268343, -0.8535534), (0.35355338, 0.38268343, -0.8535534), (0.37533027, 0.19509032, -0.90612745), (0.5448951, 0.19509032, -0.81549317), (0.51328, 0.38268343, -0.76817775), (0.51328, 0.38268343, -0.76817775), (0.5448951, 0.19509032, -0.81549317), (0.69351995, 0.19509032, -0.69351995), (0.6532815, 0.38268343, -0.6532815), (0.6532815, 0.38268343, -0.6532815), (0.69351995, 0.19509032, -0.69351995), (0.81549317, 0.19509032, -0.5448951), (0.76817775, 0.38268343, -0.51328), (0.76817775, 0.38268343, -0.51328), (0.81549317, 0.19509032, -0.5448951), (0.90612745, 0.19509032, -0.37533027), (0.8535534, 0.38268343, -0.35355338), (0.8535534, 0.38268343, -0.35355338), (0.90612745, 0.19509032, -0.37533027), (0.96193975, 0.19509032, -0.19134171), (0.90612745, 0.38268343, -0.18023996), (0.90612745, 0.38268343, -0.18023996), (0.96193975, 0.19509032, -0.19134171), (0.9807853, 0.19509034, -1.2011157e-16), (0.92387956, 0.38268346, -1.1314262e-16), (0.92387956, 0.38268346, -1.1314262e-16), (0.9807853, 0.19509034, -1.2011157e-16), (0.96193975, 0.19509032, 0.19134171), (0.90612745, 0.38268343, 0.18023996), (0.90612745, 0.38268343, 0.18023996), (0.96193975, 0.19509032, 0.19134171), (0.90612745, 0.19509032, 0.37533027), (0.8535534, 0.38268343, 0.35355338), (0.8535534, 0.38268343, 0.35355338), (0.90612745, 0.19509032, 0.37533027), (0.81549317, 0.19509032, 0.5448951), (0.76817775, 0.38268343, 0.51328), (0.76817775, 0.38268343, 0.51328), (0.81549317, 0.19509032, 0.5448951), (0.69351995, 0.19509032, 0.69351995), (0.6532815, 0.38268343, 0.6532815), (0.6532815, 0.38268343, 0.6532815), (0.69351995, 0.19509032, 0.69351995), (0.5448951, 0.19509032, 0.81549317), (0.51328, 0.38268343, 0.76817775), (0.51328, 0.38268343, 0.76817775), (0.5448951, 0.19509032, 0.81549317), (0.37533027, 0.19509032, 0.90612745), (0.35355338, 0.38268343, 0.8535534), (0.35355338, 0.38268343, 0.8535534), (0.37533027, 0.19509032, 0.90612745), (0.19134173, 0.19509034, 0.9619398), (0.18023996, 0.38268343, 0.90612745), (0.18023996, 0.38268343, 0.90612745), (0.19134173, 0.19509034, 0.9619398), (1.8016735e-16, 0.19509034, 0.9807853), (1.6971393e-16, 0.38268346, 0.92387956), (1.6971393e-16, 0.38268346, 0.92387956), (1.8016735e-16, 0.19509034, 0.9807853), (-0.19134173, 0.19509034, 0.9619398), (-0.18023996, 0.38268343, 0.90612745), (-0.18023996, 0.38268343, 0.90612745), (-0.19134173, 0.19509034, 0.9619398), (-0.37533027, 0.19509032, 0.90612745), (-0.35355338, 0.38268343, 0.8535534), (-0.35355338, 0.38268343, 0.8535534), (-0.37533027, 0.19509032, 0.90612745), (-0.5448951, 0.19509032, 0.81549317), (-0.51328, 0.38268343, 0.76817775), (-0.51328, 0.38268343, 0.76817775), (-0.5448951, 0.19509032, 0.81549317), (-0.69351995, 0.19509032, 0.69351995), (-0.6532815, 0.38268343, 0.6532815), (-0.6532815, 0.38268343, 0.6532815), (-0.69351995, 0.19509032, 0.69351995), (-0.81549317, 0.19509032, 0.5448951), (-0.76817775, 0.38268343, 0.51328), (-0.76817775, 0.38268343, 0.51328), (-0.81549317, 0.19509032, 0.5448951), (-0.90612745, 0.19509032, 0.37533027), (-0.8535534, 0.38268343, 0.35355338), (-0.8535534, 0.38268343, 0.35355338), (-0.90612745, 0.19509032, 0.37533027), (-0.96193975, 0.19509032, 0.19134171), (-0.90612745, 0.38268343, 0.18023996), (-0.90612745, 0.38268343, 0.18023996), (-0.96193975, 0.19509032, 0.19134171), (-0.9807853, 0.19509034, 0), (-0.92387956, 0.38268346, 0), (-0.9807853, 0.19509034, 0), (-1, 1.2246469e-16, 0), (-0.9807853, 1.224647e-16, -0.19509034), (-0.96193975, 0.19509032, -0.19134171), (-0.96193975, 0.19509032, -0.19134171), (-0.9807853, 1.224647e-16, -0.19509034), (-0.92387956, 1.224647e-16, -0.38268346), (-0.90612745, 0.19509032, -0.37533027), (-0.90612745, 0.19509032, -0.37533027), (-0.92387956, 1.224647e-16, -0.38268346), (-0.8314696, 1.2246469e-16, -0.55557024), (-0.81549317, 0.19509032, -0.5448951), (-0.81549317, 0.19509032, -0.5448951), (-0.8314696, 1.2246469e-16, -0.55557024), (-0.7071068, 1.224647e-16, -0.7071068), (-0.69351995, 0.19509032, -0.69351995), (-0.69351995, 0.19509032, -0.69351995), (-0.7071068, 1.224647e-16, -0.7071068), (-0.55557024, 1.2246469e-16, -0.8314696), (-0.5448951, 0.19509032, -0.81549317), (-0.5448951, 0.19509032, -0.81549317), (-0.55557024, 1.2246469e-16, -0.8314696), (-0.38268346, 1.224647e-16, -0.92387956), (-0.37533027, 0.19509032, -0.90612745), (-0.37533027, 0.19509032, -0.90612745), (-0.38268346, 1.224647e-16, -0.92387956), (-0.19509034, 1.224647e-16, -0.9807853), (-0.19134173, 0.19509034, -0.9619398), (-0.19134173, 0.19509034, -0.9619398), (-0.19509034, 1.224647e-16, -0.9807853), (-6.123234e-17, 1.2246469e-16, -1), (-6.005579e-17, 0.19509034, -0.9807853), (-6.005579e-17, 0.19509034, -0.9807853), (-6.123234e-17, 1.2246469e-16, -1), (0.19509034, 1.224647e-16, -0.9807853), (0.19134173, 0.19509034, -0.9619398), (0.19134173, 0.19509034, -0.9619398), (0.19509034, 1.224647e-16, -0.9807853), (0.38268346, 1.224647e-16, -0.92387956), (0.37533027, 0.19509032, -0.90612745), (0.37533027, 0.19509032, -0.90612745), (0.38268346, 1.224647e-16, -0.92387956), (0.55557024, 1.2246469e-16, -0.8314696), (0.5448951, 0.19509032, -0.81549317), (0.5448951, 0.19509032, -0.81549317), (0.55557024, 1.2246469e-16, -0.8314696), (0.7071068, 1.224647e-16, -0.7071068), (0.69351995, 0.19509032, -0.69351995), (0.69351995, 0.19509032, -0.69351995), (0.7071068, 1.224647e-16, -0.7071068), (0.8314696, 1.2246469e-16, -0.55557024), (0.81549317, 0.19509032, -0.5448951), (0.81549317, 0.19509032, -0.5448951), (0.8314696, 1.2246469e-16, -0.55557024), (0.92387956, 1.224647e-16, -0.38268346), (0.90612745, 0.19509032, -0.37533027), (0.90612745, 0.19509032, -0.37533027), (0.92387956, 1.224647e-16, -0.38268346), (0.9807853, 1.224647e-16, -0.19509034), (0.96193975, 0.19509032, -0.19134171), (0.96193975, 0.19509032, -0.19134171), (0.9807853, 1.224647e-16, -0.19509034), (1, 1.2246469e-16, -1.2246469e-16), (0.9807853, 0.19509034, -1.2011157e-16), (0.9807853, 0.19509034, -1.2011157e-16), (1, 1.2246469e-16, -1.2246469e-16), (0.9807853, 1.224647e-16, 0.19509034), (0.96193975, 0.19509032, 0.19134171), (0.96193975, 0.19509032, 0.19134171), (0.9807853, 1.224647e-16, 0.19509034), (0.92387956, 1.224647e-16, 0.38268346), (0.90612745, 0.19509032, 0.37533027), (0.90612745, 0.19509032, 0.37533027), (0.92387956, 1.224647e-16, 0.38268346), (0.8314696, 1.2246469e-16, 0.55557024), (0.81549317, 0.19509032, 0.5448951), (0.81549317, 0.19509032, 0.5448951), (0.8314696, 1.2246469e-16, 0.55557024), (0.7071068, 1.224647e-16, 0.7071068), (0.69351995, 0.19509032, 0.69351995), (0.69351995, 0.19509032, 0.69351995), (0.7071068, 1.224647e-16, 0.7071068), (0.55557024, 1.2246469e-16, 0.8314696), (0.5448951, 0.19509032, 0.81549317), (0.5448951, 0.19509032, 0.81549317), (0.55557024, 1.2246469e-16, 0.8314696), (0.38268346, 1.224647e-16, 0.92387956), (0.37533027, 0.19509032, 0.90612745), (0.37533027, 0.19509032, 0.90612745), (0.38268346, 1.224647e-16, 0.92387956), (0.19509034, 1.224647e-16, 0.9807853), (0.19134173, 0.19509034, 0.9619398), (0.19134173, 0.19509034, 0.9619398), (0.19509034, 1.224647e-16, 0.9807853), (1.8369701e-16, 1.2246469e-16, 1), (1.8016735e-16, 0.19509034, 0.9807853), (1.8016735e-16, 0.19509034, 0.9807853), (1.8369701e-16, 1.2246469e-16, 1), (-0.19509034, 1.224647e-16, 0.9807853), (-0.19134173, 0.19509034, 0.9619398), (-0.19134173, 0.19509034, 0.9619398), (-0.19509034, 1.224647e-16, 0.9807853), (-0.38268346, 1.224647e-16, 0.92387956), (-0.37533027, 0.19509032, 0.90612745), (-0.37533027, 0.19509032, 0.90612745), (-0.38268346, 1.224647e-16, 0.92387956), (-0.55557024, 1.2246469e-16, 0.8314696), (-0.5448951, 0.19509032, 0.81549317), (-0.5448951, 0.19509032, 0.81549317), (-0.55557024, 1.2246469e-16, 0.8314696), (-0.7071068, 1.224647e-16, 0.7071068), (-0.69351995, 0.19509032, 0.69351995), (-0.69351995, 0.19509032, 0.69351995), (-0.7071068, 1.224647e-16, 0.7071068), (-0.8314696, 1.2246469e-16, 0.55557024), (-0.81549317, 0.19509032, 0.5448951), (-0.81549317, 0.19509032, 0.5448951), (-0.8314696, 1.2246469e-16, 0.55557024), (-0.92387956, 1.224647e-16, 0.38268346), (-0.90612745, 0.19509032, 0.37533027), (-0.90612745, 0.19509032, 0.37533027), (-0.92387956, 1.224647e-16, 0.38268346), (-0.9807853, 1.224647e-16, 0.19509034), (-0.96193975, 0.19509032, 0.19134171), (-0.96193975, 0.19509032, 0.19134171), (-0.9807853, 1.224647e-16, 0.19509034), (-1, 1.2246469e-16, 0), (-0.9807853, 0.19509034, 0), (-1, 1.2246469e-16, 0), (-0.9807853, -0.19509034, 0), (-0.96193975, -0.19509032, -0.19134171), (-0.9807853, 1.224647e-16, -0.19509034), (-0.9807853, 1.224647e-16, -0.19509034), (-0.96193975, -0.19509032, -0.19134171), (-0.90612745, -0.19509032, -0.37533027), (-0.92387956, 1.224647e-16, -0.38268346), (-0.92387956, 1.224647e-16, -0.38268346), (-0.90612745, -0.19509032, -0.37533027), (-0.81549317, -0.19509032, -0.5448951), (-0.8314696, 1.2246469e-16, -0.55557024), (-0.8314696, 1.2246469e-16, -0.55557024), (-0.81549317, -0.19509032, -0.5448951), (-0.69351995, -0.19509032, -0.69351995), (-0.7071068, 1.224647e-16, -0.7071068), (-0.7071068, 1.224647e-16, -0.7071068), (-0.69351995, -0.19509032, -0.69351995), (-0.5448951, -0.19509032, -0.81549317), (-0.55557024, 1.2246469e-16, -0.8314696), (-0.55557024, 1.2246469e-16, -0.8314696), (-0.5448951, -0.19509032, -0.81549317), (-0.37533027, -0.19509032, -0.90612745), (-0.38268346, 1.224647e-16, -0.92387956), (-0.38268346, 1.224647e-16, -0.92387956), (-0.37533027, -0.19509032, -0.90612745), (-0.19134173, -0.19509034, -0.9619398), (-0.19509034, 1.224647e-16, -0.9807853), (-0.19509034, 1.224647e-16, -0.9807853), (-0.19134173, -0.19509034, -0.9619398), (-6.005579e-17, -0.19509034, -0.9807853), (-6.123234e-17, 1.2246469e-16, -1), (-6.123234e-17, 1.2246469e-16, -1), (-6.005579e-17, -0.19509034, -0.9807853), (0.19134173, -0.19509034, -0.9619398), (0.19509034, 1.224647e-16, -0.9807853), (0.19509034, 1.224647e-16, -0.9807853), (0.19134173, -0.19509034, -0.9619398), (0.37533027, -0.19509032, -0.90612745), (0.38268346, 1.224647e-16, -0.92387956), (0.38268346, 1.224647e-16, -0.92387956), (0.37533027, -0.19509032, -0.90612745), (0.5448951, -0.19509032, -0.81549317), (0.55557024, 1.2246469e-16, -0.8314696), (0.55557024, 1.2246469e-16, -0.8314696), (0.5448951, -0.19509032, -0.81549317), (0.69351995, -0.19509032, -0.69351995), (0.7071068, 1.224647e-16, -0.7071068), (0.7071068, 1.224647e-16, -0.7071068), (0.69351995, -0.19509032, -0.69351995), (0.81549317, -0.19509032, -0.5448951), (0.8314696, 1.2246469e-16, -0.55557024), (0.8314696, 1.2246469e-16, -0.55557024), (0.81549317, -0.19509032, -0.5448951), (0.90612745, -0.19509032, -0.37533027), (0.92387956, 1.224647e-16, -0.38268346), (0.92387956, 1.224647e-16, -0.38268346), (0.90612745, -0.19509032, -0.37533027), (0.96193975, -0.19509032, -0.19134171), (0.9807853, 1.224647e-16, -0.19509034), (0.9807853, 1.224647e-16, -0.19509034), (0.96193975, -0.19509032, -0.19134171), (0.9807853, -0.19509034, -1.2011157e-16), (1, 1.2246469e-16, -1.2246469e-16), (1, 1.2246469e-16, -1.2246469e-16), (0.9807853, -0.19509034, -1.2011157e-16), (0.96193975, -0.19509032, 0.19134171), (0.9807853, 1.224647e-16, 0.19509034), (0.9807853, 1.224647e-16, 0.19509034), (0.96193975, -0.19509032, 0.19134171), (0.90612745, -0.19509032, 0.37533027), (0.92387956, 1.224647e-16, 0.38268346), (0.92387956, 1.224647e-16, 0.38268346), (0.90612745, -0.19509032, 0.37533027), (0.81549317, -0.19509032, 0.5448951), (0.8314696, 1.2246469e-16, 0.55557024), (0.8314696, 1.2246469e-16, 0.55557024), (0.81549317, -0.19509032, 0.5448951), (0.69351995, -0.19509032, 0.69351995), (0.7071068, 1.224647e-16, 0.7071068), (0.7071068, 1.224647e-16, 0.7071068), (0.69351995, -0.19509032, 0.69351995), (0.5448951, -0.19509032, 0.81549317), (0.55557024, 1.2246469e-16, 0.8314696), (0.55557024, 1.2246469e-16, 0.8314696), (0.5448951, -0.19509032, 0.81549317), (0.37533027, -0.19509032, 0.90612745), (0.38268346, 1.224647e-16, 0.92387956), (0.38268346, 1.224647e-16, 0.92387956), (0.37533027, -0.19509032, 0.90612745), (0.19134173, -0.19509034, 0.9619398), (0.19509034, 1.224647e-16, 0.9807853), (0.19509034, 1.224647e-16, 0.9807853), (0.19134173, -0.19509034, 0.9619398), (1.8016735e-16, -0.19509034, 0.9807853), (1.8369701e-16, 1.2246469e-16, 1), (1.8369701e-16, 1.2246469e-16, 1), (1.8016735e-16, -0.19509034, 0.9807853), (-0.19134173, -0.19509034, 0.9619398), (-0.19509034, 1.224647e-16, 0.9807853), (-0.19509034, 1.224647e-16, 0.9807853), (-0.19134173, -0.19509034, 0.9619398), (-0.37533027, -0.19509032, 0.90612745), (-0.38268346, 1.224647e-16, 0.92387956), (-0.38268346, 1.224647e-16, 0.92387956), (-0.37533027, -0.19509032, 0.90612745), (-0.5448951, -0.19509032, 0.81549317), (-0.55557024, 1.2246469e-16, 0.8314696), (-0.55557024, 1.2246469e-16, 0.8314696), (-0.5448951, -0.19509032, 0.81549317), (-0.69351995, -0.19509032, 0.69351995), (-0.7071068, 1.224647e-16, 0.7071068), (-0.7071068, 1.224647e-16, 0.7071068), (-0.69351995, -0.19509032, 0.69351995), (-0.81549317, -0.19509032, 0.5448951), (-0.8314696, 1.2246469e-16, 0.55557024), (-0.8314696, 1.2246469e-16, 0.55557024), (-0.81549317, -0.19509032, 0.5448951), (-0.90612745, -0.19509032, 0.37533027), (-0.92387956, 1.224647e-16, 0.38268346), (-0.92387956, 1.224647e-16, 0.38268346), (-0.90612745, -0.19509032, 0.37533027), (-0.96193975, -0.19509032, 0.19134171), (-0.9807853, 1.224647e-16, 0.19509034), (-0.9807853, 1.224647e-16, 0.19509034), (-0.96193975, -0.19509032, 0.19134171), (-0.9807853, -0.19509034, 0), (-1, 1.2246469e-16, 0), (-0.9807853, -0.19509034, 0), (-0.92387956, -0.38268346, 0), (-0.90612745, -0.38268343, -0.18023996), (-0.96193975, -0.19509032, -0.19134171), (-0.96193975, -0.19509032, -0.19134171), (-0.90612745, -0.38268343, -0.18023996), (-0.8535534, -0.38268343, -0.35355338), (-0.90612745, -0.19509032, -0.37533027), (-0.90612745, -0.19509032, -0.37533027), (-0.8535534, -0.38268343, -0.35355338), (-0.76817775, -0.38268343, -0.51328), (-0.81549317, -0.19509032, -0.5448951), (-0.81549317, -0.19509032, -0.5448951), (-0.76817775, -0.38268343, -0.51328), (-0.6532815, -0.38268343, -0.6532815), (-0.69351995, -0.19509032, -0.69351995), (-0.69351995, -0.19509032, -0.69351995), (-0.6532815, -0.38268343, -0.6532815), (-0.51328, -0.38268343, -0.76817775), (-0.5448951, -0.19509032, -0.81549317), (-0.5448951, -0.19509032, -0.81549317), (-0.51328, -0.38268343, -0.76817775), (-0.35355338, -0.38268343, -0.8535534), (-0.37533027, -0.19509032, -0.90612745), (-0.37533027, -0.19509032, -0.90612745), (-0.35355338, -0.38268343, -0.8535534), (-0.18023996, -0.38268343, -0.90612745), (-0.19134173, -0.19509034, -0.9619398), (-0.19134173, -0.19509034, -0.9619398), (-0.18023996, -0.38268343, -0.90612745), (-5.657131e-17, -0.38268346, -0.92387956), (-6.005579e-17, -0.19509034, -0.9807853), (-6.005579e-17, -0.19509034, -0.9807853), (-5.657131e-17, -0.38268346, -0.92387956), (0.18023996, -0.38268343, -0.90612745), (0.19134173, -0.19509034, -0.9619398), (0.19134173, -0.19509034, -0.9619398), (0.18023996, -0.38268343, -0.90612745), (0.35355338, -0.38268343, -0.8535534), (0.37533027, -0.19509032, -0.90612745), (0.37533027, -0.19509032, -0.90612745), (0.35355338, -0.38268343, -0.8535534), (0.51328, -0.38268343, -0.76817775), (0.5448951, -0.19509032, -0.81549317), (0.5448951, -0.19509032, -0.81549317), (0.51328, -0.38268343, -0.76817775), (0.6532815, -0.38268343, -0.6532815), (0.69351995, -0.19509032, -0.69351995), (0.69351995, -0.19509032, -0.69351995), (0.6532815, -0.38268343, -0.6532815), (0.76817775, -0.38268343, -0.51328), (0.81549317, -0.19509032, -0.5448951), (0.81549317, -0.19509032, -0.5448951), (0.76817775, -0.38268343, -0.51328), (0.8535534, -0.38268343, -0.35355338), (0.90612745, -0.19509032, -0.37533027), (0.90612745, -0.19509032, -0.37533027), (0.8535534, -0.38268343, -0.35355338), (0.90612745, -0.38268343, -0.18023996), (0.96193975, -0.19509032, -0.19134171), (0.96193975, -0.19509032, -0.19134171), (0.90612745, -0.38268343, -0.18023996), (0.92387956, -0.38268346, -1.1314262e-16), (0.9807853, -0.19509034, -1.2011157e-16), (0.9807853, -0.19509034, -1.2011157e-16), (0.92387956, -0.38268346, -1.1314262e-16), (0.90612745, -0.38268343, 0.18023996), (0.96193975, -0.19509032, 0.19134171), (0.96193975, -0.19509032, 0.19134171), (0.90612745, -0.38268343, 0.18023996), (0.8535534, -0.38268343, 0.35355338), (0.90612745, -0.19509032, 0.37533027), (0.90612745, -0.19509032, 0.37533027), (0.8535534, -0.38268343, 0.35355338), (0.76817775, -0.38268343, 0.51328), (0.81549317, -0.19509032, 0.5448951), (0.81549317, -0.19509032, 0.5448951), (0.76817775, -0.38268343, 0.51328), (0.6532815, -0.38268343, 0.6532815), (0.69351995, -0.19509032, 0.69351995), (0.69351995, -0.19509032, 0.69351995), (0.6532815, -0.38268343, 0.6532815), (0.51328, -0.38268343, 0.76817775), (0.5448951, -0.19509032, 0.81549317), (0.5448951, -0.19509032, 0.81549317), (0.51328, -0.38268343, 0.76817775), (0.35355338, -0.38268343, 0.8535534), (0.37533027, -0.19509032, 0.90612745), (0.37533027, -0.19509032, 0.90612745), (0.35355338, -0.38268343, 0.8535534), (0.18023996, -0.38268343, 0.90612745), (0.19134173, -0.19509034, 0.9619398), (0.19134173, -0.19509034, 0.9619398), (0.18023996, -0.38268343, 0.90612745), (1.6971393e-16, -0.38268346, 0.92387956), (1.8016735e-16, -0.19509034, 0.9807853), (1.8016735e-16, -0.19509034, 0.9807853), (1.6971393e-16, -0.38268346, 0.92387956), (-0.18023996, -0.38268343, 0.90612745), (-0.19134173, -0.19509034, 0.9619398), (-0.19134173, -0.19509034, 0.9619398), (-0.18023996, -0.38268343, 0.90612745), (-0.35355338, -0.38268343, 0.8535534), (-0.37533027, -0.19509032, 0.90612745), (-0.37533027, -0.19509032, 0.90612745), (-0.35355338, -0.38268343, 0.8535534), (-0.51328, -0.38268343, 0.76817775), (-0.5448951, -0.19509032, 0.81549317), (-0.5448951, -0.19509032, 0.81549317), (-0.51328, -0.38268343, 0.76817775), (-0.6532815, -0.38268343, 0.6532815), (-0.69351995, -0.19509032, 0.69351995), (-0.69351995, -0.19509032, 0.69351995), (-0.6532815, -0.38268343, 0.6532815), (-0.76817775, -0.38268343, 0.51328), (-0.81549317, -0.19509032, 0.5448951), (-0.81549317, -0.19509032, 0.5448951), (-0.76817775, -0.38268343, 0.51328), (-0.8535534, -0.38268343, 0.35355338), (-0.90612745, -0.19509032, 0.37533027), (-0.90612745, -0.19509032, 0.37533027), (-0.8535534, -0.38268343, 0.35355338), (-0.90612745, -0.38268343, 0.18023996), (-0.96193975, -0.19509032, 0.19134171), (-0.96193975, -0.19509032, 0.19134171), (-0.90612745, -0.38268343, 0.18023996), (-0.92387956, -0.38268346, 0), (-0.9807853, -0.19509034, 0), (-0.92387956, -0.38268346, 0), (-0.8314696, -0.55557024, 0), (-0.81549317, -0.55557024, -0.16221167), (-0.90612745, -0.38268343, -0.18023996), (-0.90612745, -0.38268343, -0.18023996), (-0.81549317, -0.55557024, -0.16221167), (-0.76817775, -0.55557024, -0.31818965), (-0.8535534, -0.38268343, -0.35355338), (-0.8535534, -0.38268343, -0.35355338), (-0.76817775, -0.55557024, -0.31818965), (-0.6913417, -0.55557024, -0.46193975), (-0.76817775, -0.38268343, -0.51328), (-0.76817775, -0.38268343, -0.51328), (-0.6913417, -0.55557024, -0.46193975), (-0.58793783, -0.5555703, -0.58793783), (-0.6532815, -0.38268343, -0.6532815), (-0.6532815, -0.38268343, -0.6532815), (-0.58793783, -0.5555703, -0.58793783), (-0.46193975, -0.55557024, -0.6913417), (-0.51328, -0.38268343, -0.76817775), (-0.51328, -0.38268343, -0.76817775), (-0.46193975, -0.55557024, -0.6913417), (-0.31818965, -0.55557024, -0.76817775), (-0.35355338, -0.38268343, -0.8535534), (-0.35355338, -0.38268343, -0.8535534), (-0.31818965, -0.55557024, -0.76817775), (-0.16221167, -0.55557024, -0.81549317), (-0.18023996, -0.38268343, -0.90612745), (-0.18023996, -0.38268343, -0.90612745), (-0.16221167, -0.55557024, -0.81549317), (-5.091283e-17, -0.55557024, -0.8314696), (-5.657131e-17, -0.38268346, -0.92387956), (-5.657131e-17, -0.38268346, -0.92387956), (-5.091283e-17, -0.55557024, -0.8314696), (0.16221167, -0.55557024, -0.81549317), (0.18023996, -0.38268343, -0.90612745), (0.18023996, -0.38268343, -0.90612745), (0.16221167, -0.55557024, -0.81549317), (0.31818965, -0.55557024, -0.76817775), (0.35355338, -0.38268343, -0.8535534), (0.35355338, -0.38268343, -0.8535534), (0.31818965, -0.55557024, -0.76817775), (0.46193975, -0.55557024, -0.6913417), (0.51328, -0.38268343, -0.76817775), (0.51328, -0.38268343, -0.76817775), (0.46193975, -0.55557024, -0.6913417), (0.58793783, -0.5555703, -0.58793783), (0.6532815, -0.38268343, -0.6532815), (0.6532815, -0.38268343, -0.6532815), (0.58793783, -0.5555703, -0.58793783), (0.6913417, -0.55557024, -0.46193975), (0.76817775, -0.38268343, -0.51328), (0.76817775, -0.38268343, -0.51328), (0.6913417, -0.55557024, -0.46193975), (0.76817775, -0.55557024, -0.31818965), (0.8535534, -0.38268343, -0.35355338), (0.8535534, -0.38268343, -0.35355338), (0.76817775, -0.55557024, -0.31818965), (0.81549317, -0.55557024, -0.16221167), (0.90612745, -0.38268343, -0.18023996), (0.90612745, -0.38268343, -0.18023996), (0.81549317, -0.55557024, -0.16221167), (0.8314696, -0.55557024, -1.0182566e-16), (0.92387956, -0.38268346, -1.1314262e-16), (0.92387956, -0.38268346, -1.1314262e-16), (0.8314696, -0.55557024, -1.0182566e-16), (0.81549317, -0.55557024, 0.16221167), (0.90612745, -0.38268343, 0.18023996), (0.90612745, -0.38268343, 0.18023996), (0.81549317, -0.55557024, 0.16221167), (0.76817775, -0.55557024, 0.31818965), (0.8535534, -0.38268343, 0.35355338), (0.8535534, -0.38268343, 0.35355338), (0.76817775, -0.55557024, 0.31818965), (0.6913417, -0.55557024, 0.46193975), (0.76817775, -0.38268343, 0.51328), (0.76817775, -0.38268343, 0.51328), (0.6913417, -0.55557024, 0.46193975), (0.58793783, -0.5555703, 0.58793783), (0.6532815, -0.38268343, 0.6532815), (0.6532815, -0.38268343, 0.6532815), (0.58793783, -0.5555703, 0.58793783), (0.46193975, -0.55557024, 0.6913417), (0.51328, -0.38268343, 0.76817775), (0.51328, -0.38268343, 0.76817775), (0.46193975, -0.55557024, 0.6913417), (0.31818965, -0.55557024, 0.76817775), (0.35355338, -0.38268343, 0.8535534), (0.35355338, -0.38268343, 0.8535534), (0.31818965, -0.55557024, 0.76817775), (0.16221167, -0.55557024, 0.81549317), (0.18023996, -0.38268343, 0.90612745), (0.18023996, -0.38268343, 0.90612745), (0.16221167, -0.55557024, 0.81549317), (1.5273849e-16, -0.55557024, 0.8314696), (1.6971393e-16, -0.38268346, 0.92387956), (1.6971393e-16, -0.38268346, 0.92387956), (1.5273849e-16, -0.55557024, 0.8314696), (-0.16221167, -0.55557024, 0.81549317), (-0.18023996, -0.38268343, 0.90612745), (-0.18023996, -0.38268343, 0.90612745), (-0.16221167, -0.55557024, 0.81549317), (-0.31818965, -0.55557024, 0.76817775), (-0.35355338, -0.38268343, 0.8535534), (-0.35355338, -0.38268343, 0.8535534), (-0.31818965, -0.55557024, 0.76817775), (-0.46193975, -0.55557024, 0.6913417), (-0.51328, -0.38268343, 0.76817775), (-0.51328, -0.38268343, 0.76817775), (-0.46193975, -0.55557024, 0.6913417), (-0.58793783, -0.5555703, 0.58793783), (-0.6532815, -0.38268343, 0.6532815), (-0.6532815, -0.38268343, 0.6532815), (-0.58793783, -0.5555703, 0.58793783), (-0.6913417, -0.55557024, 0.46193975), (-0.76817775, -0.38268343, 0.51328), (-0.76817775, -0.38268343, 0.51328), (-0.6913417, -0.55557024, 0.46193975), (-0.76817775, -0.55557024, 0.31818965), (-0.8535534, -0.38268343, 0.35355338), (-0.8535534, -0.38268343, 0.35355338), (-0.76817775, -0.55557024, 0.31818965), (-0.81549317, -0.55557024, 0.16221167), (-0.90612745, -0.38268343, 0.18023996), (-0.90612745, -0.38268343, 0.18023996), (-0.81549317, -0.55557024, 0.16221167), (-0.8314696, -0.55557024, 0), (-0.92387956, -0.38268346, 0), (-0.8314696, -0.55557024, 0), (-0.7071068, -0.7071068, 0), (-0.69351995, -0.70710677, -0.13794969), (-0.81549317, -0.55557024, -0.16221167), (-0.81549317, -0.55557024, -0.16221167), (-0.69351995, -0.70710677, -0.13794969), (-0.6532815, -0.70710677, -0.27059805), (-0.76817775, -0.55557024, -0.31818965), (-0.76817775, -0.55557024, -0.31818965), (-0.6532815, -0.70710677, -0.27059805), (-0.58793783, -0.7071068, -0.3928475), (-0.6913417, -0.55557024, -0.46193975), (-0.6913417, -0.55557024, -0.46193975), (-0.58793783, -0.7071068, -0.3928475), (-0.5, -0.70710677, -0.5), (-0.58793783, -0.5555703, -0.58793783), (-0.58793783, -0.5555703, -0.58793783), (-0.5, -0.70710677, -0.5), (-0.3928475, -0.7071068, -0.58793783), (-0.46193975, -0.55557024, -0.6913417), (-0.46193975, -0.55557024, -0.6913417), (-0.3928475, -0.7071068, -0.58793783), (-0.27059805, -0.70710677, -0.6532815), (-0.31818965, -0.55557024, -0.76817775), (-0.31818965, -0.55557024, -0.76817775), (-0.27059805, -0.70710677, -0.6532815), (-0.13794969, -0.70710677, -0.69351995), (-0.16221167, -0.55557024, -0.81549317), (-0.16221167, -0.55557024, -0.81549317), (-0.13794969, -0.70710677, -0.69351995), (-4.3297806e-17, -0.7071068, -0.7071068), (-5.091283e-17, -0.55557024, -0.8314696), (-5.091283e-17, -0.55557024, -0.8314696), (-4.3297806e-17, -0.7071068, -0.7071068), (0.13794969, -0.70710677, -0.69351995), (0.16221167, -0.55557024, -0.81549317), (0.16221167, -0.55557024, -0.81549317), (0.13794969, -0.70710677, -0.69351995), (0.27059805, -0.70710677, -0.6532815), (0.31818965, -0.55557024, -0.76817775), (0.31818965, -0.55557024, -0.76817775), (0.27059805, -0.70710677, -0.6532815), (0.3928475, -0.7071068, -0.58793783), (0.46193975, -0.55557024, -0.6913417), (0.46193975, -0.55557024, -0.6913417), (0.3928475, -0.7071068, -0.58793783), (0.5, -0.70710677, -0.5), (0.58793783, -0.5555703, -0.58793783), (0.58793783, -0.5555703, -0.58793783), (0.5, -0.70710677, -0.5), (0.58793783, -0.7071068, -0.3928475), (0.6913417, -0.55557024, -0.46193975), (0.6913417, -0.55557024, -0.46193975), (0.58793783, -0.7071068, -0.3928475), (0.6532815, -0.70710677, -0.27059805), (0.76817775, -0.55557024, -0.31818965), (0.76817775, -0.55557024, -0.31818965), (0.6532815, -0.70710677, -0.27059805), (0.69351995, -0.70710677, -0.13794969), (0.81549317, -0.55557024, -0.16221167), (0.81549317, -0.55557024, -0.16221167), (0.69351995, -0.70710677, -0.13794969), (0.7071068, -0.7071068, -8.659561e-17), (0.8314696, -0.55557024, -1.0182566e-16), (0.8314696, -0.55557024, -1.0182566e-16), (0.7071068, -0.7071068, -8.659561e-17), (0.69351995, -0.70710677, 0.13794969), (0.81549317, -0.55557024, 0.16221167), (0.81549317, -0.55557024, 0.16221167), (0.69351995, -0.70710677, 0.13794969), (0.6532815, -0.70710677, 0.27059805), (0.76817775, -0.55557024, 0.31818965), (0.76817775, -0.55557024, 0.31818965), (0.6532815, -0.70710677, 0.27059805), (0.58793783, -0.7071068, 0.3928475), (0.6913417, -0.55557024, 0.46193975), (0.6913417, -0.55557024, 0.46193975), (0.58793783, -0.7071068, 0.3928475), (0.5, -0.70710677, 0.5), (0.58793783, -0.5555703, 0.58793783), (0.58793783, -0.5555703, 0.58793783), (0.5, -0.70710677, 0.5), (0.3928475, -0.7071068, 0.58793783), (0.46193975, -0.55557024, 0.6913417), (0.46193975, -0.55557024, 0.6913417), (0.3928475, -0.7071068, 0.58793783), (0.27059805, -0.70710677, 0.6532815), (0.31818965, -0.55557024, 0.76817775), (0.31818965, -0.55557024, 0.76817775), (0.27059805, -0.70710677, 0.6532815), (0.13794969, -0.70710677, 0.69351995), (0.16221167, -0.55557024, 0.81549317), (0.16221167, -0.55557024, 0.81549317), (0.13794969, -0.70710677, 0.69351995), (1.2989342e-16, -0.7071068, 0.7071068), (1.5273849e-16, -0.55557024, 0.8314696), (1.5273849e-16, -0.55557024, 0.8314696), (1.2989342e-16, -0.7071068, 0.7071068), (-0.13794969, -0.70710677, 0.69351995), (-0.16221167, -0.55557024, 0.81549317), (-0.16221167, -0.55557024, 0.81549317), (-0.13794969, -0.70710677, 0.69351995), (-0.27059805, -0.70710677, 0.6532815), (-0.31818965, -0.55557024, 0.76817775), (-0.31818965, -0.55557024, 0.76817775), (-0.27059805, -0.70710677, 0.6532815), (-0.3928475, -0.7071068, 0.58793783), (-0.46193975, -0.55557024, 0.6913417), (-0.46193975, -0.55557024, 0.6913417), (-0.3928475, -0.7071068, 0.58793783), (-0.5, -0.70710677, 0.5), (-0.58793783, -0.5555703, 0.58793783), (-0.58793783, -0.5555703, 0.58793783), (-0.5, -0.70710677, 0.5), (-0.58793783, -0.7071068, 0.3928475), (-0.6913417, -0.55557024, 0.46193975), (-0.6913417, -0.55557024, 0.46193975), (-0.58793783, -0.7071068, 0.3928475), (-0.6532815, -0.70710677, 0.27059805), (-0.76817775, -0.55557024, 0.31818965), (-0.76817775, -0.55557024, 0.31818965), (-0.6532815, -0.70710677, 0.27059805), (-0.69351995, -0.70710677, 0.13794969), (-0.81549317, -0.55557024, 0.16221167), (-0.81549317, -0.55557024, 0.16221167), (-0.69351995, -0.70710677, 0.13794969), (-0.7071068, -0.7071068, 0), (-0.8314696, -0.55557024, 0), (-0.7071068, -0.7071068, 0), (-0.55557024, -0.8314696, 0), (-0.5448951, -0.8314696, -0.108386375), (-0.69351995, -0.70710677, -0.13794969), (-0.69351995, -0.70710677, -0.13794969), (-0.5448951, -0.8314696, -0.108386375), (-0.51328, -0.8314696, -0.21260752), (-0.6532815, -0.70710677, -0.27059805), (-0.6532815, -0.70710677, -0.27059805), (-0.51328, -0.8314696, -0.21260752), (-0.46193978, -0.83146966, -0.3086583), (-0.58793783, -0.7071068, -0.3928475), (-0.58793783, -0.7071068, -0.3928475), (-0.46193978, -0.83146966, -0.3086583), (-0.3928475, -0.83146966, -0.3928475), (-0.5, -0.70710677, -0.5), (-0.5, -0.70710677, -0.5), (-0.3928475, -0.83146966, -0.3928475), (-0.3086583, -0.83146966, -0.46193978), (-0.3928475, -0.7071068, -0.58793783), (-0.3928475, -0.7071068, -0.58793783), (-0.3086583, -0.83146966, -0.46193978), (-0.21260752, -0.8314696, -0.51328), (-0.27059805, -0.70710677, -0.6532815), (-0.27059805, -0.70710677, -0.6532815), (-0.21260752, -0.8314696, -0.51328), (-0.108386375, -0.8314696, -0.5448951), (-0.13794969, -0.70710677, -0.69351995), (-0.13794969, -0.70710677, -0.69351995), (-0.108386375, -0.8314696, -0.5448951), (-3.4018865e-17, -0.8314696, -0.55557024), (-4.3297806e-17, -0.7071068, -0.7071068), (-4.3297806e-17, -0.7071068, -0.7071068), (-3.4018865e-17, -0.8314696, -0.55557024), (0.108386375, -0.8314696, -0.5448951), (0.13794969, -0.70710677, -0.69351995), (0.13794969, -0.70710677, -0.69351995), (0.108386375, -0.8314696, -0.5448951), (0.21260752, -0.8314696, -0.51328), (0.27059805, -0.70710677, -0.6532815), (0.27059805, -0.70710677, -0.6532815), (0.21260752, -0.8314696, -0.51328), (0.3086583, -0.83146966, -0.46193978), (0.3928475, -0.7071068, -0.58793783), (0.3928475, -0.7071068, -0.58793783), (0.3086583, -0.83146966, -0.46193978), (0.3928475, -0.83146966, -0.3928475), (0.5, -0.70710677, -0.5), (0.5, -0.70710677, -0.5), (0.3928475, -0.83146966, -0.3928475), (0.46193978, -0.83146966, -0.3086583), (0.58793783, -0.7071068, -0.3928475), (0.58793783, -0.7071068, -0.3928475), (0.46193978, -0.83146966, -0.3086583), (0.51328, -0.8314696, -0.21260752), (0.6532815, -0.70710677, -0.27059805), (0.6532815, -0.70710677, -0.27059805), (0.51328, -0.8314696, -0.21260752), (0.5448951, -0.8314696, -0.108386375), (0.69351995, -0.70710677, -0.13794969), (0.69351995, -0.70710677, -0.13794969), (0.5448951, -0.8314696, -0.108386375), (0.55557024, -0.8314696, -6.803773e-17), (0.7071068, -0.7071068, -8.659561e-17), (0.7071068, -0.7071068, -8.659561e-17), (0.55557024, -0.8314696, -6.803773e-17), (0.5448951, -0.8314696, 0.108386375), (0.69351995, -0.70710677, 0.13794969), (0.69351995, -0.70710677, 0.13794969), (0.5448951, -0.8314696, 0.108386375), (0.51328, -0.8314696, 0.21260752), (0.6532815, -0.70710677, 0.27059805), (0.6532815, -0.70710677, 0.27059805), (0.51328, -0.8314696, 0.21260752), (0.46193978, -0.83146966, 0.3086583), (0.58793783, -0.7071068, 0.3928475), (0.58793783, -0.7071068, 0.3928475), (0.46193978, -0.83146966, 0.3086583), (0.3928475, -0.83146966, 0.3928475), (0.5, -0.70710677, 0.5), (0.5, -0.70710677, 0.5), (0.3928475, -0.83146966, 0.3928475), (0.3086583, -0.83146966, 0.46193978), (0.3928475, -0.7071068, 0.58793783), (0.3928475, -0.7071068, 0.58793783), (0.3086583, -0.83146966, 0.46193978), (0.21260752, -0.8314696, 0.51328), (0.27059805, -0.70710677, 0.6532815), (0.27059805, -0.70710677, 0.6532815), (0.21260752, -0.8314696, 0.51328), (0.108386375, -0.8314696, 0.5448951), (0.13794969, -0.70710677, 0.69351995), (0.13794969, -0.70710677, 0.69351995), (0.108386375, -0.8314696, 0.5448951), (1.020566e-16, -0.8314696, 0.55557024), (1.2989342e-16, -0.7071068, 0.7071068), (1.2989342e-16, -0.7071068, 0.7071068), (1.020566e-16, -0.8314696, 0.55557024), (-0.108386375, -0.8314696, 0.5448951), (-0.13794969, -0.70710677, 0.69351995), (-0.13794969, -0.70710677, 0.69351995), (-0.108386375, -0.8314696, 0.5448951), (-0.21260752, -0.8314696, 0.51328), (-0.27059805, -0.70710677, 0.6532815), (-0.27059805, -0.70710677, 0.6532815), (-0.21260752, -0.8314696, 0.51328), (-0.3086583, -0.83146966, 0.46193978), (-0.3928475, -0.7071068, 0.58793783), (-0.3928475, -0.7071068, 0.58793783), (-0.3086583, -0.83146966, 0.46193978), (-0.3928475, -0.83146966, 0.3928475), (-0.5, -0.70710677, 0.5), (-0.5, -0.70710677, 0.5), (-0.3928475, -0.83146966, 0.3928475), (-0.46193978, -0.83146966, 0.3086583), (-0.58793783, -0.7071068, 0.3928475), (-0.58793783, -0.7071068, 0.3928475), (-0.46193978, -0.83146966, 0.3086583), (-0.51328, -0.8314696, 0.21260752), (-0.6532815, -0.70710677, 0.27059805), (-0.6532815, -0.70710677, 0.27059805), (-0.51328, -0.8314696, 0.21260752), (-0.5448951, -0.8314696, 0.108386375), (-0.69351995, -0.70710677, 0.13794969), (-0.69351995, -0.70710677, 0.13794969), (-0.5448951, -0.8314696, 0.108386375), (-0.55557024, -0.8314696, 0), (-0.7071068, -0.7071068, 0), (-0.55557024, -0.8314696, 0), (-0.38268346, -0.92387956, 0), (-0.3753303, -0.92387956, -0.07465784), (-0.5448951, -0.8314696, -0.108386375), (-0.5448951, -0.8314696, -0.108386375), (-0.3753303, -0.92387956, -0.07465784), (-0.3535534, -0.92387956, -0.14644663), (-0.51328, -0.8314696, -0.21260752), (-0.51328, -0.8314696, -0.21260752), (-0.3535534, -0.92387956, -0.14644663), (-0.31818968, -0.92387956, -0.21260753), (-0.46193978, -0.83146966, -0.3086583), (-0.46193978, -0.83146966, -0.3086583), (-0.31818968, -0.92387956, -0.21260753), (-0.27059808, -0.92387956, -0.27059808), (-0.3928475, -0.83146966, -0.3928475), (-0.3928475, -0.83146966, -0.3928475), (-0.27059808, -0.92387956, -0.27059808), (-0.21260753, -0.92387956, -0.31818968), (-0.3086583, -0.83146966, -0.46193978), (-0.3086583, -0.83146966, -0.46193978), (-0.21260753, -0.92387956, -0.31818968), (-0.14644663, -0.92387956, -0.3535534), (-0.21260752, -0.8314696, -0.51328), (-0.21260752, -0.8314696, -0.51328), (-0.14644663, -0.92387956, -0.3535534), (-0.074657835, -0.9238795, -0.37533027), (-0.108386375, -0.8314696, -0.5448951), (-0.108386375, -0.8314696, -0.5448951), (-0.074657835, -0.9238795, -0.37533027), (-2.3432604e-17, -0.92387956, -0.38268346), (-3.4018865e-17, -0.8314696, -0.55557024), (-3.4018865e-17, -0.8314696, -0.55557024), (-2.3432604e-17, -0.92387956, -0.38268346), (0.074657835, -0.9238795, -0.37533027), (0.108386375, -0.8314696, -0.5448951), (0.108386375, -0.8314696, -0.5448951), (0.074657835, -0.9238795, -0.37533027), (0.14644663, -0.92387956, -0.3535534), (0.21260752, -0.8314696, -0.51328), (0.21260752, -0.8314696, -0.51328), (0.14644663, -0.92387956, -0.3535534), (0.21260753, -0.92387956, -0.31818968), (0.3086583, -0.83146966, -0.46193978), (0.3086583, -0.83146966, -0.46193978), (0.21260753, -0.92387956, -0.31818968), (0.27059808, -0.92387956, -0.27059808), (0.3928475, -0.83146966, -0.3928475), (0.3928475, -0.83146966, -0.3928475), (0.27059808, -0.92387956, -0.27059808), (0.31818968, -0.92387956, -0.21260753), (0.46193978, -0.83146966, -0.3086583), (0.46193978, -0.83146966, -0.3086583), (0.31818968, -0.92387956, -0.21260753), (0.3535534, -0.92387956, -0.14644663), (0.51328, -0.8314696, -0.21260752), (0.51328, -0.8314696, -0.21260752), (0.3535534, -0.92387956, -0.14644663), (0.3753303, -0.92387956, -0.07465784), (0.5448951, -0.8314696, -0.108386375), (0.5448951, -0.8314696, -0.108386375), (0.3753303, -0.92387956, -0.07465784), (0.38268346, -0.92387956, -4.6865208e-17), (0.55557024, -0.8314696, -6.803773e-17), (0.55557024, -0.8314696, -6.803773e-17), (0.38268346, -0.92387956, -4.6865208e-17), (0.3753303, -0.92387956, 0.07465784), (0.5448951, -0.8314696, 0.108386375), (0.5448951, -0.8314696, 0.108386375), (0.3753303, -0.92387956, 0.07465784), (0.3535534, -0.92387956, 0.14644663), (0.51328, -0.8314696, 0.21260752), (0.51328, -0.8314696, 0.21260752), (0.3535534, -0.92387956, 0.14644663), (0.31818968, -0.92387956, 0.21260753), (0.46193978, -0.83146966, 0.3086583), (0.46193978, -0.83146966, 0.3086583), (0.31818968, -0.92387956, 0.21260753), (0.27059808, -0.92387956, 0.27059808), (0.3928475, -0.83146966, 0.3928475), (0.3928475, -0.83146966, 0.3928475), (0.27059808, -0.92387956, 0.27059808), (0.21260753, -0.92387956, 0.31818968), (0.3086583, -0.83146966, 0.46193978), (0.3086583, -0.83146966, 0.46193978), (0.21260753, -0.92387956, 0.31818968), (0.14644663, -0.92387956, 0.3535534), (0.21260752, -0.8314696, 0.51328), (0.21260752, -0.8314696, 0.51328), (0.14644663, -0.92387956, 0.3535534), (0.074657835, -0.9238795, 0.37533027), (0.108386375, -0.8314696, 0.5448951), (0.108386375, -0.8314696, 0.5448951), (0.074657835, -0.9238795, 0.37533027), (7.029781e-17, -0.92387956, 0.38268346), (1.020566e-16, -0.8314696, 0.55557024), (1.020566e-16, -0.8314696, 0.55557024), (7.029781e-17, -0.92387956, 0.38268346), (-0.074657835, -0.9238795, 0.37533027), (-0.108386375, -0.8314696, 0.5448951), (-0.108386375, -0.8314696, 0.5448951), (-0.074657835, -0.9238795, 0.37533027), (-0.14644663, -0.92387956, 0.3535534), (-0.21260752, -0.8314696, 0.51328), (-0.21260752, -0.8314696, 0.51328), (-0.14644663, -0.92387956, 0.3535534), (-0.21260753, -0.92387956, 0.31818968), (-0.3086583, -0.83146966, 0.46193978), (-0.3086583, -0.83146966, 0.46193978), (-0.21260753, -0.92387956, 0.31818968), (-0.27059808, -0.92387956, 0.27059808), (-0.3928475, -0.83146966, 0.3928475), (-0.3928475, -0.83146966, 0.3928475), (-0.27059808, -0.92387956, 0.27059808), (-0.31818968, -0.92387956, 0.21260753), (-0.46193978, -0.83146966, 0.3086583), (-0.46193978, -0.83146966, 0.3086583), (-0.31818968, -0.92387956, 0.21260753), (-0.3535534, -0.92387956, 0.14644663), (-0.51328, -0.8314696, 0.21260752), (-0.51328, -0.8314696, 0.21260752), (-0.3535534, -0.92387956, 0.14644663), (-0.3753303, -0.92387956, 0.07465784), (-0.5448951, -0.8314696, 0.108386375), (-0.5448951, -0.8314696, 0.108386375), (-0.3753303, -0.92387956, 0.07465784), (-0.38268346, -0.92387956, 0), (-0.55557024, -0.8314696, 0), (-0.38268346, -0.92387956, 0), (-0.19509034, -0.9807853, 0), (-0.19134173, -0.9807853, -0.038060237), (-0.3753303, -0.92387956, -0.07465784), (-0.3753303, -0.92387956, -0.07465784), (-0.19134173, -0.9807853, -0.038060237), (-0.18023998, -0.9807853, -0.07465784), (-0.3535534, -0.92387956, -0.14644663), (-0.3535534, -0.92387956, -0.14644663), (-0.18023998, -0.9807853, -0.07465784), (-0.16221169, -0.9807853, -0.10838638), (-0.31818968, -0.92387956, -0.21260753), (-0.31818968, -0.92387956, -0.21260753), (-0.16221169, -0.9807853, -0.10838638), (-0.1379497, -0.9807853, -0.1379497), (-0.27059808, -0.92387956, -0.27059808), (-0.27059808, -0.92387956, -0.27059808), (-0.1379497, -0.9807853, -0.1379497), (-0.10838638, -0.9807853, -0.16221169), (-0.21260753, -0.92387956, -0.31818968), (-0.21260753, -0.92387956, -0.31818968), (-0.10838638, -0.9807853, -0.16221169), (-0.07465784, -0.9807853, -0.18023998), (-0.14644663, -0.92387956, -0.3535534), (-0.14644663, -0.92387956, -0.3535534), (-0.07465784, -0.9807853, -0.18023998), (-0.038060237, -0.9807853, -0.19134173), (-0.074657835, -0.9238795, -0.37533027), (-0.074657835, -0.9238795, -0.37533027), (-0.038060237, -0.9807853, -0.19134173), (-1.1945838e-17, -0.9807853, -0.19509034), (-2.3432604e-17, -0.92387956, -0.38268346), (-2.3432604e-17, -0.92387956, -0.38268346), (-1.1945838e-17, -0.9807853, -0.19509034), (0.038060237, -0.9807853, -0.19134173), (0.074657835, -0.9238795, -0.37533027), (0.074657835, -0.9238795, -0.37533027), (0.038060237, -0.9807853, -0.19134173), (0.07465784, -0.9807853, -0.18023998), (0.14644663, -0.92387956, -0.3535534), (0.14644663, -0.92387956, -0.3535534), (0.07465784, -0.9807853, -0.18023998), (0.10838638, -0.9807853, -0.16221169), (0.21260753, -0.92387956, -0.31818968), (0.21260753, -0.92387956, -0.31818968), (0.10838638, -0.9807853, -0.16221169), (0.1379497, -0.9807853, -0.1379497), (0.27059808, -0.92387956, -0.27059808), (0.27059808, -0.92387956, -0.27059808), (0.1379497, -0.9807853, -0.1379497), (0.16221169, -0.9807853, -0.10838638), (0.31818968, -0.92387956, -0.21260753), (0.31818968, -0.92387956, -0.21260753), (0.16221169, -0.9807853, -0.10838638), (0.18023998, -0.9807853, -0.07465784), (0.3535534, -0.92387956, -0.14644663), (0.3535534, -0.92387956, -0.14644663), (0.18023998, -0.9807853, -0.07465784), (0.19134173, -0.9807853, -0.038060237), (0.3753303, -0.92387956, -0.07465784), (0.3753303, -0.92387956, -0.07465784), (0.19134173, -0.9807853, -0.038060237), (0.19509034, -0.9807853, -2.3891676e-17), (0.38268346, -0.92387956, -4.6865208e-17), (0.38268346, -0.92387956, -4.6865208e-17), (0.19509034, -0.9807853, -2.3891676e-17), (0.19134173, -0.9807853, 0.038060237), (0.3753303, -0.92387956, 0.07465784), (0.3753303, -0.92387956, 0.07465784), (0.19134173, -0.9807853, 0.038060237), (0.18023998, -0.9807853, 0.07465784), (0.3535534, -0.92387956, 0.14644663), (0.3535534, -0.92387956, 0.14644663), (0.18023998, -0.9807853, 0.07465784), (0.16221169, -0.9807853, 0.10838638), (0.31818968, -0.92387956, 0.21260753), (0.31818968, -0.92387956, 0.21260753), (0.16221169, -0.9807853, 0.10838638), (0.1379497, -0.9807853, 0.1379497), (0.27059808, -0.92387956, 0.27059808), (0.27059808, -0.92387956, 0.27059808), (0.1379497, -0.9807853, 0.1379497), (0.10838638, -0.9807853, 0.16221169), (0.21260753, -0.92387956, 0.31818968), (0.21260753, -0.92387956, 0.31818968), (0.10838638, -0.9807853, 0.16221169), (0.07465784, -0.9807853, 0.18023998), (0.14644663, -0.92387956, 0.3535534), (0.14644663, -0.92387956, 0.3535534), (0.07465784, -0.9807853, 0.18023998), (0.038060237, -0.9807853, 0.19134173), (0.074657835, -0.9238795, 0.37533027), (0.074657835, -0.9238795, 0.37533027), (0.038060237, -0.9807853, 0.19134173), (3.5837514e-17, -0.9807853, 0.19509034), (7.029781e-17, -0.92387956, 0.38268346), (7.029781e-17, -0.92387956, 0.38268346), (3.5837514e-17, -0.9807853, 0.19509034), (-0.038060237, -0.9807853, 0.19134173), (-0.074657835, -0.9238795, 0.37533027), (-0.074657835, -0.9238795, 0.37533027), (-0.038060237, -0.9807853, 0.19134173), (-0.07465784, -0.9807853, 0.18023998), (-0.14644663, -0.92387956, 0.3535534), (-0.14644663, -0.92387956, 0.3535534), (-0.07465784, -0.9807853, 0.18023998), (-0.10838638, -0.9807853, 0.16221169), (-0.21260753, -0.92387956, 0.31818968), (-0.21260753, -0.92387956, 0.31818968), (-0.10838638, -0.9807853, 0.16221169), (-0.1379497, -0.9807853, 0.1379497), (-0.27059808, -0.92387956, 0.27059808), (-0.27059808, -0.92387956, 0.27059808), (-0.1379497, -0.9807853, 0.1379497), (-0.16221169, -0.9807853, 0.10838638), (-0.31818968, -0.92387956, 0.21260753), (-0.31818968, -0.92387956, 0.21260753), (-0.16221169, -0.9807853, 0.10838638), (-0.18023998, -0.9807853, 0.07465784), (-0.3535534, -0.92387956, 0.14644663), (-0.3535534, -0.92387956, 0.14644663), (-0.18023998, -0.9807853, 0.07465784), (-0.19134173, -0.9807853, 0.038060237), (-0.3753303, -0.92387956, 0.07465784), (-0.3753303, -0.92387956, 0.07465784), (-0.19134173, -0.9807853, 0.038060237), (-0.19509034, -0.9807853, 0), (-0.38268346, -0.92387956, 0), (-0.19509034, -0.9807853, 0), (0, -1, 0), (0, -1, 0), (-0.19134173, -0.9807853, -0.038060237), (-0.19134173, -0.9807853, -0.038060237), (0, -1, 0), (0, -1, 0), (-0.18023998, -0.9807853, -0.07465784), (-0.18023998, -0.9807853, -0.07465784), (0, -1, 0), (0, -1, 0), (-0.16221169, -0.9807853, -0.10838638), (-0.16221169, -0.9807853, -0.10838638), (0, -1, 0), (0, -1, 0), (-0.1379497, -0.9807853, -0.1379497), (-0.1379497, -0.9807853, -0.1379497), (0, -1, 0), (0, -1, 0), (-0.10838638, -0.9807853, -0.16221169), (-0.10838638, -0.9807853, -0.16221169), (0, -1, 0), (0, -1, 0), (-0.07465784, -0.9807853, -0.18023998), (-0.07465784, -0.9807853, -0.18023998), (0, -1, 0), (0, -1, 0), (-0.038060237, -0.9807853, -0.19134173), (-0.038060237, -0.9807853, -0.19134173), (0, -1, 0), (0, -1, 0), (-1.1945838e-17, -0.9807853, -0.19509034), (-1.1945838e-17, -0.9807853, -0.19509034), (0, -1, 0), (0, -1, 0), (0.038060237, -0.9807853, -0.19134173), (0.038060237, -0.9807853, -0.19134173), (0, -1, 0), (0, -1, 0), (0.07465784, -0.9807853, -0.18023998), (0.07465784, -0.9807853, -0.18023998), (0, -1, 0), (0, -1, 0), (0.10838638, -0.9807853, -0.16221169), (0.10838638, -0.9807853, -0.16221169), (0, -1, 0), (0, -1, 0), (0.1379497, -0.9807853, -0.1379497), (0.1379497, -0.9807853, -0.1379497), (0, -1, 0), (0, -1, 0), (0.16221169, -0.9807853, -0.10838638), (0.16221169, -0.9807853, -0.10838638), (0, -1, 0), (0, -1, 0), (0.18023998, -0.9807853, -0.07465784), (0.18023998, -0.9807853, -0.07465784), (0, -1, 0), (0, -1, 0), (0.19134173, -0.9807853, -0.038060237), (0.19134173, -0.9807853, -0.038060237), (0, -1, 0), (0, -1, 0), (0.19509034, -0.9807853, -2.3891676e-17), (0.19509034, -0.9807853, -2.3891676e-17), (0, -1, 0), (0, -1, 0), (0.19134173, -0.9807853, 0.038060237), (0.19134173, -0.9807853, 0.038060237), (0, -1, 0), (0, -1, 0), (0.18023998, -0.9807853, 0.07465784), (0.18023998, -0.9807853, 0.07465784), (0, -1, 0), (0, -1, 0), (0.16221169, -0.9807853, 0.10838638), (0.16221169, -0.9807853, 0.10838638), (0, -1, 0), (0, -1, 0), (0.1379497, -0.9807853, 0.1379497), (0.1379497, -0.9807853, 0.1379497), (0, -1, 0), (0, -1, 0), (0.10838638, -0.9807853, 0.16221169), (0.10838638, -0.9807853, 0.16221169), (0, -1, 0), (0, -1, 0), (0.07465784, -0.9807853, 0.18023998), (0.07465784, -0.9807853, 0.18023998), (0, -1, 0), (0, -1, 0), (0.038060237, -0.9807853, 0.19134173), (0.038060237, -0.9807853, 0.19134173), (0, -1, 0), (0, -1, 0), (3.5837514e-17, -0.9807853, 0.19509034), (3.5837514e-17, -0.9807853, 0.19509034), (0, -1, 0), (0, -1, 0), (-0.038060237, -0.9807853, 0.19134173), (-0.038060237, -0.9807853, 0.19134173), (0, -1, 0), (0, -1, 0), (-0.07465784, -0.9807853, 0.18023998), (-0.07465784, -0.9807853, 0.18023998), (0, -1, 0), (0, -1, 0), (-0.10838638, -0.9807853, 0.16221169), (-0.10838638, -0.9807853, 0.16221169), (0, -1, 0), (0, -1, 0), (-0.1379497, -0.9807853, 0.1379497), (-0.1379497, -0.9807853, 0.1379497), (0, -1, 0), (0, -1, 0), (-0.16221169, -0.9807853, 0.10838638), (-0.16221169, -0.9807853, 0.10838638), (0, -1, 0), (0, -1, 0), (-0.18023998, -0.9807853, 0.07465784), (-0.18023998, -0.9807853, 0.07465784), (0, -1, 0), (0, -1, 0), (-0.19134173, -0.9807853, 0.038060237), (-0.19134173, -0.9807853, 0.038060237), (0, -1, 0), (0, -1, 0), (-0.19509034, -0.9807853, 0)] ( interpolation = "faceVarying" ) point3f[] points = [(50, -25, 0), (49.03926, -25, 9.754517), (46.193974, -25, 19.13417), (41.57348, -25, 27.778513), (35.35534, -25, 35.35534), (27.778513, -25, 41.57348), (19.13417, -25, 46.193974), (9.754517, -25, 49.03926), (3.061617e-15, -25, 50), (-9.754517, -25, 49.03926), (-19.13417, -25, 46.193974), (-27.778513, -25, 41.57348), (-35.35534, -25, 35.35534), (-41.57348, -25, 27.778513), (-46.193974, -25, 19.13417), (-49.03926, -25, 9.754517), (-50, -25, 6.123234e-15), (-49.03926, -25, -9.754517), (-46.193974, -25, -19.13417), (-41.57348, -25, -27.778513), (-35.35534, -25, -35.35534), (-27.778513, -25, -41.57348), (-19.13417, -25, -46.193974), (-9.754517, -25, -49.03926), (-9.184851e-15, -25, -50), (9.754517, -25, -49.03926), (19.13417, -25, -46.193974), (27.778513, -25, -41.57348), (35.35534, -25, -35.35534), (41.57348, -25, -27.778513), (46.193974, -25, -19.13417), (49.03926, -25, -9.754517), (54.87726, -24.51963, 0), (53.82281, -24.51963, 10.706021), (50.699974, -24.51963, 21.000618), (45.628773, -24.51963, 30.488173), (38.80408, -24.51963, 38.80408), (30.488173, -24.51963, 45.628773), (21.000618, -24.51963, 50.699974), (10.706021, -24.51963, 53.82281), (3.3602631e-15, -24.51963, 54.87726), (-10.706021, -24.51963, 53.82281), (-21.000618, -24.51963, 50.699974), (-30.488173, -24.51963, 45.628773), (-38.80408, -24.51963, 38.80408), (-45.628773, -24.51963, 30.488173), (-50.699974, -24.51963, 21.000618), (-53.82281, -24.51963, 10.706021), (-54.87726, -24.51963, 6.7205263e-15), (-53.82281, -24.51963, -10.706021), (-50.699974, -24.51963, -21.000618), (-45.628773, -24.51963, -30.488173), (-38.80408, -24.51963, -38.80408), (-30.488173, -24.51963, -45.628773), (-21.000618, -24.51963, -50.699974), (-10.706021, -24.51963, -53.82281), (-1.0080789e-14, -24.51963, -54.87726), (10.706021, -24.51963, -53.82281), (21.000618, -24.51963, -50.699974), (30.488173, -24.51963, -45.628773), (38.80408, -24.51963, -38.80408), (45.628773, -24.51963, -30.488173), (50.699974, -24.51963, -21.000618), (53.82281, -24.51963, -10.706021), (59.56709, -23.096987, 0), (58.422523, -23.096987, 11.620962), (55.032814, -23.096987, 22.795338), (49.52822, -23.096987, 33.0937), (42.12029, -23.096987, 42.12029), (33.0937, -23.096987, 49.52822), (22.795338, -23.096987, 55.032814), (11.620962, -23.096987, 58.422523), (3.647432e-15, -23.096987, 59.56709), (-11.620962, -23.096987, 58.422523), (-22.795338, -23.096987, 55.032814), (-33.0937, -23.096987, 49.52822), (-42.12029, -23.096987, 42.12029), (-49.52822, -23.096987, 33.0937), (-55.032814, -23.096987, 22.795338), (-58.422523, -23.096987, 11.620962), (-59.56709, -23.096987, 7.294864e-15), (-58.422523, -23.096987, -11.620962), (-55.032814, -23.096987, -22.795338), (-49.52822, -23.096987, -33.0937), (-42.12029, -23.096987, -42.12029), (-33.0937, -23.096987, -49.52822), (-22.795338, -23.096987, -55.032814), (-11.620962, -23.096987, -58.422523), (-1.0942296e-14, -23.096987, -59.56709), (11.620962, -23.096987, -58.422523), (22.795338, -23.096987, -55.032814), (33.0937, -23.096987, -49.52822), (42.12029, -23.096987, -42.12029), (49.52822, -23.096987, -33.0937), (55.032814, -23.096987, -22.795338), (58.422523, -23.096987, -11.620962), (63.88925, -20.78674, 0), (62.66164, -20.78674, 12.464175), (59.025974, -20.78674, 24.44936), (53.12197, -20.78674, 35.49497), (45.176525, -20.78674, 45.176525), (35.49497, -20.78674, 53.12197), (24.44936, -20.78674, 59.025974), (12.464175, -20.78674, 62.66164), (3.9120886e-15, -20.78674, 63.88925), (-12.464175, -20.78674, 62.66164), (-24.44936, -20.78674, 59.025974), (-35.49497, -20.78674, 53.12197), (-45.176525, -20.78674, 45.176525), (-53.12197, -20.78674, 35.49497), (-59.025974, -20.78674, 24.44936), (-62.66164, -20.78674, 12.464175), (-63.88925, -20.78674, 7.824177e-15), (-62.66164, -20.78674, -12.464175), (-59.025974, -20.78674, -24.44936), (-53.12197, -20.78674, -35.49497), (-45.176525, -20.78674, -45.176525), (-35.49497, -20.78674, -53.12197), (-24.44936, -20.78674, -59.025974), (-12.464175, -20.78674, -62.66164), (-1.1736267e-14, -20.78674, -63.88925), (12.464175, -20.78674, -62.66164), (24.44936, -20.78674, -59.025974), (35.49497, -20.78674, -53.12197), (45.176525, -20.78674, -45.176525), (53.12197, -20.78674, -35.49497), (59.025974, -20.78674, -24.44936), (62.66164, -20.78674, -12.464175), (67.67767, -17.67767, 0), (66.377266, -17.67767, 13.2032585), (62.526012, -17.67767, 25.899124), (56.271927, -17.67767, 37.599697), (47.85534, -17.67767, 47.85534), (37.599697, -17.67767, 56.271927), (25.899124, -17.67767, 62.526012), (13.2032585, -17.67767, 66.377266), (4.144062e-15, -17.67767, 67.67767), (-13.2032585, -17.67767, 66.377266), (-25.899124, -17.67767, 62.526012), (-37.599697, -17.67767, 56.271927), (-47.85534, -17.67767, 47.85534), (-56.271927, -17.67767, 37.599697), (-62.526012, -17.67767, 25.899124), (-66.377266, -17.67767, 13.2032585), (-67.67767, -17.67767, 8.288124e-15), (-66.377266, -17.67767, -13.2032585), (-62.526012, -17.67767, -25.899124), (-56.271927, -17.67767, -37.599697), (-47.85534, -17.67767, -47.85534), (-37.599697, -17.67767, -56.271927), (-25.899124, -17.67767, -62.526012), (-13.2032585, -17.67767, -66.377266), (-1.24321855e-14, -17.67767, -67.67767), (13.2032585, -17.67767, -66.377266), (25.899124, -17.67767, -62.526012), (37.599697, -17.67767, -56.271927), (47.85534, -17.67767, -47.85534), (56.271927, -17.67767, -37.599697), (62.526012, -17.67767, -25.899124), (66.377266, -17.67767, -13.2032585), (70.786736, -13.8892565, 0), (69.42659, -13.8892565, 13.809808), (65.39842, -13.8892565, 27.088913), (58.857025, -13.8892565, 39.327003), (50.05378, -13.8892565, 50.05378), (39.327003, -13.8892565, 58.857025), (27.088913, -13.8892565, 65.39842), (13.809808, -13.8892565, 69.42659), (4.334438e-15, -13.8892565, 70.786736), (-13.809808, -13.8892565, 69.42659), (-27.088913, -13.8892565, 65.39842), (-39.327003, -13.8892565, 58.857025), (-50.05378, -13.8892565, 50.05378), (-58.857025, -13.8892565, 39.327003), (-65.39842, -13.8892565, 27.088913), (-69.42659, -13.8892565, 13.809808), (-70.786736, -13.8892565, 8.668876e-15), (-69.42659, -13.8892565, -13.809808), (-65.39842, -13.8892565, -27.088913), (-58.857025, -13.8892565, -39.327003), (-50.05378, -13.8892565, -50.05378), (-39.327003, -13.8892565, -58.857025), (-27.088913, -13.8892565, -65.39842), (-13.809808, -13.8892565, -69.42659), (-1.30033135e-14, -13.8892565, -70.786736), (13.809808, -13.8892565, -69.42659), (27.088913, -13.8892565, -65.39842), (39.327003, -13.8892565, -58.857025), (50.05378, -13.8892565, -50.05378), (58.857025, -13.8892565, -39.327003), (65.39842, -13.8892565, -27.088913), (69.42659, -13.8892565, -13.809808), (73.09699, -9.567085, 0), (71.69245, -9.567085, 14.260515), (67.532814, -9.567085, 27.973005), (60.777927, -9.567085, 40.61051), (51.687378, -9.567085, 51.687378), (40.61051, -9.567085, 60.777927), (27.973005, -9.567085, 67.532814), (14.260515, -9.567085, 71.69245), (4.4759e-15, -9.567085, 73.09699), (-14.260515, -9.567085, 71.69245), (-27.973005, -9.567085, 67.532814), (-40.61051, -9.567085, 60.777927), (-51.687378, -9.567085, 51.687378), (-60.777927, -9.567085, 40.61051), (-67.532814, -9.567085, 27.973005), (-71.69245, -9.567085, 14.260515), (-73.09699, -9.567085, 8.9518e-15), (-71.69245, -9.567085, -14.260515), (-67.532814, -9.567085, -27.973005), (-60.777927, -9.567085, -40.61051), (-51.687378, -9.567085, -51.687378), (-40.61051, -9.567085, -60.777927), (-27.973005, -9.567085, -67.532814), (-14.260515, -9.567085, -71.69245), (-1.3427698e-14, -9.567085, -73.09699), (14.260515, -9.567085, -71.69245), (27.973005, -9.567085, -67.532814), (40.61051, -9.567085, -60.777927), (51.687378, -9.567085, -51.687378), (60.777927, -9.567085, -40.61051), (67.532814, -9.567085, -27.973005), (71.69245, -9.567085, -14.260515), (74.51964, -4.8772583, 0), (73.08776, -4.8772583, 14.538058), (68.84716, -4.8772583, 28.517427), (61.96081, -4.8772583, 41.40089), (52.693336, -4.8772583, 52.693336), (41.40089, -4.8772583, 61.96081), (28.517427, -4.8772583, 68.84716), (14.538058, -4.8772583, 73.08776), (4.5630114e-15, -4.8772583, 74.51964), (-14.538058, -4.8772583, 73.08776), (-28.517427, -4.8772583, 68.84716), (-41.40089, -4.8772583, 61.96081), (-52.693336, -4.8772583, 52.693336), (-61.96081, -4.8772583, 41.40089), (-68.84716, -4.8772583, 28.517427), (-73.08776, -4.8772583, 14.538058), (-74.51964, -4.8772583, 9.126023e-15), (-73.08776, -4.8772583, -14.538058), (-68.84716, -4.8772583, -28.517427), (-61.96081, -4.8772583, -41.40089), (-52.693336, -4.8772583, -52.693336), (-41.40089, -4.8772583, -61.96081), (-28.517427, -4.8772583, -68.84716), (-14.538058, -4.8772583, -73.08776), (-1.3689034e-14, -4.8772583, -74.51964), (14.538058, -4.8772583, -73.08776), (28.517427, -4.8772583, -68.84716), (41.40089, -4.8772583, -61.96081), (52.693336, -4.8772583, -52.693336), (61.96081, -4.8772583, -41.40089), (68.84716, -4.8772583, -28.517427), (73.08776, -4.8772583, -14.538058), (75, 0, 0), (73.5589, 0, 14.631774), (69.29096, 0, 28.701258), (62.36022, 0, 41.667767), (53.033005, 0, 53.033005), (41.667767, 0, 62.36022), (28.701258, 0, 69.29096), (14.631774, 0, 73.5589), (4.5924254e-15, 0, 75), (-14.631774, 0, 73.5589), (-28.701258, 0, 69.29096), (-41.667767, 0, 62.36022), (-53.033005, 0, 53.033005), (-62.36022, 0, 41.667767), (-69.29096, 0, 28.701258), (-73.5589, 0, 14.631774), (-75, 0, 9.184851e-15), (-73.5589, 0, -14.631774), (-69.29096, 0, -28.701258), (-62.36022, 0, -41.667767), (-53.033005, 0, -53.033005), (-41.667767, 0, -62.36022), (-28.701258, 0, -69.29096), (-14.631774, 0, -73.5589), (-1.3777277e-14, 0, -75), (14.631774, 0, -73.5589), (28.701258, 0, -69.29096), (41.667767, 0, -62.36022), (53.033005, 0, -53.033005), (62.36022, 0, -41.667767), (69.29096, 0, -28.701258), (73.5589, 0, -14.631774), (74.51964, 4.8772583, 0), (73.08776, 4.8772583, 14.538058), (68.84716, 4.8772583, 28.517427), (61.96081, 4.8772583, 41.40089), (52.693336, 4.8772583, 52.693336), (41.40089, 4.8772583, 61.96081), (28.517427, 4.8772583, 68.84716), (14.538058, 4.8772583, 73.08776), (4.5630114e-15, 4.8772583, 74.51964), (-14.538058, 4.8772583, 73.08776), (-28.517427, 4.8772583, 68.84716), (-41.40089, 4.8772583, 61.96081), (-52.693336, 4.8772583, 52.693336), (-61.96081, 4.8772583, 41.40089), (-68.84716, 4.8772583, 28.517427), (-73.08776, 4.8772583, 14.538058), (-74.51964, 4.8772583, 9.126023e-15), (-73.08776, 4.8772583, -14.538058), (-68.84716, 4.8772583, -28.517427), (-61.96081, 4.8772583, -41.40089), (-52.693336, 4.8772583, -52.693336), (-41.40089, 4.8772583, -61.96081), (-28.517427, 4.8772583, -68.84716), (-14.538058, 4.8772583, -73.08776), (-1.3689034e-14, 4.8772583, -74.51964), (14.538058, 4.8772583, -73.08776), (28.517427, 4.8772583, -68.84716), (41.40089, 4.8772583, -61.96081), (52.693336, 4.8772583, -52.693336), (61.96081, 4.8772583, -41.40089), (68.84716, 4.8772583, -28.517427), (73.08776, 4.8772583, -14.538058), (73.09699, 9.567085, 0), (71.69245, 9.567085, 14.260515), (67.532814, 9.567085, 27.973005), (60.777927, 9.567085, 40.61051), (51.687378, 9.567085, 51.687378), (40.61051, 9.567085, 60.777927), (27.973005, 9.567085, 67.532814), (14.260515, 9.567085, 71.69245), (4.4759e-15, 9.567085, 73.09699), (-14.260515, 9.567085, 71.69245), (-27.973005, 9.567085, 67.532814), (-40.61051, 9.567085, 60.777927), (-51.687378, 9.567085, 51.687378), (-60.777927, 9.567085, 40.61051), (-67.532814, 9.567085, 27.973005), (-71.69245, 9.567085, 14.260515), (-73.09699, 9.567085, 8.9518e-15), (-71.69245, 9.567085, -14.260515), (-67.532814, 9.567085, -27.973005), (-60.777927, 9.567085, -40.61051), (-51.687378, 9.567085, -51.687378), (-40.61051, 9.567085, -60.777927), (-27.973005, 9.567085, -67.532814), (-14.260515, 9.567085, -71.69245), (-1.3427698e-14, 9.567085, -73.09699), (14.260515, 9.567085, -71.69245), (27.973005, 9.567085, -67.532814), (40.61051, 9.567085, -60.777927), (51.687378, 9.567085, -51.687378), (60.777927, 9.567085, -40.61051), (67.532814, 9.567085, -27.973005), (71.69245, 9.567085, -14.260515), (70.786736, 13.8892565, 0), (69.42659, 13.8892565, 13.809808), (65.39842, 13.8892565, 27.088913), (58.857025, 13.8892565, 39.327003), (50.05378, 13.8892565, 50.05378), (39.327003, 13.8892565, 58.857025), (27.088913, 13.8892565, 65.39842), (13.809808, 13.8892565, 69.42659), (4.334438e-15, 13.8892565, 70.786736), (-13.809808, 13.8892565, 69.42659), (-27.088913, 13.8892565, 65.39842), (-39.327003, 13.8892565, 58.857025), (-50.05378, 13.8892565, 50.05378), (-58.857025, 13.8892565, 39.327003), (-65.39842, 13.8892565, 27.088913), (-69.42659, 13.8892565, 13.809808), (-70.786736, 13.8892565, 8.668876e-15), (-69.42659, 13.8892565, -13.809808), (-65.39842, 13.8892565, -27.088913), (-58.857025, 13.8892565, -39.327003), (-50.05378, 13.8892565, -50.05378), (-39.327003, 13.8892565, -58.857025), (-27.088913, 13.8892565, -65.39842), (-13.809808, 13.8892565, -69.42659), (-1.30033135e-14, 13.8892565, -70.786736), (13.809808, 13.8892565, -69.42659), (27.088913, 13.8892565, -65.39842), (39.327003, 13.8892565, -58.857025), (50.05378, 13.8892565, -50.05378), (58.857025, 13.8892565, -39.327003), (65.39842, 13.8892565, -27.088913), (69.42659, 13.8892565, -13.809808), (67.67767, 17.67767, 0), (66.377266, 17.67767, 13.2032585), (62.526012, 17.67767, 25.899124), (56.271927, 17.67767, 37.599697), (47.85534, 17.67767, 47.85534), (37.599697, 17.67767, 56.271927), (25.899124, 17.67767, 62.526012), (13.2032585, 17.67767, 66.377266), (4.144062e-15, 17.67767, 67.67767), (-13.2032585, 17.67767, 66.377266), (-25.899124, 17.67767, 62.526012), (-37.599697, 17.67767, 56.271927), (-47.85534, 17.67767, 47.85534), (-56.271927, 17.67767, 37.599697), (-62.526012, 17.67767, 25.899124), (-66.377266, 17.67767, 13.2032585), (-67.67767, 17.67767, 8.288124e-15), (-66.377266, 17.67767, -13.2032585), (-62.526012, 17.67767, -25.899124), (-56.271927, 17.67767, -37.599697), (-47.85534, 17.67767, -47.85534), (-37.599697, 17.67767, -56.271927), (-25.899124, 17.67767, -62.526012), (-13.2032585, 17.67767, -66.377266), (-1.24321855e-14, 17.67767, -67.67767), (13.2032585, 17.67767, -66.377266), (25.899124, 17.67767, -62.526012), (37.599697, 17.67767, -56.271927), (47.85534, 17.67767, -47.85534), (56.271927, 17.67767, -37.599697), (62.526012, 17.67767, -25.899124), (66.377266, 17.67767, -13.2032585), (63.88925, 20.78674, 0), (62.66164, 20.78674, 12.464175), (59.025974, 20.78674, 24.44936), (53.12197, 20.78674, 35.49497), (45.176525, 20.78674, 45.176525), (35.49497, 20.78674, 53.12197), (24.44936, 20.78674, 59.025974), (12.464175, 20.78674, 62.66164), (3.9120886e-15, 20.78674, 63.88925), (-12.464175, 20.78674, 62.66164), (-24.44936, 20.78674, 59.025974), (-35.49497, 20.78674, 53.12197), (-45.176525, 20.78674, 45.176525), (-53.12197, 20.78674, 35.49497), (-59.025974, 20.78674, 24.44936), (-62.66164, 20.78674, 12.464175), (-63.88925, 20.78674, 7.824177e-15), (-62.66164, 20.78674, -12.464175), (-59.025974, 20.78674, -24.44936), (-53.12197, 20.78674, -35.49497), (-45.176525, 20.78674, -45.176525), (-35.49497, 20.78674, -53.12197), (-24.44936, 20.78674, -59.025974), (-12.464175, 20.78674, -62.66164), (-1.1736267e-14, 20.78674, -63.88925), (12.464175, 20.78674, -62.66164), (24.44936, 20.78674, -59.025974), (35.49497, 20.78674, -53.12197), (45.176525, 20.78674, -45.176525), (53.12197, 20.78674, -35.49497), (59.025974, 20.78674, -24.44936), (62.66164, 20.78674, -12.464175), (59.56709, 23.096987, 0), (58.422523, 23.096987, 11.620962), (55.032814, 23.096987, 22.795338), (49.52822, 23.096987, 33.0937), (42.12029, 23.096987, 42.12029), (33.0937, 23.096987, 49.52822), (22.795338, 23.096987, 55.032814), (11.620962, 23.096987, 58.422523), (3.647432e-15, 23.096987, 59.56709), (-11.620962, 23.096987, 58.422523), (-22.795338, 23.096987, 55.032814), (-33.0937, 23.096987, 49.52822), (-42.12029, 23.096987, 42.12029), (-49.52822, 23.096987, 33.0937), (-55.032814, 23.096987, 22.795338), (-58.422523, 23.096987, 11.620962), (-59.56709, 23.096987, 7.294864e-15), (-58.422523, 23.096987, -11.620962), (-55.032814, 23.096987, -22.795338), (-49.52822, 23.096987, -33.0937), (-42.12029, 23.096987, -42.12029), (-33.0937, 23.096987, -49.52822), (-22.795338, 23.096987, -55.032814), (-11.620962, 23.096987, -58.422523), (-1.0942296e-14, 23.096987, -59.56709), (11.620962, 23.096987, -58.422523), (22.795338, 23.096987, -55.032814), (33.0937, 23.096987, -49.52822), (42.12029, 23.096987, -42.12029), (49.52822, 23.096987, -33.0937), (55.032814, 23.096987, -22.795338), (58.422523, 23.096987, -11.620962), (54.87726, 24.51963, 0), (53.82281, 24.51963, 10.706021), (50.699974, 24.51963, 21.000618), (45.628773, 24.51963, 30.488173), (38.80408, 24.51963, 38.80408), (30.488173, 24.51963, 45.628773), (21.000618, 24.51963, 50.699974), (10.706021, 24.51963, 53.82281), (3.3602631e-15, 24.51963, 54.87726), (-10.706021, 24.51963, 53.82281), (-21.000618, 24.51963, 50.699974), (-30.488173, 24.51963, 45.628773), (-38.80408, 24.51963, 38.80408), (-45.628773, 24.51963, 30.488173), (-50.699974, 24.51963, 21.000618), (-53.82281, 24.51963, 10.706021), (-54.87726, 24.51963, 6.7205263e-15), (-53.82281, 24.51963, -10.706021), (-50.699974, 24.51963, -21.000618), (-45.628773, 24.51963, -30.488173), (-38.80408, 24.51963, -38.80408), (-30.488173, 24.51963, -45.628773), (-21.000618, 24.51963, -50.699974), (-10.706021, 24.51963, -53.82281), (-1.0080789e-14, 24.51963, -54.87726), (10.706021, 24.51963, -53.82281), (21.000618, 24.51963, -50.699974), (30.488173, 24.51963, -45.628773), (38.80408, 24.51963, -38.80408), (45.628773, 24.51963, -30.488173), (50.699974, 24.51963, -21.000618), (53.82281, 24.51963, -10.706021), (50, 25, 0), (49.03926, 25, 9.754517), (46.193974, 25, 19.13417), (41.57348, 25, 27.778513), (35.35534, 25, 35.35534), (27.778513, 25, 41.57348), (19.13417, 25, 46.193974), (9.754517, 25, 49.03926), (3.061617e-15, 25, 50), (-9.754517, 25, 49.03926), (-19.13417, 25, 46.193974), (-27.778513, 25, 41.57348), (-35.35534, 25, 35.35534), (-41.57348, 25, 27.778513), (-46.193974, 25, 19.13417), (-49.03926, 25, 9.754517), (-50, 25, 6.123234e-15), (-49.03926, 25, -9.754517), (-46.193974, 25, -19.13417), (-41.57348, 25, -27.778513), (-35.35534, 25, -35.35534), (-27.778513, 25, -41.57348), (-19.13417, 25, -46.193974), (-9.754517, 25, -49.03926), (-9.184851e-15, 25, -50), (9.754517, 25, -49.03926), (19.13417, 25, -46.193974), (27.778513, 25, -41.57348), (35.35534, 25, -35.35534), (41.57348, 25, -27.778513), (46.193974, 25, -19.13417), (49.03926, 25, -9.754517), (45.12274, 24.51963, 0), (44.255722, 24.51963, 8.80301), (41.687977, 24.51963, 17.267727), (37.51819, 24.51963, 25.068851), (31.906595, 24.51963, 31.906595), (25.068851, 24.51963, 37.51819), (17.267727, 24.51963, 41.687977), (8.80301, 24.51963, 44.255722), (2.762971e-15, 24.51963, 45.12274), (-8.80301, 24.51963, 44.255722), (-17.267727, 24.51963, 41.687977), (-25.068851, 24.51963, 37.51819), (-31.906595, 24.51963, 31.906595), (-37.51819, 24.51963, 25.068851), (-41.687977, 24.51963, 17.267727), (-44.255722, 24.51963, 8.80301), (-45.12274, 24.51963, 5.525942e-15), (-44.255722, 24.51963, -8.80301), (-41.687977, 24.51963, -17.267727), (-37.51819, 24.51963, -25.068851), (-31.906595, 24.51963, -31.906595), (-25.068851, 24.51963, -37.51819), (-17.267727, 24.51963, -41.687977), (-8.80301, 24.51963, -44.255722), (-8.288914e-15, 24.51963, -45.12274), (8.80301, 24.51963, -44.255722), (17.267727, 24.51963, -41.687977), (25.068851, 24.51963, -37.51819), (31.906595, 24.51963, -31.906595), (37.51819, 24.51963, -25.068851), (41.687977, 24.51963, -17.267727), (44.255722, 24.51963, -8.80301), (40.432915, 23.096987, 0), (39.656006, 23.096987, 7.8880706), (37.355145, 23.096987, 15.473006), (33.61874, 23.096987, 22.463324), (28.590387, 23.096987, 28.590387), (22.463324, 23.096987, 33.61874), (15.473006, 23.096987, 37.355145), (7.8880706, 23.096987, 39.656006), (2.475802e-15, 23.096987, 40.432915), (-7.8880706, 23.096987, 39.656006), (-15.473006, 23.096987, 37.355145), (-22.463324, 23.096987, 33.61874), (-28.590387, 23.096987, 28.590387), (-33.61874, 23.096987, 22.463324), (-37.355145, 23.096987, 15.473006), (-39.656006, 23.096987, 7.8880706), (-40.432915, 23.096987, 4.951604e-15), (-39.656006, 23.096987, -7.8880706), (-37.355145, 23.096987, -15.473006), (-33.61874, 23.096987, -22.463324), (-28.590387, 23.096987, -28.590387), (-22.463324, 23.096987, -33.61874), (-15.473006, 23.096987, -37.355145), (-7.8880706, 23.096987, -39.656006), (-7.427406e-15, 23.096987, -40.432915), (7.8880706, 23.096987, -39.656006), (15.473006, 23.096987, -37.355145), (22.463324, 23.096987, -33.61874), (28.590387, 23.096987, -28.590387), (33.61874, 23.096987, -22.463324), (37.355145, 23.096987, -15.473006), (39.656006, 23.096987, -7.8880706), (36.110744, 20.78674, 0), (35.416885, 20.78674, 7.044857), (33.361977, 20.78674, 13.818984), (30.024988, 20.78674, 20.062056), (25.534153, 20.78674, 25.534153), (20.062056, 20.78674, 30.024988), (13.818984, 20.78674, 33.361977), (7.044857, 20.78674, 35.416885), (2.2111454e-15, 20.78674, 36.110744), (-7.044857, 20.78674, 35.416885), (-13.818984, 20.78674, 33.361977), (-20.062056, 20.78674, 30.024988), (-25.534153, 20.78674, 25.534153), (-30.024988, 20.78674, 20.062056), (-33.361977, 20.78674, 13.818984), (-35.416885, 20.78674, 7.044857), (-36.110744, 20.78674, 4.422291e-15), (-35.416885, 20.78674, -7.044857), (-33.361977, 20.78674, -13.818984), (-30.024988, 20.78674, -20.062056), (-25.534153, 20.78674, -25.534153), (-20.062056, 20.78674, -30.024988), (-13.818984, 20.78674, -33.361977), (-7.044857, 20.78674, -35.416885), (-6.633436e-15, 20.78674, -36.110744), (7.044857, 20.78674, -35.416885), (13.818984, 20.78674, -33.361977), (20.062056, 20.78674, -30.024988), (25.534153, 20.78674, -25.534153), (30.024988, 20.78674, -20.062056), (33.361977, 20.78674, -13.818984), (35.416885, 20.78674, -7.044857), (32.32233, 17.67767, 0), (31.701267, 17.67767, 6.3057737), (29.861938, 17.67767, 12.369221), (26.875036, 17.67767, 17.957325), (22.85534, 17.67767, 22.85534), (17.957325, 17.67767, 26.875036), (12.369221, 17.67767, 29.861938), (6.3057737, 17.67767, 31.701267), (1.9791719e-15, 17.67767, 32.32233), (-6.3057737, 17.67767, 31.701267), (-12.369221, 17.67767, 29.861938), (-17.957325, 17.67767, 26.875036), (-22.85534, 17.67767, 22.85534), (-26.875036, 17.67767, 17.957325), (-29.861938, 17.67767, 12.369221), (-31.701267, 17.67767, 6.3057737), (-32.32233, 17.67767, 3.9583438e-15), (-31.701267, 17.67767, -6.3057737), (-29.861938, 17.67767, -12.369221), (-26.875036, 17.67767, -17.957325), (-22.85534, 17.67767, -22.85534), (-17.957325, 17.67767, -26.875036), (-12.369221, 17.67767, -29.861938), (-6.3057737, 17.67767, -31.701267), (-5.9375155e-15, 17.67767, -32.32233), (6.3057737, 17.67767, -31.701267), (12.369221, 17.67767, -29.861938), (17.957325, 17.67767, -26.875036), (22.85534, 17.67767, -22.85534), (26.875036, 17.67767, -17.957325), (29.861938, 17.67767, -12.369221), (31.701267, 17.67767, -6.3057737), (29.213259, 13.8892565, 0), (28.651936, 13.8892565, 5.6992245), (26.989532, 13.8892565, 11.179431), (24.289938, 13.8892565, 16.230017), (20.656895, 13.8892565, 20.656895), (16.230017, 13.8892565, 24.289938), (11.179431, 13.8892565, 26.989532), (5.6992245, 13.8892565, 28.651936), (1.7887964e-15, 13.8892565, 29.213259), (-5.6992245, 13.8892565, 28.651936), (-11.179431, 13.8892565, 26.989532), (-16.230017, 13.8892565, 24.289938), (-20.656895, 13.8892565, 20.656895), (-24.289938, 13.8892565, 16.230017), (-26.989532, 13.8892565, 11.179431), (-28.651936, 13.8892565, 5.6992245), (-29.213259, 13.8892565, 3.5775927e-15), (-28.651936, 13.8892565, -5.6992245), (-26.989532, 13.8892565, -11.179431), (-24.289938, 13.8892565, -16.230017), (-20.656895, 13.8892565, -20.656895), (-16.230017, 13.8892565, -24.289938), (-11.179431, 13.8892565, -26.989532), (-5.6992245, 13.8892565, -28.651936), (-5.3663887e-15, 13.8892565, -29.213259), (5.6992245, 13.8892565, -28.651936), (11.179431, 13.8892565, -26.989532), (16.230017, 13.8892565, -24.289938), (20.656895, 13.8892565, -20.656895), (24.289938, 13.8892565, -16.230017), (26.989532, 13.8892565, -11.179431), (28.651936, 13.8892565, -5.6992245), (26.903013, 9.567085, 0), (26.38608, 9.567085, 5.248517), (24.85514, 9.567085, 10.295337), (22.369036, 9.567085, 14.946513), (19.023302, 9.567085, 19.023302), (14.946513, 9.567085, 22.369036), (10.295337, 9.567085, 24.85514), (5.248517, 9.567085, 26.38608), (1.6473343e-15, 9.567085, 26.903013), (-5.248517, 9.567085, 26.38608), (-10.295337, 9.567085, 24.85514), (-14.946513, 9.567085, 22.369036), (-19.023302, 9.567085, 19.023302), (-22.369036, 9.567085, 14.946513), (-24.85514, 9.567085, 10.295337), (-26.38608, 9.567085, 5.248517), (-26.903013, 9.567085, 3.2946687e-15), (-26.38608, 9.567085, -5.248517), (-24.85514, 9.567085, -10.295337), (-22.369036, 9.567085, -14.946513), (-19.023302, 9.567085, -19.023302), (-14.946513, 9.567085, -22.369036), (-10.295337, 9.567085, -24.85514), (-5.248517, 9.567085, -26.38608), (-4.942003e-15, 9.567085, -26.903013), (5.248517, 9.567085, -26.38608), (10.295337, 9.567085, -24.85514), (14.946513, 9.567085, -22.369036), (19.023302, 9.567085, -19.023302), (22.369036, 9.567085, -14.946513), (24.85514, 9.567085, -10.295337), (26.38608, 9.567085, -5.248517), (25.48037, 4.8772583, 0), (24.99077, 4.8772583, 4.9709735), (23.54079, 4.8772583, 9.750915), (21.186152, 4.8772583, 14.156135), (18.017342, 4.8772583, 18.017342), (14.156135, 4.8772583, 21.186152), (9.750915, 4.8772583, 23.54079), (4.9709735, 4.8772583, 24.99077), (1.5602226e-15, 4.8772583, 25.48037), (-4.9709735, 4.8772583, 24.99077), (-9.750915, 4.8772583, 23.54079), (-14.156135, 4.8772583, 21.186152), (-18.017342, 4.8772583, 18.017342), (-21.186152, 4.8772583, 14.156135), (-23.54079, 4.8772583, 9.750915), (-24.99077, 4.8772583, 4.9709735), (-25.48037, 4.8772583, 3.1204452e-15), (-24.99077, 4.8772583, -4.9709735), (-23.54079, 4.8772583, -9.750915), (-21.186152, 4.8772583, -14.156135), (-18.017342, 4.8772583, -18.017342), (-14.156135, 4.8772583, -21.186152), (-9.750915, 4.8772583, -23.54079), (-4.9709735, 4.8772583, -24.99077), (-4.6806676e-15, 4.8772583, -25.48037), (4.9709735, 4.8772583, -24.99077), (9.750915, 4.8772583, -23.54079), (14.156135, 4.8772583, -21.186152), (18.017342, 4.8772583, -18.017342), (21.186152, 4.8772583, -14.156135), (23.54079, 4.8772583, -9.750915), (24.99077, 4.8772583, -4.9709735), (25, 3.061617e-15, 0), (24.51963, 3.061617e-15, 4.8772583), (23.096987, 3.061617e-15, 9.567085), (20.78674, 3.061617e-15, 13.8892565), (17.67767, 3.061617e-15, 17.67767), (13.8892565, 3.061617e-15, 20.78674), (9.567085, 3.061617e-15, 23.096987), (4.8772583, 3.061617e-15, 24.51963), (1.5308086e-15, 3.061617e-15, 25), (-4.8772583, 3.061617e-15, 24.51963), (-9.567085, 3.061617e-15, 23.096987), (-13.8892565, 3.061617e-15, 20.78674), (-17.67767, 3.061617e-15, 17.67767), (-20.78674, 3.061617e-15, 13.8892565), (-23.096987, 3.061617e-15, 9.567085), (-24.51963, 3.061617e-15, 4.8772583), (-25, 3.061617e-15, 3.061617e-15), (-24.51963, 3.061617e-15, -4.8772583), (-23.096987, 3.061617e-15, -9.567085), (-20.78674, 3.061617e-15, -13.8892565), (-17.67767, 3.061617e-15, -17.67767), (-13.8892565, 3.061617e-15, -20.78674), (-9.567085, 3.061617e-15, -23.096987), (-4.8772583, 3.061617e-15, -24.51963), (-4.5924254e-15, 3.061617e-15, -25), (4.8772583, 3.061617e-15, -24.51963), (9.567085, 3.061617e-15, -23.096987), (13.8892565, 3.061617e-15, -20.78674), (17.67767, 3.061617e-15, -17.67767), (20.78674, 3.061617e-15, -13.8892565), (23.096987, 3.061617e-15, -9.567085), (24.51963, 3.061617e-15, -4.8772583), (25.48037, -4.8772583, 0), (24.99077, -4.8772583, 4.9709735), (23.54079, -4.8772583, 9.750915), (21.186152, -4.8772583, 14.156135), (18.017342, -4.8772583, 18.017342), (14.156135, -4.8772583, 21.186152), (9.750915, -4.8772583, 23.54079), (4.9709735, -4.8772583, 24.99077), (1.5602226e-15, -4.8772583, 25.48037), (-4.9709735, -4.8772583, 24.99077), (-9.750915, -4.8772583, 23.54079), (-14.156135, -4.8772583, 21.186152), (-18.017342, -4.8772583, 18.017342), (-21.186152, -4.8772583, 14.156135), (-23.54079, -4.8772583, 9.750915), (-24.99077, -4.8772583, 4.9709735), (-25.48037, -4.8772583, 3.1204452e-15), (-24.99077, -4.8772583, -4.9709735), (-23.54079, -4.8772583, -9.750915), (-21.186152, -4.8772583, -14.156135), (-18.017342, -4.8772583, -18.017342), (-14.156135, -4.8772583, -21.186152), (-9.750915, -4.8772583, -23.54079), (-4.9709735, -4.8772583, -24.99077), (-4.6806676e-15, -4.8772583, -25.48037), (4.9709735, -4.8772583, -24.99077), (9.750915, -4.8772583, -23.54079), (14.156135, -4.8772583, -21.186152), (18.017342, -4.8772583, -18.017342), (21.186152, -4.8772583, -14.156135), (23.54079, -4.8772583, -9.750915), (24.99077, -4.8772583, -4.9709735), (26.903013, -9.567085, 0), (26.38608, -9.567085, 5.248517), (24.85514, -9.567085, 10.295337), (22.369036, -9.567085, 14.946513), (19.023302, -9.567085, 19.023302), (14.946513, -9.567085, 22.369036), (10.295337, -9.567085, 24.85514), (5.248517, -9.567085, 26.38608), (1.6473343e-15, -9.567085, 26.903013), (-5.248517, -9.567085, 26.38608), (-10.295337, -9.567085, 24.85514), (-14.946513, -9.567085, 22.369036), (-19.023302, -9.567085, 19.023302), (-22.369036, -9.567085, 14.946513), (-24.85514, -9.567085, 10.295337), (-26.38608, -9.567085, 5.248517), (-26.903013, -9.567085, 3.2946687e-15), (-26.38608, -9.567085, -5.248517), (-24.85514, -9.567085, -10.295337), (-22.369036, -9.567085, -14.946513), (-19.023302, -9.567085, -19.023302), (-14.946513, -9.567085, -22.369036), (-10.295337, -9.567085, -24.85514), (-5.248517, -9.567085, -26.38608), (-4.942003e-15, -9.567085, -26.903013), (5.248517, -9.567085, -26.38608), (10.295337, -9.567085, -24.85514), (14.946513, -9.567085, -22.369036), (19.023302, -9.567085, -19.023302), (22.369036, -9.567085, -14.946513), (24.85514, -9.567085, -10.295337), (26.38608, -9.567085, -5.248517), (29.213259, -13.8892565, 0), (28.651936, -13.8892565, 5.6992245), (26.989532, -13.8892565, 11.179431), (24.289938, -13.8892565, 16.230017), (20.656895, -13.8892565, 20.656895), (16.230017, -13.8892565, 24.289938), (11.179431, -13.8892565, 26.989532), (5.6992245, -13.8892565, 28.651936), (1.7887964e-15, -13.8892565, 29.213259), (-5.6992245, -13.8892565, 28.651936), (-11.179431, -13.8892565, 26.989532), (-16.230017, -13.8892565, 24.289938), (-20.656895, -13.8892565, 20.656895), (-24.289938, -13.8892565, 16.230017), (-26.989532, -13.8892565, 11.179431), (-28.651936, -13.8892565, 5.6992245), (-29.213259, -13.8892565, 3.5775927e-15), (-28.651936, -13.8892565, -5.6992245), (-26.989532, -13.8892565, -11.179431), (-24.289938, -13.8892565, -16.230017), (-20.656895, -13.8892565, -20.656895), (-16.230017, -13.8892565, -24.289938), (-11.179431, -13.8892565, -26.989532), (-5.6992245, -13.8892565, -28.651936), (-5.3663887e-15, -13.8892565, -29.213259), (5.6992245, -13.8892565, -28.651936), (11.179431, -13.8892565, -26.989532), (16.230017, -13.8892565, -24.289938), (20.656895, -13.8892565, -20.656895), (24.289938, -13.8892565, -16.230017), (26.989532, -13.8892565, -11.179431), (28.651936, -13.8892565, -5.6992245), (32.32233, -17.67767, 0), (31.701267, -17.67767, 6.3057737), (29.861938, -17.67767, 12.369221), (26.875036, -17.67767, 17.957325), (22.85534, -17.67767, 22.85534), (17.957325, -17.67767, 26.875036), (12.369221, -17.67767, 29.861938), (6.3057737, -17.67767, 31.701267), (1.9791719e-15, -17.67767, 32.32233), (-6.3057737, -17.67767, 31.701267), (-12.369221, -17.67767, 29.861938), (-17.957325, -17.67767, 26.875036), (-22.85534, -17.67767, 22.85534), (-26.875036, -17.67767, 17.957325), (-29.861938, -17.67767, 12.369221), (-31.701267, -17.67767, 6.3057737), (-32.32233, -17.67767, 3.9583438e-15), (-31.701267, -17.67767, -6.3057737), (-29.861938, -17.67767, -12.369221), (-26.875036, -17.67767, -17.957325), (-22.85534, -17.67767, -22.85534), (-17.957325, -17.67767, -26.875036), (-12.369221, -17.67767, -29.861938), (-6.3057737, -17.67767, -31.701267), (-5.9375155e-15, -17.67767, -32.32233), (6.3057737, -17.67767, -31.701267), (12.369221, -17.67767, -29.861938), (17.957325, -17.67767, -26.875036), (22.85534, -17.67767, -22.85534), (26.875036, -17.67767, -17.957325), (29.861938, -17.67767, -12.369221), (31.701267, -17.67767, -6.3057737), (36.110744, -20.78674, 0), (35.416885, -20.78674, 7.044857), (33.361977, -20.78674, 13.818984), (30.024988, -20.78674, 20.062056), (25.534153, -20.78674, 25.534153), (20.062056, -20.78674, 30.024988), (13.818984, -20.78674, 33.361977), (7.044857, -20.78674, 35.416885), (2.2111454e-15, -20.78674, 36.110744), (-7.044857, -20.78674, 35.416885), (-13.818984, -20.78674, 33.361977), (-20.062056, -20.78674, 30.024988), (-25.534153, -20.78674, 25.534153), (-30.024988, -20.78674, 20.062056), (-33.361977, -20.78674, 13.818984), (-35.416885, -20.78674, 7.044857), (-36.110744, -20.78674, 4.422291e-15), (-35.416885, -20.78674, -7.044857), (-33.361977, -20.78674, -13.818984), (-30.024988, -20.78674, -20.062056), (-25.534153, -20.78674, -25.534153), (-20.062056, -20.78674, -30.024988), (-13.818984, -20.78674, -33.361977), (-7.044857, -20.78674, -35.416885), (-6.633436e-15, -20.78674, -36.110744), (7.044857, -20.78674, -35.416885), (13.818984, -20.78674, -33.361977), (20.062056, -20.78674, -30.024988), (25.534153, -20.78674, -25.534153), (30.024988, -20.78674, -20.062056), (33.361977, -20.78674, -13.818984), (35.416885, -20.78674, -7.044857), (40.432915, -23.096987, 0), (39.656006, -23.096987, 7.8880706), (37.355145, -23.096987, 15.473006), (33.61874, -23.096987, 22.463324), (28.590387, -23.096987, 28.590387), (22.463324, -23.096987, 33.61874), (15.473006, -23.096987, 37.355145), (7.8880706, -23.096987, 39.656006), (2.475802e-15, -23.096987, 40.432915), (-7.8880706, -23.096987, 39.656006), (-15.473006, -23.096987, 37.355145), (-22.463324, -23.096987, 33.61874), (-28.590387, -23.096987, 28.590387), (-33.61874, -23.096987, 22.463324), (-37.355145, -23.096987, 15.473006), (-39.656006, -23.096987, 7.8880706), (-40.432915, -23.096987, 4.951604e-15), (-39.656006, -23.096987, -7.8880706), (-37.355145, -23.096987, -15.473006), (-33.61874, -23.096987, -22.463324), (-28.590387, -23.096987, -28.590387), (-22.463324, -23.096987, -33.61874), (-15.473006, -23.096987, -37.355145), (-7.8880706, -23.096987, -39.656006), (-7.427406e-15, -23.096987, -40.432915), (7.8880706, -23.096987, -39.656006), (15.473006, -23.096987, -37.355145), (22.463324, -23.096987, -33.61874), (28.590387, -23.096987, -28.590387), (33.61874, -23.096987, -22.463324), (37.355145, -23.096987, -15.473006), (39.656006, -23.096987, -7.8880706), (45.12274, -24.51963, 0), (44.255722, -24.51963, 8.80301), (41.687977, -24.51963, 17.267727), (37.51819, -24.51963, 25.068851), (31.906595, -24.51963, 31.906595), (25.068851, -24.51963, 37.51819), (17.267727, -24.51963, 41.687977), (8.80301, -24.51963, 44.255722), (2.762971e-15, -24.51963, 45.12274), (-8.80301, -24.51963, 44.255722), (-17.267727, -24.51963, 41.687977), (-25.068851, -24.51963, 37.51819), (-31.906595, -24.51963, 31.906595), (-37.51819, -24.51963, 25.068851), (-41.687977, -24.51963, 17.267727), (-44.255722, -24.51963, 8.80301), (-45.12274, -24.51963, 5.525942e-15), (-44.255722, -24.51963, -8.80301), (-41.687977, -24.51963, -17.267727), (-37.51819, -24.51963, -25.068851), (-31.906595, -24.51963, -31.906595), (-25.068851, -24.51963, -37.51819), (-17.267727, -24.51963, -41.687977), (-8.80301, -24.51963, -44.255722), (-8.288914e-15, -24.51963, -45.12274), (8.80301, -24.51963, -44.255722), (17.267727, -24.51963, -41.687977), (25.068851, -24.51963, -37.51819), (31.906595, -24.51963, -31.906595), (37.51819, -24.51963, -25.068851), (41.687977, -24.51963, -17.267727), (44.255722, -24.51963, -8.80301)] float2[] primvars:st = [(0, 0), (0, 0.03125), (0.03125, 0.03125), (0.03125, 0), (0.03125, 0), (0.03125, 0.03125), (0.0625, 0.03125), (0.0625, 0), (0.0625, 0), (0.0625, 0.03125), (0.09375, 0.03125), (0.09375, 0), (0.09375, 0), (0.09375, 0.03125), (0.125, 0.03125), (0.125, 0), (0.125, 0), (0.125, 0.03125), (0.15625, 0.03125), (0.15625, 0), (0.15625, 0), (0.15625, 0.03125), (0.1875, 0.03125), (0.1875, 0), (0.1875, 0), (0.1875, 0.03125), (0.21875, 0.03125), (0.21875, 0), (0.21875, 0), (0.21875, 0.03125), (0.25, 0.03125), (0.25, 0), (0.25, 0), (0.25, 0.03125), (0.28125, 0.03125), (0.28125, 0), (0.28125, 0), (0.28125, 0.03125), (0.3125, 0.03125), (0.3125, 0), (0.3125, 0), (0.3125, 0.03125), (0.34375, 0.03125), (0.34375, 0), (0.34375, 0), (0.34375, 0.03125), (0.375, 0.03125), (0.375, 0), (0.375, 0), (0.375, 0.03125), (0.40625, 0.03125), (0.40625, 0), (0.40625, 0), (0.40625, 0.03125), (0.4375, 0.03125), (0.4375, 0), (0.4375, 0), (0.4375, 0.03125), (0.46875, 0.03125), (0.46875, 0), (0.46875, 0), (0.46875, 0.03125), (0.5, 0.03125), (0.5, 0), (0.5, 0), (0.5, 0.03125), (0.53125, 0.03125), (0.53125, 0), (0.53125, 0), (0.53125, 0.03125), (0.5625, 0.03125), (0.5625, 0), (0.5625, 0), (0.5625, 0.03125), (0.59375, 0.03125), (0.59375, 0), (0.59375, 0), (0.59375, 0.03125), (0.625, 0.03125), (0.625, 0), (0.625, 0), (0.625, 0.03125), (0.65625, 0.03125), (0.65625, 0), (0.65625, 0), (0.65625, 0.03125), (0.6875, 0.03125), (0.6875, 0), (0.6875, 0), (0.6875, 0.03125), (0.71875, 0.03125), (0.71875, 0), (0.71875, 0), (0.71875, 0.03125), (0.75, 0.03125), (0.75, 0), (0.75, 0), (0.75, 0.03125), (0.78125, 0.03125), (0.78125, 0), (0.78125, 0), (0.78125, 0.03125), (0.8125, 0.03125), (0.8125, 0), (0.8125, 0), (0.8125, 0.03125), (0.84375, 0.03125), (0.84375, 0), (0.84375, 0), (0.84375, 0.03125), (0.875, 0.03125), (0.875, 0), (0.875, 0), (0.875, 0.03125), (0.90625, 0.03125), (0.90625, 0), (0.90625, 0), (0.90625, 0.03125), (0.9375, 0.03125), (0.9375, 0), (0.9375, 0), (0.9375, 0.03125), (0.96875, 0.03125), (0.96875, 0), (0.96875, 0), (0.96875, 0.03125), (1, 0.03125), (1, 0), (0, 0.03125), (0, 0.0625), (0.03125, 0.0625), (0.03125, 0.03125), (0.03125, 0.03125), (0.03125, 0.0625), (0.0625, 0.0625), (0.0625, 0.03125), (0.0625, 0.03125), (0.0625, 0.0625), (0.09375, 0.0625), (0.09375, 0.03125), (0.09375, 0.03125), (0.09375, 0.0625), (0.125, 0.0625), (0.125, 0.03125), (0.125, 0.03125), (0.125, 0.0625), (0.15625, 0.0625), (0.15625, 0.03125), (0.15625, 0.03125), (0.15625, 0.0625), (0.1875, 0.0625), (0.1875, 0.03125), (0.1875, 0.03125), (0.1875, 0.0625), (0.21875, 0.0625), (0.21875, 0.03125), (0.21875, 0.03125), (0.21875, 0.0625), (0.25, 0.0625), (0.25, 0.03125), (0.25, 0.03125), (0.25, 0.0625), (0.28125, 0.0625), (0.28125, 0.03125), (0.28125, 0.03125), (0.28125, 0.0625), (0.3125, 0.0625), (0.3125, 0.03125), (0.3125, 0.03125), (0.3125, 0.0625), (0.34375, 0.0625), (0.34375, 0.03125), (0.34375, 0.03125), (0.34375, 0.0625), (0.375, 0.0625), (0.375, 0.03125), (0.375, 0.03125), (0.375, 0.0625), (0.40625, 0.0625), (0.40625, 0.03125), (0.40625, 0.03125), (0.40625, 0.0625), (0.4375, 0.0625), (0.4375, 0.03125), (0.4375, 0.03125), (0.4375, 0.0625), (0.46875, 0.0625), (0.46875, 0.03125), (0.46875, 0.03125), (0.46875, 0.0625), (0.5, 0.0625), (0.5, 0.03125), (0.5, 0.03125), (0.5, 0.0625), (0.53125, 0.0625), (0.53125, 0.03125), (0.53125, 0.03125), (0.53125, 0.0625), (0.5625, 0.0625), (0.5625, 0.03125), (0.5625, 0.03125), (0.5625, 0.0625), (0.59375, 0.0625), (0.59375, 0.03125), (0.59375, 0.03125), (0.59375, 0.0625), (0.625, 0.0625), (0.625, 0.03125), (0.625, 0.03125), (0.625, 0.0625), (0.65625, 0.0625), (0.65625, 0.03125), (0.65625, 0.03125), (0.65625, 0.0625), (0.6875, 0.0625), (0.6875, 0.03125), (0.6875, 0.03125), (0.6875, 0.0625), (0.71875, 0.0625), (0.71875, 0.03125), (0.71875, 0.03125), (0.71875, 0.0625), (0.75, 0.0625), (0.75, 0.03125), (0.75, 0.03125), (0.75, 0.0625), (0.78125, 0.0625), (0.78125, 0.03125), (0.78125, 0.03125), (0.78125, 0.0625), (0.8125, 0.0625), (0.8125, 0.03125), (0.8125, 0.03125), (0.8125, 0.0625), (0.84375, 0.0625), (0.84375, 0.03125), (0.84375, 0.03125), (0.84375, 0.0625), (0.875, 0.0625), (0.875, 0.03125), (0.875, 0.03125), (0.875, 0.0625), (0.90625, 0.0625), (0.90625, 0.03125), (0.90625, 0.03125), (0.90625, 0.0625), (0.9375, 0.0625), (0.9375, 0.03125), (0.9375, 0.03125), (0.9375, 0.0625), (0.96875, 0.0625), (0.96875, 0.03125), (0.96875, 0.03125), (0.96875, 0.0625), (1, 0.0625), (1, 0.03125), (0, 0.0625), (0, 0.09375), (0.03125, 0.09375), (0.03125, 0.0625), (0.03125, 0.0625), (0.03125, 0.09375), (0.0625, 0.09375), (0.0625, 0.0625), (0.0625, 0.0625), (0.0625, 0.09375), (0.09375, 0.09375), (0.09375, 0.0625), (0.09375, 0.0625), (0.09375, 0.09375), (0.125, 0.09375), (0.125, 0.0625), (0.125, 0.0625), (0.125, 0.09375), (0.15625, 0.09375), (0.15625, 0.0625), (0.15625, 0.0625), (0.15625, 0.09375), (0.1875, 0.09375), (0.1875, 0.0625), (0.1875, 0.0625), (0.1875, 0.09375), (0.21875, 0.09375), (0.21875, 0.0625), (0.21875, 0.0625), (0.21875, 0.09375), (0.25, 0.09375), (0.25, 0.0625), (0.25, 0.0625), (0.25, 0.09375), (0.28125, 0.09375), (0.28125, 0.0625), (0.28125, 0.0625), (0.28125, 0.09375), (0.3125, 0.09375), (0.3125, 0.0625), (0.3125, 0.0625), (0.3125, 0.09375), (0.34375, 0.09375), (0.34375, 0.0625), (0.34375, 0.0625), (0.34375, 0.09375), (0.375, 0.09375), (0.375, 0.0625), (0.375, 0.0625), (0.375, 0.09375), (0.40625, 0.09375), (0.40625, 0.0625), (0.40625, 0.0625), (0.40625, 0.09375), (0.4375, 0.09375), (0.4375, 0.0625), (0.4375, 0.0625), (0.4375, 0.09375), (0.46875, 0.09375), (0.46875, 0.0625), (0.46875, 0.0625), (0.46875, 0.09375), (0.5, 0.09375), (0.5, 0.0625), (0.5, 0.0625), (0.5, 0.09375), (0.53125, 0.09375), (0.53125, 0.0625), (0.53125, 0.0625), (0.53125, 0.09375), (0.5625, 0.09375), (0.5625, 0.0625), (0.5625, 0.0625), (0.5625, 0.09375), (0.59375, 0.09375), (0.59375, 0.0625), (0.59375, 0.0625), (0.59375, 0.09375), (0.625, 0.09375), (0.625, 0.0625), (0.625, 0.0625), (0.625, 0.09375), (0.65625, 0.09375), (0.65625, 0.0625), (0.65625, 0.0625), (0.65625, 0.09375), (0.6875, 0.09375), (0.6875, 0.0625), (0.6875, 0.0625), (0.6875, 0.09375), (0.71875, 0.09375), (0.71875, 0.0625), (0.71875, 0.0625), (0.71875, 0.09375), (0.75, 0.09375), (0.75, 0.0625), (0.75, 0.0625), (0.75, 0.09375), (0.78125, 0.09375), (0.78125, 0.0625), (0.78125, 0.0625), (0.78125, 0.09375), (0.8125, 0.09375), (0.8125, 0.0625), (0.8125, 0.0625), (0.8125, 0.09375), (0.84375, 0.09375), (0.84375, 0.0625), (0.84375, 0.0625), (0.84375, 0.09375), (0.875, 0.09375), (0.875, 0.0625), (0.875, 0.0625), (0.875, 0.09375), (0.90625, 0.09375), (0.90625, 0.0625), (0.90625, 0.0625), (0.90625, 0.09375), (0.9375, 0.09375), (0.9375, 0.0625), (0.9375, 0.0625), (0.9375, 0.09375), (0.96875, 0.09375), (0.96875, 0.0625), (0.96875, 0.0625), (0.96875, 0.09375), (1, 0.09375), (1, 0.0625), (0, 0.09375), (0, 0.125), (0.03125, 0.125), (0.03125, 0.09375), (0.03125, 0.09375), (0.03125, 0.125), (0.0625, 0.125), (0.0625, 0.09375), (0.0625, 0.09375), (0.0625, 0.125), (0.09375, 0.125), (0.09375, 0.09375), (0.09375, 0.09375), (0.09375, 0.125), (0.125, 0.125), (0.125, 0.09375), (0.125, 0.09375), (0.125, 0.125), (0.15625, 0.125), (0.15625, 0.09375), (0.15625, 0.09375), (0.15625, 0.125), (0.1875, 0.125), (0.1875, 0.09375), (0.1875, 0.09375), (0.1875, 0.125), (0.21875, 0.125), (0.21875, 0.09375), (0.21875, 0.09375), (0.21875, 0.125), (0.25, 0.125), (0.25, 0.09375), (0.25, 0.09375), (0.25, 0.125), (0.28125, 0.125), (0.28125, 0.09375), (0.28125, 0.09375), (0.28125, 0.125), (0.3125, 0.125), (0.3125, 0.09375), (0.3125, 0.09375), (0.3125, 0.125), (0.34375, 0.125), (0.34375, 0.09375), (0.34375, 0.09375), (0.34375, 0.125), (0.375, 0.125), (0.375, 0.09375), (0.375, 0.09375), (0.375, 0.125), (0.40625, 0.125), (0.40625, 0.09375), (0.40625, 0.09375), (0.40625, 0.125), (0.4375, 0.125), (0.4375, 0.09375), (0.4375, 0.09375), (0.4375, 0.125), (0.46875, 0.125), (0.46875, 0.09375), (0.46875, 0.09375), (0.46875, 0.125), (0.5, 0.125), (0.5, 0.09375), (0.5, 0.09375), (0.5, 0.125), (0.53125, 0.125), (0.53125, 0.09375), (0.53125, 0.09375), (0.53125, 0.125), (0.5625, 0.125), (0.5625, 0.09375), (0.5625, 0.09375), (0.5625, 0.125), (0.59375, 0.125), (0.59375, 0.09375), (0.59375, 0.09375), (0.59375, 0.125), (0.625, 0.125), (0.625, 0.09375), (0.625, 0.09375), (0.625, 0.125), (0.65625, 0.125), (0.65625, 0.09375), (0.65625, 0.09375), (0.65625, 0.125), (0.6875, 0.125), (0.6875, 0.09375), (0.6875, 0.09375), (0.6875, 0.125), (0.71875, 0.125), (0.71875, 0.09375), (0.71875, 0.09375), (0.71875, 0.125), (0.75, 0.125), (0.75, 0.09375), (0.75, 0.09375), (0.75, 0.125), (0.78125, 0.125), (0.78125, 0.09375), (0.78125, 0.09375), (0.78125, 0.125), (0.8125, 0.125), (0.8125, 0.09375), (0.8125, 0.09375), (0.8125, 0.125), (0.84375, 0.125), (0.84375, 0.09375), (0.84375, 0.09375), (0.84375, 0.125), (0.875, 0.125), (0.875, 0.09375), (0.875, 0.09375), (0.875, 0.125), (0.90625, 0.125), (0.90625, 0.09375), (0.90625, 0.09375), (0.90625, 0.125), (0.9375, 0.125), (0.9375, 0.09375), (0.9375, 0.09375), (0.9375, 0.125), (0.96875, 0.125), (0.96875, 0.09375), (0.96875, 0.09375), (0.96875, 0.125), (1, 0.125), (1, 0.09375), (0, 0.125), (0, 0.15625), (0.03125, 0.15625), (0.03125, 0.125), (0.03125, 0.125), (0.03125, 0.15625), (0.0625, 0.15625), (0.0625, 0.125), (0.0625, 0.125), (0.0625, 0.15625), (0.09375, 0.15625), (0.09375, 0.125), (0.09375, 0.125), (0.09375, 0.15625), (0.125, 0.15625), (0.125, 0.125), (0.125, 0.125), (0.125, 0.15625), (0.15625, 0.15625), (0.15625, 0.125), (0.15625, 0.125), (0.15625, 0.15625), (0.1875, 0.15625), (0.1875, 0.125), (0.1875, 0.125), (0.1875, 0.15625), (0.21875, 0.15625), (0.21875, 0.125), (0.21875, 0.125), (0.21875, 0.15625), (0.25, 0.15625), (0.25, 0.125), (0.25, 0.125), (0.25, 0.15625), (0.28125, 0.15625), (0.28125, 0.125), (0.28125, 0.125), (0.28125, 0.15625), (0.3125, 0.15625), (0.3125, 0.125), (0.3125, 0.125), (0.3125, 0.15625), (0.34375, 0.15625), (0.34375, 0.125), (0.34375, 0.125), (0.34375, 0.15625), (0.375, 0.15625), (0.375, 0.125), (0.375, 0.125), (0.375, 0.15625), (0.40625, 0.15625), (0.40625, 0.125), (0.40625, 0.125), (0.40625, 0.15625), (0.4375, 0.15625), (0.4375, 0.125), (0.4375, 0.125), (0.4375, 0.15625), (0.46875, 0.15625), (0.46875, 0.125), (0.46875, 0.125), (0.46875, 0.15625), (0.5, 0.15625), (0.5, 0.125), (0.5, 0.125), (0.5, 0.15625), (0.53125, 0.15625), (0.53125, 0.125), (0.53125, 0.125), (0.53125, 0.15625), (0.5625, 0.15625), (0.5625, 0.125), (0.5625, 0.125), (0.5625, 0.15625), (0.59375, 0.15625), (0.59375, 0.125), (0.59375, 0.125), (0.59375, 0.15625), (0.625, 0.15625), (0.625, 0.125), (0.625, 0.125), (0.625, 0.15625), (0.65625, 0.15625), (0.65625, 0.125), (0.65625, 0.125), (0.65625, 0.15625), (0.6875, 0.15625), (0.6875, 0.125), (0.6875, 0.125), (0.6875, 0.15625), (0.71875, 0.15625), (0.71875, 0.125), (0.71875, 0.125), (0.71875, 0.15625), (0.75, 0.15625), (0.75, 0.125), (0.75, 0.125), (0.75, 0.15625), (0.78125, 0.15625), (0.78125, 0.125), (0.78125, 0.125), (0.78125, 0.15625), (0.8125, 0.15625), (0.8125, 0.125), (0.8125, 0.125), (0.8125, 0.15625), (0.84375, 0.15625), (0.84375, 0.125), (0.84375, 0.125), (0.84375, 0.15625), (0.875, 0.15625), (0.875, 0.125), (0.875, 0.125), (0.875, 0.15625), (0.90625, 0.15625), (0.90625, 0.125), (0.90625, 0.125), (0.90625, 0.15625), (0.9375, 0.15625), (0.9375, 0.125), (0.9375, 0.125), (0.9375, 0.15625), (0.96875, 0.15625), (0.96875, 0.125), (0.96875, 0.125), (0.96875, 0.15625), (1, 0.15625), (1, 0.125), (0, 0.15625), (0, 0.1875), (0.03125, 0.1875), (0.03125, 0.15625), (0.03125, 0.15625), (0.03125, 0.1875), (0.0625, 0.1875), (0.0625, 0.15625), (0.0625, 0.15625), (0.0625, 0.1875), (0.09375, 0.1875), (0.09375, 0.15625), (0.09375, 0.15625), (0.09375, 0.1875), (0.125, 0.1875), (0.125, 0.15625), (0.125, 0.15625), (0.125, 0.1875), (0.15625, 0.1875), (0.15625, 0.15625), (0.15625, 0.15625), (0.15625, 0.1875), (0.1875, 0.1875), (0.1875, 0.15625), (0.1875, 0.15625), (0.1875, 0.1875), (0.21875, 0.1875), (0.21875, 0.15625), (0.21875, 0.15625), (0.21875, 0.1875), (0.25, 0.1875), (0.25, 0.15625), (0.25, 0.15625), (0.25, 0.1875), (0.28125, 0.1875), (0.28125, 0.15625), (0.28125, 0.15625), (0.28125, 0.1875), (0.3125, 0.1875), (0.3125, 0.15625), (0.3125, 0.15625), (0.3125, 0.1875), (0.34375, 0.1875), (0.34375, 0.15625), (0.34375, 0.15625), (0.34375, 0.1875), (0.375, 0.1875), (0.375, 0.15625), (0.375, 0.15625), (0.375, 0.1875), (0.40625, 0.1875), (0.40625, 0.15625), (0.40625, 0.15625), (0.40625, 0.1875), (0.4375, 0.1875), (0.4375, 0.15625), (0.4375, 0.15625), (0.4375, 0.1875), (0.46875, 0.1875), (0.46875, 0.15625), (0.46875, 0.15625), (0.46875, 0.1875), (0.5, 0.1875), (0.5, 0.15625), (0.5, 0.15625), (0.5, 0.1875), (0.53125, 0.1875), (0.53125, 0.15625), (0.53125, 0.15625), (0.53125, 0.1875), (0.5625, 0.1875), (0.5625, 0.15625), (0.5625, 0.15625), (0.5625, 0.1875), (0.59375, 0.1875), (0.59375, 0.15625), (0.59375, 0.15625), (0.59375, 0.1875), (0.625, 0.1875), (0.625, 0.15625), (0.625, 0.15625), (0.625, 0.1875), (0.65625, 0.1875), (0.65625, 0.15625), (0.65625, 0.15625), (0.65625, 0.1875), (0.6875, 0.1875), (0.6875, 0.15625), (0.6875, 0.15625), (0.6875, 0.1875), (0.71875, 0.1875), (0.71875, 0.15625), (0.71875, 0.15625), (0.71875, 0.1875), (0.75, 0.1875), (0.75, 0.15625), (0.75, 0.15625), (0.75, 0.1875), (0.78125, 0.1875), (0.78125, 0.15625), (0.78125, 0.15625), (0.78125, 0.1875), (0.8125, 0.1875), (0.8125, 0.15625), (0.8125, 0.15625), (0.8125, 0.1875), (0.84375, 0.1875), (0.84375, 0.15625), (0.84375, 0.15625), (0.84375, 0.1875), (0.875, 0.1875), (0.875, 0.15625), (0.875, 0.15625), (0.875, 0.1875), (0.90625, 0.1875), (0.90625, 0.15625), (0.90625, 0.15625), (0.90625, 0.1875), (0.9375, 0.1875), (0.9375, 0.15625), (0.9375, 0.15625), (0.9375, 0.1875), (0.96875, 0.1875), (0.96875, 0.15625), (0.96875, 0.15625), (0.96875, 0.1875), (1, 0.1875), (1, 0.15625), (0, 0.1875), (0, 0.21875), (0.03125, 0.21875), (0.03125, 0.1875), (0.03125, 0.1875), (0.03125, 0.21875), (0.0625, 0.21875), (0.0625, 0.1875), (0.0625, 0.1875), (0.0625, 0.21875), (0.09375, 0.21875), (0.09375, 0.1875), (0.09375, 0.1875), (0.09375, 0.21875), (0.125, 0.21875), (0.125, 0.1875), (0.125, 0.1875), (0.125, 0.21875), (0.15625, 0.21875), (0.15625, 0.1875), (0.15625, 0.1875), (0.15625, 0.21875), (0.1875, 0.21875), (0.1875, 0.1875), (0.1875, 0.1875), (0.1875, 0.21875), (0.21875, 0.21875), (0.21875, 0.1875), (0.21875, 0.1875), (0.21875, 0.21875), (0.25, 0.21875), (0.25, 0.1875), (0.25, 0.1875), (0.25, 0.21875), (0.28125, 0.21875), (0.28125, 0.1875), (0.28125, 0.1875), (0.28125, 0.21875), (0.3125, 0.21875), (0.3125, 0.1875), (0.3125, 0.1875), (0.3125, 0.21875), (0.34375, 0.21875), (0.34375, 0.1875), (0.34375, 0.1875), (0.34375, 0.21875), (0.375, 0.21875), (0.375, 0.1875), (0.375, 0.1875), (0.375, 0.21875), (0.40625, 0.21875), (0.40625, 0.1875), (0.40625, 0.1875), (0.40625, 0.21875), (0.4375, 0.21875), (0.4375, 0.1875), (0.4375, 0.1875), (0.4375, 0.21875), (0.46875, 0.21875), (0.46875, 0.1875), (0.46875, 0.1875), (0.46875, 0.21875), (0.5, 0.21875), (0.5, 0.1875), (0.5, 0.1875), (0.5, 0.21875), (0.53125, 0.21875), (0.53125, 0.1875), (0.53125, 0.1875), (0.53125, 0.21875), (0.5625, 0.21875), (0.5625, 0.1875), (0.5625, 0.1875), (0.5625, 0.21875), (0.59375, 0.21875), (0.59375, 0.1875), (0.59375, 0.1875), (0.59375, 0.21875), (0.625, 0.21875), (0.625, 0.1875), (0.625, 0.1875), (0.625, 0.21875), (0.65625, 0.21875), (0.65625, 0.1875), (0.65625, 0.1875), (0.65625, 0.21875), (0.6875, 0.21875), (0.6875, 0.1875), (0.6875, 0.1875), (0.6875, 0.21875), (0.71875, 0.21875), (0.71875, 0.1875), (0.71875, 0.1875), (0.71875, 0.21875), (0.75, 0.21875), (0.75, 0.1875), (0.75, 0.1875), (0.75, 0.21875), (0.78125, 0.21875), (0.78125, 0.1875), (0.78125, 0.1875), (0.78125, 0.21875), (0.8125, 0.21875), (0.8125, 0.1875), (0.8125, 0.1875), (0.8125, 0.21875), (0.84375, 0.21875), (0.84375, 0.1875), (0.84375, 0.1875), (0.84375, 0.21875), (0.875, 0.21875), (0.875, 0.1875), (0.875, 0.1875), (0.875, 0.21875), (0.90625, 0.21875), (0.90625, 0.1875), (0.90625, 0.1875), (0.90625, 0.21875), (0.9375, 0.21875), (0.9375, 0.1875), (0.9375, 0.1875), (0.9375, 0.21875), (0.96875, 0.21875), (0.96875, 0.1875), (0.96875, 0.1875), (0.96875, 0.21875), (1, 0.21875), (1, 0.1875), (0, 0.21875), (0, 0.25), (0.03125, 0.25), (0.03125, 0.21875), (0.03125, 0.21875), (0.03125, 0.25), (0.0625, 0.25), (0.0625, 0.21875), (0.0625, 0.21875), (0.0625, 0.25), (0.09375, 0.25), (0.09375, 0.21875), (0.09375, 0.21875), (0.09375, 0.25), (0.125, 0.25), (0.125, 0.21875), (0.125, 0.21875), (0.125, 0.25), (0.15625, 0.25), (0.15625, 0.21875), (0.15625, 0.21875), (0.15625, 0.25), (0.1875, 0.25), (0.1875, 0.21875), (0.1875, 0.21875), (0.1875, 0.25), (0.21875, 0.25), (0.21875, 0.21875), (0.21875, 0.21875), (0.21875, 0.25), (0.25, 0.25), (0.25, 0.21875), (0.25, 0.21875), (0.25, 0.25), (0.28125, 0.25), (0.28125, 0.21875), (0.28125, 0.21875), (0.28125, 0.25), (0.3125, 0.25), (0.3125, 0.21875), (0.3125, 0.21875), (0.3125, 0.25), (0.34375, 0.25), (0.34375, 0.21875), (0.34375, 0.21875), (0.34375, 0.25), (0.375, 0.25), (0.375, 0.21875), (0.375, 0.21875), (0.375, 0.25), (0.40625, 0.25), (0.40625, 0.21875), (0.40625, 0.21875), (0.40625, 0.25), (0.4375, 0.25), (0.4375, 0.21875), (0.4375, 0.21875), (0.4375, 0.25), (0.46875, 0.25), (0.46875, 0.21875), (0.46875, 0.21875), (0.46875, 0.25), (0.5, 0.25), (0.5, 0.21875), (0.5, 0.21875), (0.5, 0.25), (0.53125, 0.25), (0.53125, 0.21875), (0.53125, 0.21875), (0.53125, 0.25), (0.5625, 0.25), (0.5625, 0.21875), (0.5625, 0.21875), (0.5625, 0.25), (0.59375, 0.25), (0.59375, 0.21875), (0.59375, 0.21875), (0.59375, 0.25), (0.625, 0.25), (0.625, 0.21875), (0.625, 0.21875), (0.625, 0.25), (0.65625, 0.25), (0.65625, 0.21875), (0.65625, 0.21875), (0.65625, 0.25), (0.6875, 0.25), (0.6875, 0.21875), (0.6875, 0.21875), (0.6875, 0.25), (0.71875, 0.25), (0.71875, 0.21875), (0.71875, 0.21875), (0.71875, 0.25), (0.75, 0.25), (0.75, 0.21875), (0.75, 0.21875), (0.75, 0.25), (0.78125, 0.25), (0.78125, 0.21875), (0.78125, 0.21875), (0.78125, 0.25), (0.8125, 0.25), (0.8125, 0.21875), (0.8125, 0.21875), (0.8125, 0.25), (0.84375, 0.25), (0.84375, 0.21875), (0.84375, 0.21875), (0.84375, 0.25), (0.875, 0.25), (0.875, 0.21875), (0.875, 0.21875), (0.875, 0.25), (0.90625, 0.25), (0.90625, 0.21875), (0.90625, 0.21875), (0.90625, 0.25), (0.9375, 0.25), (0.9375, 0.21875), (0.9375, 0.21875), (0.9375, 0.25), (0.96875, 0.25), (0.96875, 0.21875), (0.96875, 0.21875), (0.96875, 0.25), (1, 0.25), (1, 0.21875), (0, 0.25), (0, 0.28125), (0.03125, 0.28125), (0.03125, 0.25), (0.03125, 0.25), (0.03125, 0.28125), (0.0625, 0.28125), (0.0625, 0.25), (0.0625, 0.25), (0.0625, 0.28125), (0.09375, 0.28125), (0.09375, 0.25), (0.09375, 0.25), (0.09375, 0.28125), (0.125, 0.28125), (0.125, 0.25), (0.125, 0.25), (0.125, 0.28125), (0.15625, 0.28125), (0.15625, 0.25), (0.15625, 0.25), (0.15625, 0.28125), (0.1875, 0.28125), (0.1875, 0.25), (0.1875, 0.25), (0.1875, 0.28125), (0.21875, 0.28125), (0.21875, 0.25), (0.21875, 0.25), (0.21875, 0.28125), (0.25, 0.28125), (0.25, 0.25), (0.25, 0.25), (0.25, 0.28125), (0.28125, 0.28125), (0.28125, 0.25), (0.28125, 0.25), (0.28125, 0.28125), (0.3125, 0.28125), (0.3125, 0.25), (0.3125, 0.25), (0.3125, 0.28125), (0.34375, 0.28125), (0.34375, 0.25), (0.34375, 0.25), (0.34375, 0.28125), (0.375, 0.28125), (0.375, 0.25), (0.375, 0.25), (0.375, 0.28125), (0.40625, 0.28125), (0.40625, 0.25), (0.40625, 0.25), (0.40625, 0.28125), (0.4375, 0.28125), (0.4375, 0.25), (0.4375, 0.25), (0.4375, 0.28125), (0.46875, 0.28125), (0.46875, 0.25), (0.46875, 0.25), (0.46875, 0.28125), (0.5, 0.28125), (0.5, 0.25), (0.5, 0.25), (0.5, 0.28125), (0.53125, 0.28125), (0.53125, 0.25), (0.53125, 0.25), (0.53125, 0.28125), (0.5625, 0.28125), (0.5625, 0.25), (0.5625, 0.25), (0.5625, 0.28125), (0.59375, 0.28125), (0.59375, 0.25), (0.59375, 0.25), (0.59375, 0.28125), (0.625, 0.28125), (0.625, 0.25), (0.625, 0.25), (0.625, 0.28125), (0.65625, 0.28125), (0.65625, 0.25), (0.65625, 0.25), (0.65625, 0.28125), (0.6875, 0.28125), (0.6875, 0.25), (0.6875, 0.25), (0.6875, 0.28125), (0.71875, 0.28125), (0.71875, 0.25), (0.71875, 0.25), (0.71875, 0.28125), (0.75, 0.28125), (0.75, 0.25), (0.75, 0.25), (0.75, 0.28125), (0.78125, 0.28125), (0.78125, 0.25), (0.78125, 0.25), (0.78125, 0.28125), (0.8125, 0.28125), (0.8125, 0.25), (0.8125, 0.25), (0.8125, 0.28125), (0.84375, 0.28125), (0.84375, 0.25), (0.84375, 0.25), (0.84375, 0.28125), (0.875, 0.28125), (0.875, 0.25), (0.875, 0.25), (0.875, 0.28125), (0.90625, 0.28125), (0.90625, 0.25), (0.90625, 0.25), (0.90625, 0.28125), (0.9375, 0.28125), (0.9375, 0.25), (0.9375, 0.25), (0.9375, 0.28125), (0.96875, 0.28125), (0.96875, 0.25), (0.96875, 0.25), (0.96875, 0.28125), (1, 0.28125), (1, 0.25), (0, 0.28125), (0, 0.3125), (0.03125, 0.3125), (0.03125, 0.28125), (0.03125, 0.28125), (0.03125, 0.3125), (0.0625, 0.3125), (0.0625, 0.28125), (0.0625, 0.28125), (0.0625, 0.3125), (0.09375, 0.3125), (0.09375, 0.28125), (0.09375, 0.28125), (0.09375, 0.3125), (0.125, 0.3125), (0.125, 0.28125), (0.125, 0.28125), (0.125, 0.3125), (0.15625, 0.3125), (0.15625, 0.28125), (0.15625, 0.28125), (0.15625, 0.3125), (0.1875, 0.3125), (0.1875, 0.28125), (0.1875, 0.28125), (0.1875, 0.3125), (0.21875, 0.3125), (0.21875, 0.28125), (0.21875, 0.28125), (0.21875, 0.3125), (0.25, 0.3125), (0.25, 0.28125), (0.25, 0.28125), (0.25, 0.3125), (0.28125, 0.3125), (0.28125, 0.28125), (0.28125, 0.28125), (0.28125, 0.3125), (0.3125, 0.3125), (0.3125, 0.28125), (0.3125, 0.28125), (0.3125, 0.3125), (0.34375, 0.3125), (0.34375, 0.28125), (0.34375, 0.28125), (0.34375, 0.3125), (0.375, 0.3125), (0.375, 0.28125), (0.375, 0.28125), (0.375, 0.3125), (0.40625, 0.3125), (0.40625, 0.28125), (0.40625, 0.28125), (0.40625, 0.3125), (0.4375, 0.3125), (0.4375, 0.28125), (0.4375, 0.28125), (0.4375, 0.3125), (0.46875, 0.3125), (0.46875, 0.28125), (0.46875, 0.28125), (0.46875, 0.3125), (0.5, 0.3125), (0.5, 0.28125), (0.5, 0.28125), (0.5, 0.3125), (0.53125, 0.3125), (0.53125, 0.28125), (0.53125, 0.28125), (0.53125, 0.3125), (0.5625, 0.3125), (0.5625, 0.28125), (0.5625, 0.28125), (0.5625, 0.3125), (0.59375, 0.3125), (0.59375, 0.28125), (0.59375, 0.28125), (0.59375, 0.3125), (0.625, 0.3125), (0.625, 0.28125), (0.625, 0.28125), (0.625, 0.3125), (0.65625, 0.3125), (0.65625, 0.28125), (0.65625, 0.28125), (0.65625, 0.3125), (0.6875, 0.3125), (0.6875, 0.28125), (0.6875, 0.28125), (0.6875, 0.3125), (0.71875, 0.3125), (0.71875, 0.28125), (0.71875, 0.28125), (0.71875, 0.3125), (0.75, 0.3125), (0.75, 0.28125), (0.75, 0.28125), (0.75, 0.3125), (0.78125, 0.3125), (0.78125, 0.28125), (0.78125, 0.28125), (0.78125, 0.3125), (0.8125, 0.3125), (0.8125, 0.28125), (0.8125, 0.28125), (0.8125, 0.3125), (0.84375, 0.3125), (0.84375, 0.28125), (0.84375, 0.28125), (0.84375, 0.3125), (0.875, 0.3125), (0.875, 0.28125), (0.875, 0.28125), (0.875, 0.3125), (0.90625, 0.3125), (0.90625, 0.28125), (0.90625, 0.28125), (0.90625, 0.3125), (0.9375, 0.3125), (0.9375, 0.28125), (0.9375, 0.28125), (0.9375, 0.3125), (0.96875, 0.3125), (0.96875, 0.28125), (0.96875, 0.28125), (0.96875, 0.3125), (1, 0.3125), (1, 0.28125), (0, 0.3125), (0, 0.34375), (0.03125, 0.34375), (0.03125, 0.3125), (0.03125, 0.3125), (0.03125, 0.34375), (0.0625, 0.34375), (0.0625, 0.3125), (0.0625, 0.3125), (0.0625, 0.34375), (0.09375, 0.34375), (0.09375, 0.3125), (0.09375, 0.3125), (0.09375, 0.34375), (0.125, 0.34375), (0.125, 0.3125), (0.125, 0.3125), (0.125, 0.34375), (0.15625, 0.34375), (0.15625, 0.3125), (0.15625, 0.3125), (0.15625, 0.34375), (0.1875, 0.34375), (0.1875, 0.3125), (0.1875, 0.3125), (0.1875, 0.34375), (0.21875, 0.34375), (0.21875, 0.3125), (0.21875, 0.3125), (0.21875, 0.34375), (0.25, 0.34375), (0.25, 0.3125), (0.25, 0.3125), (0.25, 0.34375), (0.28125, 0.34375), (0.28125, 0.3125), (0.28125, 0.3125), (0.28125, 0.34375), (0.3125, 0.34375), (0.3125, 0.3125), (0.3125, 0.3125), (0.3125, 0.34375), (0.34375, 0.34375), (0.34375, 0.3125), (0.34375, 0.3125), (0.34375, 0.34375), (0.375, 0.34375), (0.375, 0.3125), (0.375, 0.3125), (0.375, 0.34375), (0.40625, 0.34375), (0.40625, 0.3125), (0.40625, 0.3125), (0.40625, 0.34375), (0.4375, 0.34375), (0.4375, 0.3125), (0.4375, 0.3125), (0.4375, 0.34375), (0.46875, 0.34375), (0.46875, 0.3125), (0.46875, 0.3125), (0.46875, 0.34375), (0.5, 0.34375), (0.5, 0.3125), (0.5, 0.3125), (0.5, 0.34375), (0.53125, 0.34375), (0.53125, 0.3125), (0.53125, 0.3125), (0.53125, 0.34375), (0.5625, 0.34375), (0.5625, 0.3125), (0.5625, 0.3125), (0.5625, 0.34375), (0.59375, 0.34375), (0.59375, 0.3125), (0.59375, 0.3125), (0.59375, 0.34375), (0.625, 0.34375), (0.625, 0.3125), (0.625, 0.3125), (0.625, 0.34375), (0.65625, 0.34375), (0.65625, 0.3125), (0.65625, 0.3125), (0.65625, 0.34375), (0.6875, 0.34375), (0.6875, 0.3125), (0.6875, 0.3125), (0.6875, 0.34375), (0.71875, 0.34375), (0.71875, 0.3125), (0.71875, 0.3125), (0.71875, 0.34375), (0.75, 0.34375), (0.75, 0.3125), (0.75, 0.3125), (0.75, 0.34375), (0.78125, 0.34375), (0.78125, 0.3125), (0.78125, 0.3125), (0.78125, 0.34375), (0.8125, 0.34375), (0.8125, 0.3125), (0.8125, 0.3125), (0.8125, 0.34375), (0.84375, 0.34375), (0.84375, 0.3125), (0.84375, 0.3125), (0.84375, 0.34375), (0.875, 0.34375), (0.875, 0.3125), (0.875, 0.3125), (0.875, 0.34375), (0.90625, 0.34375), (0.90625, 0.3125), (0.90625, 0.3125), (0.90625, 0.34375), (0.9375, 0.34375), (0.9375, 0.3125), (0.9375, 0.3125), (0.9375, 0.34375), (0.96875, 0.34375), (0.96875, 0.3125), (0.96875, 0.3125), (0.96875, 0.34375), (1, 0.34375), (1, 0.3125), (0, 0.34375), (0, 0.375), (0.03125, 0.375), (0.03125, 0.34375), (0.03125, 0.34375), (0.03125, 0.375), (0.0625, 0.375), (0.0625, 0.34375), (0.0625, 0.34375), (0.0625, 0.375), (0.09375, 0.375), (0.09375, 0.34375), (0.09375, 0.34375), (0.09375, 0.375), (0.125, 0.375), (0.125, 0.34375), (0.125, 0.34375), (0.125, 0.375), (0.15625, 0.375), (0.15625, 0.34375), (0.15625, 0.34375), (0.15625, 0.375), (0.1875, 0.375), (0.1875, 0.34375), (0.1875, 0.34375), (0.1875, 0.375), (0.21875, 0.375), (0.21875, 0.34375), (0.21875, 0.34375), (0.21875, 0.375), (0.25, 0.375), (0.25, 0.34375), (0.25, 0.34375), (0.25, 0.375), (0.28125, 0.375), (0.28125, 0.34375), (0.28125, 0.34375), (0.28125, 0.375), (0.3125, 0.375), (0.3125, 0.34375), (0.3125, 0.34375), (0.3125, 0.375), (0.34375, 0.375), (0.34375, 0.34375), (0.34375, 0.34375), (0.34375, 0.375), (0.375, 0.375), (0.375, 0.34375), (0.375, 0.34375), (0.375, 0.375), (0.40625, 0.375), (0.40625, 0.34375), (0.40625, 0.34375), (0.40625, 0.375), (0.4375, 0.375), (0.4375, 0.34375), (0.4375, 0.34375), (0.4375, 0.375), (0.46875, 0.375), (0.46875, 0.34375), (0.46875, 0.34375), (0.46875, 0.375), (0.5, 0.375), (0.5, 0.34375), (0.5, 0.34375), (0.5, 0.375), (0.53125, 0.375), (0.53125, 0.34375), (0.53125, 0.34375), (0.53125, 0.375), (0.5625, 0.375), (0.5625, 0.34375), (0.5625, 0.34375), (0.5625, 0.375), (0.59375, 0.375), (0.59375, 0.34375), (0.59375, 0.34375), (0.59375, 0.375), (0.625, 0.375), (0.625, 0.34375), (0.625, 0.34375), (0.625, 0.375), (0.65625, 0.375), (0.65625, 0.34375), (0.65625, 0.34375), (0.65625, 0.375), (0.6875, 0.375), (0.6875, 0.34375), (0.6875, 0.34375), (0.6875, 0.375), (0.71875, 0.375), (0.71875, 0.34375), (0.71875, 0.34375), (0.71875, 0.375), (0.75, 0.375), (0.75, 0.34375), (0.75, 0.34375), (0.75, 0.375), (0.78125, 0.375), (0.78125, 0.34375), (0.78125, 0.34375), (0.78125, 0.375), (0.8125, 0.375), (0.8125, 0.34375), (0.8125, 0.34375), (0.8125, 0.375), (0.84375, 0.375), (0.84375, 0.34375), (0.84375, 0.34375), (0.84375, 0.375), (0.875, 0.375), (0.875, 0.34375), (0.875, 0.34375), (0.875, 0.375), (0.90625, 0.375), (0.90625, 0.34375), (0.90625, 0.34375), (0.90625, 0.375), (0.9375, 0.375), (0.9375, 0.34375), (0.9375, 0.34375), (0.9375, 0.375), (0.96875, 0.375), (0.96875, 0.34375), (0.96875, 0.34375), (0.96875, 0.375), (1, 0.375), (1, 0.34375), (0, 0.375), (0, 0.40625), (0.03125, 0.40625), (0.03125, 0.375), (0.03125, 0.375), (0.03125, 0.40625), (0.0625, 0.40625), (0.0625, 0.375), (0.0625, 0.375), (0.0625, 0.40625), (0.09375, 0.40625), (0.09375, 0.375), (0.09375, 0.375), (0.09375, 0.40625), (0.125, 0.40625), (0.125, 0.375), (0.125, 0.375), (0.125, 0.40625), (0.15625, 0.40625), (0.15625, 0.375), (0.15625, 0.375), (0.15625, 0.40625), (0.1875, 0.40625), (0.1875, 0.375), (0.1875, 0.375), (0.1875, 0.40625), (0.21875, 0.40625), (0.21875, 0.375), (0.21875, 0.375), (0.21875, 0.40625), (0.25, 0.40625), (0.25, 0.375), (0.25, 0.375), (0.25, 0.40625), (0.28125, 0.40625), (0.28125, 0.375), (0.28125, 0.375), (0.28125, 0.40625), (0.3125, 0.40625), (0.3125, 0.375), (0.3125, 0.375), (0.3125, 0.40625), (0.34375, 0.40625), (0.34375, 0.375), (0.34375, 0.375), (0.34375, 0.40625), (0.375, 0.40625), (0.375, 0.375), (0.375, 0.375), (0.375, 0.40625), (0.40625, 0.40625), (0.40625, 0.375), (0.40625, 0.375), (0.40625, 0.40625), (0.4375, 0.40625), (0.4375, 0.375), (0.4375, 0.375), (0.4375, 0.40625), (0.46875, 0.40625), (0.46875, 0.375), (0.46875, 0.375), (0.46875, 0.40625), (0.5, 0.40625), (0.5, 0.375), (0.5, 0.375), (0.5, 0.40625), (0.53125, 0.40625), (0.53125, 0.375), (0.53125, 0.375), (0.53125, 0.40625), (0.5625, 0.40625), (0.5625, 0.375), (0.5625, 0.375), (0.5625, 0.40625), (0.59375, 0.40625), (0.59375, 0.375), (0.59375, 0.375), (0.59375, 0.40625), (0.625, 0.40625), (0.625, 0.375), (0.625, 0.375), (0.625, 0.40625), (0.65625, 0.40625), (0.65625, 0.375), (0.65625, 0.375), (0.65625, 0.40625), (0.6875, 0.40625), (0.6875, 0.375), (0.6875, 0.375), (0.6875, 0.40625), (0.71875, 0.40625), (0.71875, 0.375), (0.71875, 0.375), (0.71875, 0.40625), (0.75, 0.40625), (0.75, 0.375), (0.75, 0.375), (0.75, 0.40625), (0.78125, 0.40625), (0.78125, 0.375), (0.78125, 0.375), (0.78125, 0.40625), (0.8125, 0.40625), (0.8125, 0.375), (0.8125, 0.375), (0.8125, 0.40625), (0.84375, 0.40625), (0.84375, 0.375), (0.84375, 0.375), (0.84375, 0.40625), (0.875, 0.40625), (0.875, 0.375), (0.875, 0.375), (0.875, 0.40625), (0.90625, 0.40625), (0.90625, 0.375), (0.90625, 0.375), (0.90625, 0.40625), (0.9375, 0.40625), (0.9375, 0.375), (0.9375, 0.375), (0.9375, 0.40625), (0.96875, 0.40625), (0.96875, 0.375), (0.96875, 0.375), (0.96875, 0.40625), (1, 0.40625), (1, 0.375), (0, 0.40625), (0, 0.4375), (0.03125, 0.4375), (0.03125, 0.40625), (0.03125, 0.40625), (0.03125, 0.4375), (0.0625, 0.4375), (0.0625, 0.40625), (0.0625, 0.40625), (0.0625, 0.4375), (0.09375, 0.4375), (0.09375, 0.40625), (0.09375, 0.40625), (0.09375, 0.4375), (0.125, 0.4375), (0.125, 0.40625), (0.125, 0.40625), (0.125, 0.4375), (0.15625, 0.4375), (0.15625, 0.40625), (0.15625, 0.40625), (0.15625, 0.4375), (0.1875, 0.4375), (0.1875, 0.40625), (0.1875, 0.40625), (0.1875, 0.4375), (0.21875, 0.4375), (0.21875, 0.40625), (0.21875, 0.40625), (0.21875, 0.4375), (0.25, 0.4375), (0.25, 0.40625), (0.25, 0.40625), (0.25, 0.4375), (0.28125, 0.4375), (0.28125, 0.40625), (0.28125, 0.40625), (0.28125, 0.4375), (0.3125, 0.4375), (0.3125, 0.40625), (0.3125, 0.40625), (0.3125, 0.4375), (0.34375, 0.4375), (0.34375, 0.40625), (0.34375, 0.40625), (0.34375, 0.4375), (0.375, 0.4375), (0.375, 0.40625), (0.375, 0.40625), (0.375, 0.4375), (0.40625, 0.4375), (0.40625, 0.40625), (0.40625, 0.40625), (0.40625, 0.4375), (0.4375, 0.4375), (0.4375, 0.40625), (0.4375, 0.40625), (0.4375, 0.4375), (0.46875, 0.4375), (0.46875, 0.40625), (0.46875, 0.40625), (0.46875, 0.4375), (0.5, 0.4375), (0.5, 0.40625), (0.5, 0.40625), (0.5, 0.4375), (0.53125, 0.4375), (0.53125, 0.40625), (0.53125, 0.40625), (0.53125, 0.4375), (0.5625, 0.4375), (0.5625, 0.40625), (0.5625, 0.40625), (0.5625, 0.4375), (0.59375, 0.4375), (0.59375, 0.40625), (0.59375, 0.40625), (0.59375, 0.4375), (0.625, 0.4375), (0.625, 0.40625), (0.625, 0.40625), (0.625, 0.4375), (0.65625, 0.4375), (0.65625, 0.40625), (0.65625, 0.40625), (0.65625, 0.4375), (0.6875, 0.4375), (0.6875, 0.40625), (0.6875, 0.40625), (0.6875, 0.4375), (0.71875, 0.4375), (0.71875, 0.40625), (0.71875, 0.40625), (0.71875, 0.4375), (0.75, 0.4375), (0.75, 0.40625), (0.75, 0.40625), (0.75, 0.4375), (0.78125, 0.4375), (0.78125, 0.40625), (0.78125, 0.40625), (0.78125, 0.4375), (0.8125, 0.4375), (0.8125, 0.40625), (0.8125, 0.40625), (0.8125, 0.4375), (0.84375, 0.4375), (0.84375, 0.40625), (0.84375, 0.40625), (0.84375, 0.4375), (0.875, 0.4375), (0.875, 0.40625), (0.875, 0.40625), (0.875, 0.4375), (0.90625, 0.4375), (0.90625, 0.40625), (0.90625, 0.40625), (0.90625, 0.4375), (0.9375, 0.4375), (0.9375, 0.40625), (0.9375, 0.40625), (0.9375, 0.4375), (0.96875, 0.4375), (0.96875, 0.40625), (0.96875, 0.40625), (0.96875, 0.4375), (1, 0.4375), (1, 0.40625), (0, 0.4375), (0, 0.46875), (0.03125, 0.46875), (0.03125, 0.4375), (0.03125, 0.4375), (0.03125, 0.46875), (0.0625, 0.46875), (0.0625, 0.4375), (0.0625, 0.4375), (0.0625, 0.46875), (0.09375, 0.46875), (0.09375, 0.4375), (0.09375, 0.4375), (0.09375, 0.46875), (0.125, 0.46875), (0.125, 0.4375), (0.125, 0.4375), (0.125, 0.46875), (0.15625, 0.46875), (0.15625, 0.4375), (0.15625, 0.4375), (0.15625, 0.46875), (0.1875, 0.46875), (0.1875, 0.4375), (0.1875, 0.4375), (0.1875, 0.46875), (0.21875, 0.46875), (0.21875, 0.4375), (0.21875, 0.4375), (0.21875, 0.46875), (0.25, 0.46875), (0.25, 0.4375), (0.25, 0.4375), (0.25, 0.46875), (0.28125, 0.46875), (0.28125, 0.4375), (0.28125, 0.4375), (0.28125, 0.46875), (0.3125, 0.46875), (0.3125, 0.4375), (0.3125, 0.4375), (0.3125, 0.46875), (0.34375, 0.46875), (0.34375, 0.4375), (0.34375, 0.4375), (0.34375, 0.46875), (0.375, 0.46875), (0.375, 0.4375), (0.375, 0.4375), (0.375, 0.46875), (0.40625, 0.46875), (0.40625, 0.4375), (0.40625, 0.4375), (0.40625, 0.46875), (0.4375, 0.46875), (0.4375, 0.4375), (0.4375, 0.4375), (0.4375, 0.46875), (0.46875, 0.46875), (0.46875, 0.4375), (0.46875, 0.4375), (0.46875, 0.46875), (0.5, 0.46875), (0.5, 0.4375), (0.5, 0.4375), (0.5, 0.46875), (0.53125, 0.46875), (0.53125, 0.4375), (0.53125, 0.4375), (0.53125, 0.46875), (0.5625, 0.46875), (0.5625, 0.4375), (0.5625, 0.4375), (0.5625, 0.46875), (0.59375, 0.46875), (0.59375, 0.4375), (0.59375, 0.4375), (0.59375, 0.46875), (0.625, 0.46875), (0.625, 0.4375), (0.625, 0.4375), (0.625, 0.46875), (0.65625, 0.46875), (0.65625, 0.4375), (0.65625, 0.4375), (0.65625, 0.46875), (0.6875, 0.46875), (0.6875, 0.4375), (0.6875, 0.4375), (0.6875, 0.46875), (0.71875, 0.46875), (0.71875, 0.4375), (0.71875, 0.4375), (0.71875, 0.46875), (0.75, 0.46875), (0.75, 0.4375), (0.75, 0.4375), (0.75, 0.46875), (0.78125, 0.46875), (0.78125, 0.4375), (0.78125, 0.4375), (0.78125, 0.46875), (0.8125, 0.46875), (0.8125, 0.4375), (0.8125, 0.4375), (0.8125, 0.46875), (0.84375, 0.46875), (0.84375, 0.4375), (0.84375, 0.4375), (0.84375, 0.46875), (0.875, 0.46875), (0.875, 0.4375), (0.875, 0.4375), (0.875, 0.46875), (0.90625, 0.46875), (0.90625, 0.4375), (0.90625, 0.4375), (0.90625, 0.46875), (0.9375, 0.46875), (0.9375, 0.4375), (0.9375, 0.4375), (0.9375, 0.46875), (0.96875, 0.46875), (0.96875, 0.4375), (0.96875, 0.4375), (0.96875, 0.46875), (1, 0.46875), (1, 0.4375), (0, 0.46875), (0, 0.5), (0.03125, 0.5), (0.03125, 0.46875), (0.03125, 0.46875), (0.03125, 0.5), (0.0625, 0.5), (0.0625, 0.46875), (0.0625, 0.46875), (0.0625, 0.5), (0.09375, 0.5), (0.09375, 0.46875), (0.09375, 0.46875), (0.09375, 0.5), (0.125, 0.5), (0.125, 0.46875), (0.125, 0.46875), (0.125, 0.5), (0.15625, 0.5), (0.15625, 0.46875), (0.15625, 0.46875), (0.15625, 0.5), (0.1875, 0.5), (0.1875, 0.46875), (0.1875, 0.46875), (0.1875, 0.5), (0.21875, 0.5), (0.21875, 0.46875), (0.21875, 0.46875), (0.21875, 0.5), (0.25, 0.5), (0.25, 0.46875), (0.25, 0.46875), (0.25, 0.5), (0.28125, 0.5), (0.28125, 0.46875), (0.28125, 0.46875), (0.28125, 0.5), (0.3125, 0.5), (0.3125, 0.46875), (0.3125, 0.46875), (0.3125, 0.5), (0.34375, 0.5), (0.34375, 0.46875), (0.34375, 0.46875), (0.34375, 0.5), (0.375, 0.5), (0.375, 0.46875), (0.375, 0.46875), (0.375, 0.5), (0.40625, 0.5), (0.40625, 0.46875), (0.40625, 0.46875), (0.40625, 0.5), (0.4375, 0.5), (0.4375, 0.46875), (0.4375, 0.46875), (0.4375, 0.5), (0.46875, 0.5), (0.46875, 0.46875), (0.46875, 0.46875), (0.46875, 0.5), (0.5, 0.5), (0.5, 0.46875), (0.5, 0.46875), (0.5, 0.5), (0.53125, 0.5), (0.53125, 0.46875), (0.53125, 0.46875), (0.53125, 0.5), (0.5625, 0.5), (0.5625, 0.46875), (0.5625, 0.46875), (0.5625, 0.5), (0.59375, 0.5), (0.59375, 0.46875), (0.59375, 0.46875), (0.59375, 0.5), (0.625, 0.5), (0.625, 0.46875), (0.625, 0.46875), (0.625, 0.5), (0.65625, 0.5), (0.65625, 0.46875), (0.65625, 0.46875), (0.65625, 0.5), (0.6875, 0.5), (0.6875, 0.46875), (0.6875, 0.46875), (0.6875, 0.5), (0.71875, 0.5), (0.71875, 0.46875), (0.71875, 0.46875), (0.71875, 0.5), (0.75, 0.5), (0.75, 0.46875), (0.75, 0.46875), (0.75, 0.5), (0.78125, 0.5), (0.78125, 0.46875), (0.78125, 0.46875), (0.78125, 0.5), (0.8125, 0.5), (0.8125, 0.46875), (0.8125, 0.46875), (0.8125, 0.5), (0.84375, 0.5), (0.84375, 0.46875), (0.84375, 0.46875), (0.84375, 0.5), (0.875, 0.5), (0.875, 0.46875), (0.875, 0.46875), (0.875, 0.5), (0.90625, 0.5), (0.90625, 0.46875), (0.90625, 0.46875), (0.90625, 0.5), (0.9375, 0.5), (0.9375, 0.46875), (0.9375, 0.46875), (0.9375, 0.5), (0.96875, 0.5), (0.96875, 0.46875), (0.96875, 0.46875), (0.96875, 0.5), (1, 0.5), (1, 0.46875), (0, 0.5), (0, 0.53125), (0.03125, 0.53125), (0.03125, 0.5), (0.03125, 0.5), (0.03125, 0.53125), (0.0625, 0.53125), (0.0625, 0.5), (0.0625, 0.5), (0.0625, 0.53125), (0.09375, 0.53125), (0.09375, 0.5), (0.09375, 0.5), (0.09375, 0.53125), (0.125, 0.53125), (0.125, 0.5), (0.125, 0.5), (0.125, 0.53125), (0.15625, 0.53125), (0.15625, 0.5), (0.15625, 0.5), (0.15625, 0.53125), (0.1875, 0.53125), (0.1875, 0.5), (0.1875, 0.5), (0.1875, 0.53125), (0.21875, 0.53125), (0.21875, 0.5), (0.21875, 0.5), (0.21875, 0.53125), (0.25, 0.53125), (0.25, 0.5), (0.25, 0.5), (0.25, 0.53125), (0.28125, 0.53125), (0.28125, 0.5), (0.28125, 0.5), (0.28125, 0.53125), (0.3125, 0.53125), (0.3125, 0.5), (0.3125, 0.5), (0.3125, 0.53125), (0.34375, 0.53125), (0.34375, 0.5), (0.34375, 0.5), (0.34375, 0.53125), (0.375, 0.53125), (0.375, 0.5), (0.375, 0.5), (0.375, 0.53125), (0.40625, 0.53125), (0.40625, 0.5), (0.40625, 0.5), (0.40625, 0.53125), (0.4375, 0.53125), (0.4375, 0.5), (0.4375, 0.5), (0.4375, 0.53125), (0.46875, 0.53125), (0.46875, 0.5), (0.46875, 0.5), (0.46875, 0.53125), (0.5, 0.53125), (0.5, 0.5), (0.5, 0.5), (0.5, 0.53125), (0.53125, 0.53125), (0.53125, 0.5), (0.53125, 0.5), (0.53125, 0.53125), (0.5625, 0.53125), (0.5625, 0.5), (0.5625, 0.5), (0.5625, 0.53125), (0.59375, 0.53125), (0.59375, 0.5), (0.59375, 0.5), (0.59375, 0.53125), (0.625, 0.53125), (0.625, 0.5), (0.625, 0.5), (0.625, 0.53125), (0.65625, 0.53125), (0.65625, 0.5), (0.65625, 0.5), (0.65625, 0.53125), (0.6875, 0.53125), (0.6875, 0.5), (0.6875, 0.5), (0.6875, 0.53125), (0.71875, 0.53125), (0.71875, 0.5), (0.71875, 0.5), (0.71875, 0.53125), (0.75, 0.53125), (0.75, 0.5), (0.75, 0.5), (0.75, 0.53125), (0.78125, 0.53125), (0.78125, 0.5), (0.78125, 0.5), (0.78125, 0.53125), (0.8125, 0.53125), (0.8125, 0.5), (0.8125, 0.5), (0.8125, 0.53125), (0.84375, 0.53125), (0.84375, 0.5), (0.84375, 0.5), (0.84375, 0.53125), (0.875, 0.53125), (0.875, 0.5), (0.875, 0.5), (0.875, 0.53125), (0.90625, 0.53125), (0.90625, 0.5), (0.90625, 0.5), (0.90625, 0.53125), (0.9375, 0.53125), (0.9375, 0.5), (0.9375, 0.5), (0.9375, 0.53125), (0.96875, 0.53125), (0.96875, 0.5), (0.96875, 0.5), (0.96875, 0.53125), (1, 0.53125), (1, 0.5), (0, 0.53125), (0, 0.5625), (0.03125, 0.5625), (0.03125, 0.53125), (0.03125, 0.53125), (0.03125, 0.5625), (0.0625, 0.5625), (0.0625, 0.53125), (0.0625, 0.53125), (0.0625, 0.5625), (0.09375, 0.5625), (0.09375, 0.53125), (0.09375, 0.53125), (0.09375, 0.5625), (0.125, 0.5625), (0.125, 0.53125), (0.125, 0.53125), (0.125, 0.5625), (0.15625, 0.5625), (0.15625, 0.53125), (0.15625, 0.53125), (0.15625, 0.5625), (0.1875, 0.5625), (0.1875, 0.53125), (0.1875, 0.53125), (0.1875, 0.5625), (0.21875, 0.5625), (0.21875, 0.53125), (0.21875, 0.53125), (0.21875, 0.5625), (0.25, 0.5625), (0.25, 0.53125), (0.25, 0.53125), (0.25, 0.5625), (0.28125, 0.5625), (0.28125, 0.53125), (0.28125, 0.53125), (0.28125, 0.5625), (0.3125, 0.5625), (0.3125, 0.53125), (0.3125, 0.53125), (0.3125, 0.5625), (0.34375, 0.5625), (0.34375, 0.53125), (0.34375, 0.53125), (0.34375, 0.5625), (0.375, 0.5625), (0.375, 0.53125), (0.375, 0.53125), (0.375, 0.5625), (0.40625, 0.5625), (0.40625, 0.53125), (0.40625, 0.53125), (0.40625, 0.5625), (0.4375, 0.5625), (0.4375, 0.53125), (0.4375, 0.53125), (0.4375, 0.5625), (0.46875, 0.5625), (0.46875, 0.53125), (0.46875, 0.53125), (0.46875, 0.5625), (0.5, 0.5625), (0.5, 0.53125), (0.5, 0.53125), (0.5, 0.5625), (0.53125, 0.5625), (0.53125, 0.53125), (0.53125, 0.53125), (0.53125, 0.5625), (0.5625, 0.5625), (0.5625, 0.53125), (0.5625, 0.53125), (0.5625, 0.5625), (0.59375, 0.5625), (0.59375, 0.53125), (0.59375, 0.53125), (0.59375, 0.5625), (0.625, 0.5625), (0.625, 0.53125), (0.625, 0.53125), (0.625, 0.5625), (0.65625, 0.5625), (0.65625, 0.53125), (0.65625, 0.53125), (0.65625, 0.5625), (0.6875, 0.5625), (0.6875, 0.53125), (0.6875, 0.53125), (0.6875, 0.5625), (0.71875, 0.5625), (0.71875, 0.53125), (0.71875, 0.53125), (0.71875, 0.5625), (0.75, 0.5625), (0.75, 0.53125), (0.75, 0.53125), (0.75, 0.5625), (0.78125, 0.5625), (0.78125, 0.53125), (0.78125, 0.53125), (0.78125, 0.5625), (0.8125, 0.5625), (0.8125, 0.53125), (0.8125, 0.53125), (0.8125, 0.5625), (0.84375, 0.5625), (0.84375, 0.53125), (0.84375, 0.53125), (0.84375, 0.5625), (0.875, 0.5625), (0.875, 0.53125), (0.875, 0.53125), (0.875, 0.5625), (0.90625, 0.5625), (0.90625, 0.53125), (0.90625, 0.53125), (0.90625, 0.5625), (0.9375, 0.5625), (0.9375, 0.53125), (0.9375, 0.53125), (0.9375, 0.5625), (0.96875, 0.5625), (0.96875, 0.53125), (0.96875, 0.53125), (0.96875, 0.5625), (1, 0.5625), (1, 0.53125), (0, 0.5625), (0, 0.59375), (0.03125, 0.59375), (0.03125, 0.5625), (0.03125, 0.5625), (0.03125, 0.59375), (0.0625, 0.59375), (0.0625, 0.5625), (0.0625, 0.5625), (0.0625, 0.59375), (0.09375, 0.59375), (0.09375, 0.5625), (0.09375, 0.5625), (0.09375, 0.59375), (0.125, 0.59375), (0.125, 0.5625), (0.125, 0.5625), (0.125, 0.59375), (0.15625, 0.59375), (0.15625, 0.5625), (0.15625, 0.5625), (0.15625, 0.59375), (0.1875, 0.59375), (0.1875, 0.5625), (0.1875, 0.5625), (0.1875, 0.59375), (0.21875, 0.59375), (0.21875, 0.5625), (0.21875, 0.5625), (0.21875, 0.59375), (0.25, 0.59375), (0.25, 0.5625), (0.25, 0.5625), (0.25, 0.59375), (0.28125, 0.59375), (0.28125, 0.5625), (0.28125, 0.5625), (0.28125, 0.59375), (0.3125, 0.59375), (0.3125, 0.5625), (0.3125, 0.5625), (0.3125, 0.59375), (0.34375, 0.59375), (0.34375, 0.5625), (0.34375, 0.5625), (0.34375, 0.59375), (0.375, 0.59375), (0.375, 0.5625), (0.375, 0.5625), (0.375, 0.59375), (0.40625, 0.59375), (0.40625, 0.5625), (0.40625, 0.5625), (0.40625, 0.59375), (0.4375, 0.59375), (0.4375, 0.5625), (0.4375, 0.5625), (0.4375, 0.59375), (0.46875, 0.59375), (0.46875, 0.5625), (0.46875, 0.5625), (0.46875, 0.59375), (0.5, 0.59375), (0.5, 0.5625), (0.5, 0.5625), (0.5, 0.59375), (0.53125, 0.59375), (0.53125, 0.5625), (0.53125, 0.5625), (0.53125, 0.59375), (0.5625, 0.59375), (0.5625, 0.5625), (0.5625, 0.5625), (0.5625, 0.59375), (0.59375, 0.59375), (0.59375, 0.5625), (0.59375, 0.5625), (0.59375, 0.59375), (0.625, 0.59375), (0.625, 0.5625), (0.625, 0.5625), (0.625, 0.59375), (0.65625, 0.59375), (0.65625, 0.5625), (0.65625, 0.5625), (0.65625, 0.59375), (0.6875, 0.59375), (0.6875, 0.5625), (0.6875, 0.5625), (0.6875, 0.59375), (0.71875, 0.59375), (0.71875, 0.5625), (0.71875, 0.5625), (0.71875, 0.59375), (0.75, 0.59375), (0.75, 0.5625), (0.75, 0.5625), (0.75, 0.59375), (0.78125, 0.59375), (0.78125, 0.5625), (0.78125, 0.5625), (0.78125, 0.59375), (0.8125, 0.59375), (0.8125, 0.5625), (0.8125, 0.5625), (0.8125, 0.59375), (0.84375, 0.59375), (0.84375, 0.5625), (0.84375, 0.5625), (0.84375, 0.59375), (0.875, 0.59375), (0.875, 0.5625), (0.875, 0.5625), (0.875, 0.59375), (0.90625, 0.59375), (0.90625, 0.5625), (0.90625, 0.5625), (0.90625, 0.59375), (0.9375, 0.59375), (0.9375, 0.5625), (0.9375, 0.5625), (0.9375, 0.59375), (0.96875, 0.59375), (0.96875, 0.5625), (0.96875, 0.5625), (0.96875, 0.59375), (1, 0.59375), (1, 0.5625), (0, 0.59375), (0, 0.625), (0.03125, 0.625), (0.03125, 0.59375), (0.03125, 0.59375), (0.03125, 0.625), (0.0625, 0.625), (0.0625, 0.59375), (0.0625, 0.59375), (0.0625, 0.625), (0.09375, 0.625), (0.09375, 0.59375), (0.09375, 0.59375), (0.09375, 0.625), (0.125, 0.625), (0.125, 0.59375), (0.125, 0.59375), (0.125, 0.625), (0.15625, 0.625), (0.15625, 0.59375), (0.15625, 0.59375), (0.15625, 0.625), (0.1875, 0.625), (0.1875, 0.59375), (0.1875, 0.59375), (0.1875, 0.625), (0.21875, 0.625), (0.21875, 0.59375), (0.21875, 0.59375), (0.21875, 0.625), (0.25, 0.625), (0.25, 0.59375), (0.25, 0.59375), (0.25, 0.625), (0.28125, 0.625), (0.28125, 0.59375), (0.28125, 0.59375), (0.28125, 0.625), (0.3125, 0.625), (0.3125, 0.59375), (0.3125, 0.59375), (0.3125, 0.625), (0.34375, 0.625), (0.34375, 0.59375), (0.34375, 0.59375), (0.34375, 0.625), (0.375, 0.625), (0.375, 0.59375), (0.375, 0.59375), (0.375, 0.625), (0.40625, 0.625), (0.40625, 0.59375), (0.40625, 0.59375), (0.40625, 0.625), (0.4375, 0.625), (0.4375, 0.59375), (0.4375, 0.59375), (0.4375, 0.625), (0.46875, 0.625), (0.46875, 0.59375), (0.46875, 0.59375), (0.46875, 0.625), (0.5, 0.625), (0.5, 0.59375), (0.5, 0.59375), (0.5, 0.625), (0.53125, 0.625), (0.53125, 0.59375), (0.53125, 0.59375), (0.53125, 0.625), (0.5625, 0.625), (0.5625, 0.59375), (0.5625, 0.59375), (0.5625, 0.625), (0.59375, 0.625), (0.59375, 0.59375), (0.59375, 0.59375), (0.59375, 0.625), (0.625, 0.625), (0.625, 0.59375), (0.625, 0.59375), (0.625, 0.625), (0.65625, 0.625), (0.65625, 0.59375), (0.65625, 0.59375), (0.65625, 0.625), (0.6875, 0.625), (0.6875, 0.59375), (0.6875, 0.59375), (0.6875, 0.625), (0.71875, 0.625), (0.71875, 0.59375), (0.71875, 0.59375), (0.71875, 0.625), (0.75, 0.625), (0.75, 0.59375), (0.75, 0.59375), (0.75, 0.625), (0.78125, 0.625), (0.78125, 0.59375), (0.78125, 0.59375), (0.78125, 0.625), (0.8125, 0.625), (0.8125, 0.59375), (0.8125, 0.59375), (0.8125, 0.625), (0.84375, 0.625), (0.84375, 0.59375), (0.84375, 0.59375), (0.84375, 0.625), (0.875, 0.625), (0.875, 0.59375), (0.875, 0.59375), (0.875, 0.625), (0.90625, 0.625), (0.90625, 0.59375), (0.90625, 0.59375), (0.90625, 0.625), (0.9375, 0.625), (0.9375, 0.59375), (0.9375, 0.59375), (0.9375, 0.625), (0.96875, 0.625), (0.96875, 0.59375), (0.96875, 0.59375), (0.96875, 0.625), (1, 0.625), (1, 0.59375), (0, 0.625), (0, 0.65625), (0.03125, 0.65625), (0.03125, 0.625), (0.03125, 0.625), (0.03125, 0.65625), (0.0625, 0.65625), (0.0625, 0.625), (0.0625, 0.625), (0.0625, 0.65625), (0.09375, 0.65625), (0.09375, 0.625), (0.09375, 0.625), (0.09375, 0.65625), (0.125, 0.65625), (0.125, 0.625), (0.125, 0.625), (0.125, 0.65625), (0.15625, 0.65625), (0.15625, 0.625), (0.15625, 0.625), (0.15625, 0.65625), (0.1875, 0.65625), (0.1875, 0.625), (0.1875, 0.625), (0.1875, 0.65625), (0.21875, 0.65625), (0.21875, 0.625), (0.21875, 0.625), (0.21875, 0.65625), (0.25, 0.65625), (0.25, 0.625), (0.25, 0.625), (0.25, 0.65625), (0.28125, 0.65625), (0.28125, 0.625), (0.28125, 0.625), (0.28125, 0.65625), (0.3125, 0.65625), (0.3125, 0.625), (0.3125, 0.625), (0.3125, 0.65625), (0.34375, 0.65625), (0.34375, 0.625), (0.34375, 0.625), (0.34375, 0.65625), (0.375, 0.65625), (0.375, 0.625), (0.375, 0.625), (0.375, 0.65625), (0.40625, 0.65625), (0.40625, 0.625), (0.40625, 0.625), (0.40625, 0.65625), (0.4375, 0.65625), (0.4375, 0.625), (0.4375, 0.625), (0.4375, 0.65625), (0.46875, 0.65625), (0.46875, 0.625), (0.46875, 0.625), (0.46875, 0.65625), (0.5, 0.65625), (0.5, 0.625), (0.5, 0.625), (0.5, 0.65625), (0.53125, 0.65625), (0.53125, 0.625), (0.53125, 0.625), (0.53125, 0.65625), (0.5625, 0.65625), (0.5625, 0.625), (0.5625, 0.625), (0.5625, 0.65625), (0.59375, 0.65625), (0.59375, 0.625), (0.59375, 0.625), (0.59375, 0.65625), (0.625, 0.65625), (0.625, 0.625), (0.625, 0.625), (0.625, 0.65625), (0.65625, 0.65625), (0.65625, 0.625), (0.65625, 0.625), (0.65625, 0.65625), (0.6875, 0.65625), (0.6875, 0.625), (0.6875, 0.625), (0.6875, 0.65625), (0.71875, 0.65625), (0.71875, 0.625), (0.71875, 0.625), (0.71875, 0.65625), (0.75, 0.65625), (0.75, 0.625), (0.75, 0.625), (0.75, 0.65625), (0.78125, 0.65625), (0.78125, 0.625), (0.78125, 0.625), (0.78125, 0.65625), (0.8125, 0.65625), (0.8125, 0.625), (0.8125, 0.625), (0.8125, 0.65625), (0.84375, 0.65625), (0.84375, 0.625), (0.84375, 0.625), (0.84375, 0.65625), (0.875, 0.65625), (0.875, 0.625), (0.875, 0.625), (0.875, 0.65625), (0.90625, 0.65625), (0.90625, 0.625), (0.90625, 0.625), (0.90625, 0.65625), (0.9375, 0.65625), (0.9375, 0.625), (0.9375, 0.625), (0.9375, 0.65625), (0.96875, 0.65625), (0.96875, 0.625), (0.96875, 0.625), (0.96875, 0.65625), (1, 0.65625), (1, 0.625), (0, 0.65625), (0, 0.6875), (0.03125, 0.6875), (0.03125, 0.65625), (0.03125, 0.65625), (0.03125, 0.6875), (0.0625, 0.6875), (0.0625, 0.65625), (0.0625, 0.65625), (0.0625, 0.6875), (0.09375, 0.6875), (0.09375, 0.65625), (0.09375, 0.65625), (0.09375, 0.6875), (0.125, 0.6875), (0.125, 0.65625), (0.125, 0.65625), (0.125, 0.6875), (0.15625, 0.6875), (0.15625, 0.65625), (0.15625, 0.65625), (0.15625, 0.6875), (0.1875, 0.6875), (0.1875, 0.65625), (0.1875, 0.65625), (0.1875, 0.6875), (0.21875, 0.6875), (0.21875, 0.65625), (0.21875, 0.65625), (0.21875, 0.6875), (0.25, 0.6875), (0.25, 0.65625), (0.25, 0.65625), (0.25, 0.6875), (0.28125, 0.6875), (0.28125, 0.65625), (0.28125, 0.65625), (0.28125, 0.6875), (0.3125, 0.6875), (0.3125, 0.65625), (0.3125, 0.65625), (0.3125, 0.6875), (0.34375, 0.6875), (0.34375, 0.65625), (0.34375, 0.65625), (0.34375, 0.6875), (0.375, 0.6875), (0.375, 0.65625), (0.375, 0.65625), (0.375, 0.6875), (0.40625, 0.6875), (0.40625, 0.65625), (0.40625, 0.65625), (0.40625, 0.6875), (0.4375, 0.6875), (0.4375, 0.65625), (0.4375, 0.65625), (0.4375, 0.6875), (0.46875, 0.6875), (0.46875, 0.65625), (0.46875, 0.65625), (0.46875, 0.6875), (0.5, 0.6875), (0.5, 0.65625), (0.5, 0.65625), (0.5, 0.6875), (0.53125, 0.6875), (0.53125, 0.65625), (0.53125, 0.65625), (0.53125, 0.6875), (0.5625, 0.6875), (0.5625, 0.65625), (0.5625, 0.65625), (0.5625, 0.6875), (0.59375, 0.6875), (0.59375, 0.65625), (0.59375, 0.65625), (0.59375, 0.6875), (0.625, 0.6875), (0.625, 0.65625), (0.625, 0.65625), (0.625, 0.6875), (0.65625, 0.6875), (0.65625, 0.65625), (0.65625, 0.65625), (0.65625, 0.6875), (0.6875, 0.6875), (0.6875, 0.65625), (0.6875, 0.65625), (0.6875, 0.6875), (0.71875, 0.6875), (0.71875, 0.65625), (0.71875, 0.65625), (0.71875, 0.6875), (0.75, 0.6875), (0.75, 0.65625), (0.75, 0.65625), (0.75, 0.6875), (0.78125, 0.6875), (0.78125, 0.65625), (0.78125, 0.65625), (0.78125, 0.6875), (0.8125, 0.6875), (0.8125, 0.65625), (0.8125, 0.65625), (0.8125, 0.6875), (0.84375, 0.6875), (0.84375, 0.65625), (0.84375, 0.65625), (0.84375, 0.6875), (0.875, 0.6875), (0.875, 0.65625), (0.875, 0.65625), (0.875, 0.6875), (0.90625, 0.6875), (0.90625, 0.65625), (0.90625, 0.65625), (0.90625, 0.6875), (0.9375, 0.6875), (0.9375, 0.65625), (0.9375, 0.65625), (0.9375, 0.6875), (0.96875, 0.6875), (0.96875, 0.65625), (0.96875, 0.65625), (0.96875, 0.6875), (1, 0.6875), (1, 0.65625), (0, 0.6875), (0, 0.71875), (0.03125, 0.71875), (0.03125, 0.6875), (0.03125, 0.6875), (0.03125, 0.71875), (0.0625, 0.71875), (0.0625, 0.6875), (0.0625, 0.6875), (0.0625, 0.71875), (0.09375, 0.71875), (0.09375, 0.6875), (0.09375, 0.6875), (0.09375, 0.71875), (0.125, 0.71875), (0.125, 0.6875), (0.125, 0.6875), (0.125, 0.71875), (0.15625, 0.71875), (0.15625, 0.6875), (0.15625, 0.6875), (0.15625, 0.71875), (0.1875, 0.71875), (0.1875, 0.6875), (0.1875, 0.6875), (0.1875, 0.71875), (0.21875, 0.71875), (0.21875, 0.6875), (0.21875, 0.6875), (0.21875, 0.71875), (0.25, 0.71875), (0.25, 0.6875), (0.25, 0.6875), (0.25, 0.71875), (0.28125, 0.71875), (0.28125, 0.6875), (0.28125, 0.6875), (0.28125, 0.71875), (0.3125, 0.71875), (0.3125, 0.6875), (0.3125, 0.6875), (0.3125, 0.71875), (0.34375, 0.71875), (0.34375, 0.6875), (0.34375, 0.6875), (0.34375, 0.71875), (0.375, 0.71875), (0.375, 0.6875), (0.375, 0.6875), (0.375, 0.71875), (0.40625, 0.71875), (0.40625, 0.6875), (0.40625, 0.6875), (0.40625, 0.71875), (0.4375, 0.71875), (0.4375, 0.6875), (0.4375, 0.6875), (0.4375, 0.71875), (0.46875, 0.71875), (0.46875, 0.6875), (0.46875, 0.6875), (0.46875, 0.71875), (0.5, 0.71875), (0.5, 0.6875), (0.5, 0.6875), (0.5, 0.71875), (0.53125, 0.71875), (0.53125, 0.6875), (0.53125, 0.6875), (0.53125, 0.71875), (0.5625, 0.71875), (0.5625, 0.6875), (0.5625, 0.6875), (0.5625, 0.71875), (0.59375, 0.71875), (0.59375, 0.6875), (0.59375, 0.6875), (0.59375, 0.71875), (0.625, 0.71875), (0.625, 0.6875), (0.625, 0.6875), (0.625, 0.71875), (0.65625, 0.71875), (0.65625, 0.6875), (0.65625, 0.6875), (0.65625, 0.71875), (0.6875, 0.71875), (0.6875, 0.6875), (0.6875, 0.6875), (0.6875, 0.71875), (0.71875, 0.71875), (0.71875, 0.6875), (0.71875, 0.6875), (0.71875, 0.71875), (0.75, 0.71875), (0.75, 0.6875), (0.75, 0.6875), (0.75, 0.71875), (0.78125, 0.71875), (0.78125, 0.6875), (0.78125, 0.6875), (0.78125, 0.71875), (0.8125, 0.71875), (0.8125, 0.6875), (0.8125, 0.6875), (0.8125, 0.71875), (0.84375, 0.71875), (0.84375, 0.6875), (0.84375, 0.6875), (0.84375, 0.71875), (0.875, 0.71875), (0.875, 0.6875), (0.875, 0.6875), (0.875, 0.71875), (0.90625, 0.71875), (0.90625, 0.6875), (0.90625, 0.6875), (0.90625, 0.71875), (0.9375, 0.71875), (0.9375, 0.6875), (0.9375, 0.6875), (0.9375, 0.71875), (0.96875, 0.71875), (0.96875, 0.6875), (0.96875, 0.6875), (0.96875, 0.71875), (1, 0.71875), (1, 0.6875), (0, 0.71875), (0, 0.75), (0.03125, 0.75), (0.03125, 0.71875), (0.03125, 0.71875), (0.03125, 0.75), (0.0625, 0.75), (0.0625, 0.71875), (0.0625, 0.71875), (0.0625, 0.75), (0.09375, 0.75), (0.09375, 0.71875), (0.09375, 0.71875), (0.09375, 0.75), (0.125, 0.75), (0.125, 0.71875), (0.125, 0.71875), (0.125, 0.75), (0.15625, 0.75), (0.15625, 0.71875), (0.15625, 0.71875), (0.15625, 0.75), (0.1875, 0.75), (0.1875, 0.71875), (0.1875, 0.71875), (0.1875, 0.75), (0.21875, 0.75), (0.21875, 0.71875), (0.21875, 0.71875), (0.21875, 0.75), (0.25, 0.75), (0.25, 0.71875), (0.25, 0.71875), (0.25, 0.75), (0.28125, 0.75), (0.28125, 0.71875), (0.28125, 0.71875), (0.28125, 0.75), (0.3125, 0.75), (0.3125, 0.71875), (0.3125, 0.71875), (0.3125, 0.75), (0.34375, 0.75), (0.34375, 0.71875), (0.34375, 0.71875), (0.34375, 0.75), (0.375, 0.75), (0.375, 0.71875), (0.375, 0.71875), (0.375, 0.75), (0.40625, 0.75), (0.40625, 0.71875), (0.40625, 0.71875), (0.40625, 0.75), (0.4375, 0.75), (0.4375, 0.71875), (0.4375, 0.71875), (0.4375, 0.75), (0.46875, 0.75), (0.46875, 0.71875), (0.46875, 0.71875), (0.46875, 0.75), (0.5, 0.75), (0.5, 0.71875), (0.5, 0.71875), (0.5, 0.75), (0.53125, 0.75), (0.53125, 0.71875), (0.53125, 0.71875), (0.53125, 0.75), (0.5625, 0.75), (0.5625, 0.71875), (0.5625, 0.71875), (0.5625, 0.75), (0.59375, 0.75), (0.59375, 0.71875), (0.59375, 0.71875), (0.59375, 0.75), (0.625, 0.75), (0.625, 0.71875), (0.625, 0.71875), (0.625, 0.75), (0.65625, 0.75), (0.65625, 0.71875), (0.65625, 0.71875), (0.65625, 0.75), (0.6875, 0.75), (0.6875, 0.71875), (0.6875, 0.71875), (0.6875, 0.75), (0.71875, 0.75), (0.71875, 0.71875), (0.71875, 0.71875), (0.71875, 0.75), (0.75, 0.75), (0.75, 0.71875), (0.75, 0.71875), (0.75, 0.75), (0.78125, 0.75), (0.78125, 0.71875), (0.78125, 0.71875), (0.78125, 0.75), (0.8125, 0.75), (0.8125, 0.71875), (0.8125, 0.71875), (0.8125, 0.75), (0.84375, 0.75), (0.84375, 0.71875), (0.84375, 0.71875), (0.84375, 0.75), (0.875, 0.75), (0.875, 0.71875), (0.875, 0.71875), (0.875, 0.75), (0.90625, 0.75), (0.90625, 0.71875), (0.90625, 0.71875), (0.90625, 0.75), (0.9375, 0.75), (0.9375, 0.71875), (0.9375, 0.71875), (0.9375, 0.75), (0.96875, 0.75), (0.96875, 0.71875), (0.96875, 0.71875), (0.96875, 0.75), (1, 0.75), (1, 0.71875), (0, 0.75), (0, 0.78125), (0.03125, 0.78125), (0.03125, 0.75), (0.03125, 0.75), (0.03125, 0.78125), (0.0625, 0.78125), (0.0625, 0.75), (0.0625, 0.75), (0.0625, 0.78125), (0.09375, 0.78125), (0.09375, 0.75), (0.09375, 0.75), (0.09375, 0.78125), (0.125, 0.78125), (0.125, 0.75), (0.125, 0.75), (0.125, 0.78125), (0.15625, 0.78125), (0.15625, 0.75), (0.15625, 0.75), (0.15625, 0.78125), (0.1875, 0.78125), (0.1875, 0.75), (0.1875, 0.75), (0.1875, 0.78125), (0.21875, 0.78125), (0.21875, 0.75), (0.21875, 0.75), (0.21875, 0.78125), (0.25, 0.78125), (0.25, 0.75), (0.25, 0.75), (0.25, 0.78125), (0.28125, 0.78125), (0.28125, 0.75), (0.28125, 0.75), (0.28125, 0.78125), (0.3125, 0.78125), (0.3125, 0.75), (0.3125, 0.75), (0.3125, 0.78125), (0.34375, 0.78125), (0.34375, 0.75), (0.34375, 0.75), (0.34375, 0.78125), (0.375, 0.78125), (0.375, 0.75), (0.375, 0.75), (0.375, 0.78125), (0.40625, 0.78125), (0.40625, 0.75), (0.40625, 0.75), (0.40625, 0.78125), (0.4375, 0.78125), (0.4375, 0.75), (0.4375, 0.75), (0.4375, 0.78125), (0.46875, 0.78125), (0.46875, 0.75), (0.46875, 0.75), (0.46875, 0.78125), (0.5, 0.78125), (0.5, 0.75), (0.5, 0.75), (0.5, 0.78125), (0.53125, 0.78125), (0.53125, 0.75), (0.53125, 0.75), (0.53125, 0.78125), (0.5625, 0.78125), (0.5625, 0.75), (0.5625, 0.75), (0.5625, 0.78125), (0.59375, 0.78125), (0.59375, 0.75), (0.59375, 0.75), (0.59375, 0.78125), (0.625, 0.78125), (0.625, 0.75), (0.625, 0.75), (0.625, 0.78125), (0.65625, 0.78125), (0.65625, 0.75), (0.65625, 0.75), (0.65625, 0.78125), (0.6875, 0.78125), (0.6875, 0.75), (0.6875, 0.75), (0.6875, 0.78125), (0.71875, 0.78125), (0.71875, 0.75), (0.71875, 0.75), (0.71875, 0.78125), (0.75, 0.78125), (0.75, 0.75), (0.75, 0.75), (0.75, 0.78125), (0.78125, 0.78125), (0.78125, 0.75), (0.78125, 0.75), (0.78125, 0.78125), (0.8125, 0.78125), (0.8125, 0.75), (0.8125, 0.75), (0.8125, 0.78125), (0.84375, 0.78125), (0.84375, 0.75), (0.84375, 0.75), (0.84375, 0.78125), (0.875, 0.78125), (0.875, 0.75), (0.875, 0.75), (0.875, 0.78125), (0.90625, 0.78125), (0.90625, 0.75), (0.90625, 0.75), (0.90625, 0.78125), (0.9375, 0.78125), (0.9375, 0.75), (0.9375, 0.75), (0.9375, 0.78125), (0.96875, 0.78125), (0.96875, 0.75), (0.96875, 0.75), (0.96875, 0.78125), (1, 0.78125), (1, 0.75), (0, 0.78125), (0, 0.8125), (0.03125, 0.8125), (0.03125, 0.78125), (0.03125, 0.78125), (0.03125, 0.8125), (0.0625, 0.8125), (0.0625, 0.78125), (0.0625, 0.78125), (0.0625, 0.8125), (0.09375, 0.8125), (0.09375, 0.78125), (0.09375, 0.78125), (0.09375, 0.8125), (0.125, 0.8125), (0.125, 0.78125), (0.125, 0.78125), (0.125, 0.8125), (0.15625, 0.8125), (0.15625, 0.78125), (0.15625, 0.78125), (0.15625, 0.8125), (0.1875, 0.8125), (0.1875, 0.78125), (0.1875, 0.78125), (0.1875, 0.8125), (0.21875, 0.8125), (0.21875, 0.78125), (0.21875, 0.78125), (0.21875, 0.8125), (0.25, 0.8125), (0.25, 0.78125), (0.25, 0.78125), (0.25, 0.8125), (0.28125, 0.8125), (0.28125, 0.78125), (0.28125, 0.78125), (0.28125, 0.8125), (0.3125, 0.8125), (0.3125, 0.78125), (0.3125, 0.78125), (0.3125, 0.8125), (0.34375, 0.8125), (0.34375, 0.78125), (0.34375, 0.78125), (0.34375, 0.8125), (0.375, 0.8125), (0.375, 0.78125), (0.375, 0.78125), (0.375, 0.8125), (0.40625, 0.8125), (0.40625, 0.78125), (0.40625, 0.78125), (0.40625, 0.8125), (0.4375, 0.8125), (0.4375, 0.78125), (0.4375, 0.78125), (0.4375, 0.8125), (0.46875, 0.8125), (0.46875, 0.78125), (0.46875, 0.78125), (0.46875, 0.8125), (0.5, 0.8125), (0.5, 0.78125), (0.5, 0.78125), (0.5, 0.8125), (0.53125, 0.8125), (0.53125, 0.78125), (0.53125, 0.78125), (0.53125, 0.8125), (0.5625, 0.8125), (0.5625, 0.78125), (0.5625, 0.78125), (0.5625, 0.8125), (0.59375, 0.8125), (0.59375, 0.78125), (0.59375, 0.78125), (0.59375, 0.8125), (0.625, 0.8125), (0.625, 0.78125), (0.625, 0.78125), (0.625, 0.8125), (0.65625, 0.8125), (0.65625, 0.78125), (0.65625, 0.78125), (0.65625, 0.8125), (0.6875, 0.8125), (0.6875, 0.78125), (0.6875, 0.78125), (0.6875, 0.8125), (0.71875, 0.8125), (0.71875, 0.78125), (0.71875, 0.78125), (0.71875, 0.8125), (0.75, 0.8125), (0.75, 0.78125), (0.75, 0.78125), (0.75, 0.8125), (0.78125, 0.8125), (0.78125, 0.78125), (0.78125, 0.78125), (0.78125, 0.8125), (0.8125, 0.8125), (0.8125, 0.78125), (0.8125, 0.78125), (0.8125, 0.8125), (0.84375, 0.8125), (0.84375, 0.78125), (0.84375, 0.78125), (0.84375, 0.8125), (0.875, 0.8125), (0.875, 0.78125), (0.875, 0.78125), (0.875, 0.8125), (0.90625, 0.8125), (0.90625, 0.78125), (0.90625, 0.78125), (0.90625, 0.8125), (0.9375, 0.8125), (0.9375, 0.78125), (0.9375, 0.78125), (0.9375, 0.8125), (0.96875, 0.8125), (0.96875, 0.78125), (0.96875, 0.78125), (0.96875, 0.8125), (1, 0.8125), (1, 0.78125), (0, 0.8125), (0, 0.84375), (0.03125, 0.84375), (0.03125, 0.8125), (0.03125, 0.8125), (0.03125, 0.84375), (0.0625, 0.84375), (0.0625, 0.8125), (0.0625, 0.8125), (0.0625, 0.84375), (0.09375, 0.84375), (0.09375, 0.8125), (0.09375, 0.8125), (0.09375, 0.84375), (0.125, 0.84375), (0.125, 0.8125), (0.125, 0.8125), (0.125, 0.84375), (0.15625, 0.84375), (0.15625, 0.8125), (0.15625, 0.8125), (0.15625, 0.84375), (0.1875, 0.84375), (0.1875, 0.8125), (0.1875, 0.8125), (0.1875, 0.84375), (0.21875, 0.84375), (0.21875, 0.8125), (0.21875, 0.8125), (0.21875, 0.84375), (0.25, 0.84375), (0.25, 0.8125), (0.25, 0.8125), (0.25, 0.84375), (0.28125, 0.84375), (0.28125, 0.8125), (0.28125, 0.8125), (0.28125, 0.84375), (0.3125, 0.84375), (0.3125, 0.8125), (0.3125, 0.8125), (0.3125, 0.84375), (0.34375, 0.84375), (0.34375, 0.8125), (0.34375, 0.8125), (0.34375, 0.84375), (0.375, 0.84375), (0.375, 0.8125), (0.375, 0.8125), (0.375, 0.84375), (0.40625, 0.84375), (0.40625, 0.8125), (0.40625, 0.8125), (0.40625, 0.84375), (0.4375, 0.84375), (0.4375, 0.8125), (0.4375, 0.8125), (0.4375, 0.84375), (0.46875, 0.84375), (0.46875, 0.8125), (0.46875, 0.8125), (0.46875, 0.84375), (0.5, 0.84375), (0.5, 0.8125), (0.5, 0.8125), (0.5, 0.84375), (0.53125, 0.84375), (0.53125, 0.8125), (0.53125, 0.8125), (0.53125, 0.84375), (0.5625, 0.84375), (0.5625, 0.8125), (0.5625, 0.8125), (0.5625, 0.84375), (0.59375, 0.84375), (0.59375, 0.8125), (0.59375, 0.8125), (0.59375, 0.84375), (0.625, 0.84375), (0.625, 0.8125), (0.625, 0.8125), (0.625, 0.84375), (0.65625, 0.84375), (0.65625, 0.8125), (0.65625, 0.8125), (0.65625, 0.84375), (0.6875, 0.84375), (0.6875, 0.8125), (0.6875, 0.8125), (0.6875, 0.84375), (0.71875, 0.84375), (0.71875, 0.8125), (0.71875, 0.8125), (0.71875, 0.84375), (0.75, 0.84375), (0.75, 0.8125), (0.75, 0.8125), (0.75, 0.84375), (0.78125, 0.84375), (0.78125, 0.8125), (0.78125, 0.8125), (0.78125, 0.84375), (0.8125, 0.84375), (0.8125, 0.8125), (0.8125, 0.8125), (0.8125, 0.84375), (0.84375, 0.84375), (0.84375, 0.8125), (0.84375, 0.8125), (0.84375, 0.84375), (0.875, 0.84375), (0.875, 0.8125), (0.875, 0.8125), (0.875, 0.84375), (0.90625, 0.84375), (0.90625, 0.8125), (0.90625, 0.8125), (0.90625, 0.84375), (0.9375, 0.84375), (0.9375, 0.8125), (0.9375, 0.8125), (0.9375, 0.84375), (0.96875, 0.84375), (0.96875, 0.8125), (0.96875, 0.8125), (0.96875, 0.84375), (1, 0.84375), (1, 0.8125), (0, 0.84375), (0, 0.875), (0.03125, 0.875), (0.03125, 0.84375), (0.03125, 0.84375), (0.03125, 0.875), (0.0625, 0.875), (0.0625, 0.84375), (0.0625, 0.84375), (0.0625, 0.875), (0.09375, 0.875), (0.09375, 0.84375), (0.09375, 0.84375), (0.09375, 0.875), (0.125, 0.875), (0.125, 0.84375), (0.125, 0.84375), (0.125, 0.875), (0.15625, 0.875), (0.15625, 0.84375), (0.15625, 0.84375), (0.15625, 0.875), (0.1875, 0.875), (0.1875, 0.84375), (0.1875, 0.84375), (0.1875, 0.875), (0.21875, 0.875), (0.21875, 0.84375), (0.21875, 0.84375), (0.21875, 0.875), (0.25, 0.875), (0.25, 0.84375), (0.25, 0.84375), (0.25, 0.875), (0.28125, 0.875), (0.28125, 0.84375), (0.28125, 0.84375), (0.28125, 0.875), (0.3125, 0.875), (0.3125, 0.84375), (0.3125, 0.84375), (0.3125, 0.875), (0.34375, 0.875), (0.34375, 0.84375), (0.34375, 0.84375), (0.34375, 0.875), (0.375, 0.875), (0.375, 0.84375), (0.375, 0.84375), (0.375, 0.875), (0.40625, 0.875), (0.40625, 0.84375), (0.40625, 0.84375), (0.40625, 0.875), (0.4375, 0.875), (0.4375, 0.84375), (0.4375, 0.84375), (0.4375, 0.875), (0.46875, 0.875), (0.46875, 0.84375), (0.46875, 0.84375), (0.46875, 0.875), (0.5, 0.875), (0.5, 0.84375), (0.5, 0.84375), (0.5, 0.875), (0.53125, 0.875), (0.53125, 0.84375), (0.53125, 0.84375), (0.53125, 0.875), (0.5625, 0.875), (0.5625, 0.84375), (0.5625, 0.84375), (0.5625, 0.875), (0.59375, 0.875), (0.59375, 0.84375), (0.59375, 0.84375), (0.59375, 0.875), (0.625, 0.875), (0.625, 0.84375), (0.625, 0.84375), (0.625, 0.875), (0.65625, 0.875), (0.65625, 0.84375), (0.65625, 0.84375), (0.65625, 0.875), (0.6875, 0.875), (0.6875, 0.84375), (0.6875, 0.84375), (0.6875, 0.875), (0.71875, 0.875), (0.71875, 0.84375), (0.71875, 0.84375), (0.71875, 0.875), (0.75, 0.875), (0.75, 0.84375), (0.75, 0.84375), (0.75, 0.875), (0.78125, 0.875), (0.78125, 0.84375), (0.78125, 0.84375), (0.78125, 0.875), (0.8125, 0.875), (0.8125, 0.84375), (0.8125, 0.84375), (0.8125, 0.875), (0.84375, 0.875), (0.84375, 0.84375), (0.84375, 0.84375), (0.84375, 0.875), (0.875, 0.875), (0.875, 0.84375), (0.875, 0.84375), (0.875, 0.875), (0.90625, 0.875), (0.90625, 0.84375), (0.90625, 0.84375), (0.90625, 0.875), (0.9375, 0.875), (0.9375, 0.84375), (0.9375, 0.84375), (0.9375, 0.875), (0.96875, 0.875), (0.96875, 0.84375), (0.96875, 0.84375), (0.96875, 0.875), (1, 0.875), (1, 0.84375), (0, 0.875), (0, 0.90625), (0.03125, 0.90625), (0.03125, 0.875), (0.03125, 0.875), (0.03125, 0.90625), (0.0625, 0.90625), (0.0625, 0.875), (0.0625, 0.875), (0.0625, 0.90625), (0.09375, 0.90625), (0.09375, 0.875), (0.09375, 0.875), (0.09375, 0.90625), (0.125, 0.90625), (0.125, 0.875), (0.125, 0.875), (0.125, 0.90625), (0.15625, 0.90625), (0.15625, 0.875), (0.15625, 0.875), (0.15625, 0.90625), (0.1875, 0.90625), (0.1875, 0.875), (0.1875, 0.875), (0.1875, 0.90625), (0.21875, 0.90625), (0.21875, 0.875), (0.21875, 0.875), (0.21875, 0.90625), (0.25, 0.90625), (0.25, 0.875), (0.25, 0.875), (0.25, 0.90625), (0.28125, 0.90625), (0.28125, 0.875), (0.28125, 0.875), (0.28125, 0.90625), (0.3125, 0.90625), (0.3125, 0.875), (0.3125, 0.875), (0.3125, 0.90625), (0.34375, 0.90625), (0.34375, 0.875), (0.34375, 0.875), (0.34375, 0.90625), (0.375, 0.90625), (0.375, 0.875), (0.375, 0.875), (0.375, 0.90625), (0.40625, 0.90625), (0.40625, 0.875), (0.40625, 0.875), (0.40625, 0.90625), (0.4375, 0.90625), (0.4375, 0.875), (0.4375, 0.875), (0.4375, 0.90625), (0.46875, 0.90625), (0.46875, 0.875), (0.46875, 0.875), (0.46875, 0.90625), (0.5, 0.90625), (0.5, 0.875), (0.5, 0.875), (0.5, 0.90625), (0.53125, 0.90625), (0.53125, 0.875), (0.53125, 0.875), (0.53125, 0.90625), (0.5625, 0.90625), (0.5625, 0.875), (0.5625, 0.875), (0.5625, 0.90625), (0.59375, 0.90625), (0.59375, 0.875), (0.59375, 0.875), (0.59375, 0.90625), (0.625, 0.90625), (0.625, 0.875), (0.625, 0.875), (0.625, 0.90625), (0.65625, 0.90625), (0.65625, 0.875), (0.65625, 0.875), (0.65625, 0.90625), (0.6875, 0.90625), (0.6875, 0.875), (0.6875, 0.875), (0.6875, 0.90625), (0.71875, 0.90625), (0.71875, 0.875), (0.71875, 0.875), (0.71875, 0.90625), (0.75, 0.90625), (0.75, 0.875), (0.75, 0.875), (0.75, 0.90625), (0.78125, 0.90625), (0.78125, 0.875), (0.78125, 0.875), (0.78125, 0.90625), (0.8125, 0.90625), (0.8125, 0.875), (0.8125, 0.875), (0.8125, 0.90625), (0.84375, 0.90625), (0.84375, 0.875), (0.84375, 0.875), (0.84375, 0.90625), (0.875, 0.90625), (0.875, 0.875), (0.875, 0.875), (0.875, 0.90625), (0.90625, 0.90625), (0.90625, 0.875), (0.90625, 0.875), (0.90625, 0.90625), (0.9375, 0.90625), (0.9375, 0.875), (0.9375, 0.875), (0.9375, 0.90625), (0.96875, 0.90625), (0.96875, 0.875), (0.96875, 0.875), (0.96875, 0.90625), (1, 0.90625), (1, 0.875), (0, 0.90625), (0, 0.9375), (0.03125, 0.9375), (0.03125, 0.90625), (0.03125, 0.90625), (0.03125, 0.9375), (0.0625, 0.9375), (0.0625, 0.90625), (0.0625, 0.90625), (0.0625, 0.9375), (0.09375, 0.9375), (0.09375, 0.90625), (0.09375, 0.90625), (0.09375, 0.9375), (0.125, 0.9375), (0.125, 0.90625), (0.125, 0.90625), (0.125, 0.9375), (0.15625, 0.9375), (0.15625, 0.90625), (0.15625, 0.90625), (0.15625, 0.9375), (0.1875, 0.9375), (0.1875, 0.90625), (0.1875, 0.90625), (0.1875, 0.9375), (0.21875, 0.9375), (0.21875, 0.90625), (0.21875, 0.90625), (0.21875, 0.9375), (0.25, 0.9375), (0.25, 0.90625), (0.25, 0.90625), (0.25, 0.9375), (0.28125, 0.9375), (0.28125, 0.90625), (0.28125, 0.90625), (0.28125, 0.9375), (0.3125, 0.9375), (0.3125, 0.90625), (0.3125, 0.90625), (0.3125, 0.9375), (0.34375, 0.9375), (0.34375, 0.90625), (0.34375, 0.90625), (0.34375, 0.9375), (0.375, 0.9375), (0.375, 0.90625), (0.375, 0.90625), (0.375, 0.9375), (0.40625, 0.9375), (0.40625, 0.90625), (0.40625, 0.90625), (0.40625, 0.9375), (0.4375, 0.9375), (0.4375, 0.90625), (0.4375, 0.90625), (0.4375, 0.9375), (0.46875, 0.9375), (0.46875, 0.90625), (0.46875, 0.90625), (0.46875, 0.9375), (0.5, 0.9375), (0.5, 0.90625), (0.5, 0.90625), (0.5, 0.9375), (0.53125, 0.9375), (0.53125, 0.90625), (0.53125, 0.90625), (0.53125, 0.9375), (0.5625, 0.9375), (0.5625, 0.90625), (0.5625, 0.90625), (0.5625, 0.9375), (0.59375, 0.9375), (0.59375, 0.90625), (0.59375, 0.90625), (0.59375, 0.9375), (0.625, 0.9375), (0.625, 0.90625), (0.625, 0.90625), (0.625, 0.9375), (0.65625, 0.9375), (0.65625, 0.90625), (0.65625, 0.90625), (0.65625, 0.9375), (0.6875, 0.9375), (0.6875, 0.90625), (0.6875, 0.90625), (0.6875, 0.9375), (0.71875, 0.9375), (0.71875, 0.90625), (0.71875, 0.90625), (0.71875, 0.9375), (0.75, 0.9375), (0.75, 0.90625), (0.75, 0.90625), (0.75, 0.9375), (0.78125, 0.9375), (0.78125, 0.90625), (0.78125, 0.90625), (0.78125, 0.9375), (0.8125, 0.9375), (0.8125, 0.90625), (0.8125, 0.90625), (0.8125, 0.9375), (0.84375, 0.9375), (0.84375, 0.90625), (0.84375, 0.90625), (0.84375, 0.9375), (0.875, 0.9375), (0.875, 0.90625), (0.875, 0.90625), (0.875, 0.9375), (0.90625, 0.9375), (0.90625, 0.90625), (0.90625, 0.90625), (0.90625, 0.9375), (0.9375, 0.9375), (0.9375, 0.90625), (0.9375, 0.90625), (0.9375, 0.9375), (0.96875, 0.9375), (0.96875, 0.90625), (0.96875, 0.90625), (0.96875, 0.9375), (1, 0.9375), (1, 0.90625), (0, 0.9375), (0, 0.96875), (0.03125, 0.96875), (0.03125, 0.9375), (0.03125, 0.9375), (0.03125, 0.96875), (0.0625, 0.96875), (0.0625, 0.9375), (0.0625, 0.9375), (0.0625, 0.96875), (0.09375, 0.96875), (0.09375, 0.9375), (0.09375, 0.9375), (0.09375, 0.96875), (0.125, 0.96875), (0.125, 0.9375), (0.125, 0.9375), (0.125, 0.96875), (0.15625, 0.96875), (0.15625, 0.9375), (0.15625, 0.9375), (0.15625, 0.96875), (0.1875, 0.96875), (0.1875, 0.9375), (0.1875, 0.9375), (0.1875, 0.96875), (0.21875, 0.96875), (0.21875, 0.9375), (0.21875, 0.9375), (0.21875, 0.96875), (0.25, 0.96875), (0.25, 0.9375), (0.25, 0.9375), (0.25, 0.96875), (0.28125, 0.96875), (0.28125, 0.9375), (0.28125, 0.9375), (0.28125, 0.96875), (0.3125, 0.96875), (0.3125, 0.9375), (0.3125, 0.9375), (0.3125, 0.96875), (0.34375, 0.96875), (0.34375, 0.9375), (0.34375, 0.9375), (0.34375, 0.96875), (0.375, 0.96875), (0.375, 0.9375), (0.375, 0.9375), (0.375, 0.96875), (0.40625, 0.96875), (0.40625, 0.9375), (0.40625, 0.9375), (0.40625, 0.96875), (0.4375, 0.96875), (0.4375, 0.9375), (0.4375, 0.9375), (0.4375, 0.96875), (0.46875, 0.96875), (0.46875, 0.9375), (0.46875, 0.9375), (0.46875, 0.96875), (0.5, 0.96875), (0.5, 0.9375), (0.5, 0.9375), (0.5, 0.96875), (0.53125, 0.96875), (0.53125, 0.9375), (0.53125, 0.9375), (0.53125, 0.96875), (0.5625, 0.96875), (0.5625, 0.9375), (0.5625, 0.9375), (0.5625, 0.96875), (0.59375, 0.96875), (0.59375, 0.9375), (0.59375, 0.9375), (0.59375, 0.96875), (0.625, 0.96875), (0.625, 0.9375), (0.625, 0.9375), (0.625, 0.96875), (0.65625, 0.96875), (0.65625, 0.9375), (0.65625, 0.9375), (0.65625, 0.96875), (0.6875, 0.96875), (0.6875, 0.9375), (0.6875, 0.9375), (0.6875, 0.96875), (0.71875, 0.96875), (0.71875, 0.9375), (0.71875, 0.9375), (0.71875, 0.96875), (0.75, 0.96875), (0.75, 0.9375), (0.75, 0.9375), (0.75, 0.96875), (0.78125, 0.96875), (0.78125, 0.9375), (0.78125, 0.9375), (0.78125, 0.96875), (0.8125, 0.96875), (0.8125, 0.9375), (0.8125, 0.9375), (0.8125, 0.96875), (0.84375, 0.96875), (0.84375, 0.9375), (0.84375, 0.9375), (0.84375, 0.96875), (0.875, 0.96875), (0.875, 0.9375), (0.875, 0.9375), (0.875, 0.96875), (0.90625, 0.96875), (0.90625, 0.9375), (0.90625, 0.9375), (0.90625, 0.96875), (0.9375, 0.96875), (0.9375, 0.9375), (0.9375, 0.9375), (0.9375, 0.96875), (0.96875, 0.96875), (0.96875, 0.9375), (0.96875, 0.9375), (0.96875, 0.96875), (1, 0.96875), (1, 0.9375), (0, 0.96875), (0, 1), (0.03125, 1), (0.03125, 0.96875), (0.03125, 0.96875), (0.03125, 1), (0.0625, 1), (0.0625, 0.96875), (0.0625, 0.96875), (0.0625, 1), (0.09375, 1), (0.09375, 0.96875), (0.09375, 0.96875), (0.09375, 1), (0.125, 1), (0.125, 0.96875), (0.125, 0.96875), (0.125, 1), (0.15625, 1), (0.15625, 0.96875), (0.15625, 0.96875), (0.15625, 1), (0.1875, 1), (0.1875, 0.96875), (0.1875, 0.96875), (0.1875, 1), (0.21875, 1), (0.21875, 0.96875), (0.21875, 0.96875), (0.21875, 1), (0.25, 1), (0.25, 0.96875), (0.25, 0.96875), (0.25, 1), (0.28125, 1), (0.28125, 0.96875), (0.28125, 0.96875), (0.28125, 1), (0.3125, 1), (0.3125, 0.96875), (0.3125, 0.96875), (0.3125, 1), (0.34375, 1), (0.34375, 0.96875), (0.34375, 0.96875), (0.34375, 1), (0.375, 1), (0.375, 0.96875), (0.375, 0.96875), (0.375, 1), (0.40625, 1), (0.40625, 0.96875), (0.40625, 0.96875), (0.40625, 1), (0.4375, 1), (0.4375, 0.96875), (0.4375, 0.96875), (0.4375, 1), (0.46875, 1), (0.46875, 0.96875), (0.46875, 0.96875), (0.46875, 1), (0.5, 1), (0.5, 0.96875), (0.5, 0.96875), (0.5, 1), (0.53125, 1), (0.53125, 0.96875), (0.53125, 0.96875), (0.53125, 1), (0.5625, 1), (0.5625, 0.96875), (0.5625, 0.96875), (0.5625, 1), (0.59375, 1), (0.59375, 0.96875), (0.59375, 0.96875), (0.59375, 1), (0.625, 1), (0.625, 0.96875), (0.625, 0.96875), (0.625, 1), (0.65625, 1), (0.65625, 0.96875), (0.65625, 0.96875), (0.65625, 1), (0.6875, 1), (0.6875, 0.96875), (0.6875, 0.96875), (0.6875, 1), (0.71875, 1), (0.71875, 0.96875), (0.71875, 0.96875), (0.71875, 1), (0.75, 1), (0.75, 0.96875), (0.75, 0.96875), (0.75, 1), (0.78125, 1), (0.78125, 0.96875), (0.78125, 0.96875), (0.78125, 1), (0.8125, 1), (0.8125, 0.96875), (0.8125, 0.96875), (0.8125, 1), (0.84375, 1), (0.84375, 0.96875), (0.84375, 0.96875), (0.84375, 1), (0.875, 1), (0.875, 0.96875), (0.875, 0.96875), (0.875, 1), (0.90625, 1), (0.90625, 0.96875), (0.90625, 0.96875), (0.90625, 1), (0.9375, 1), (0.9375, 0.96875), (0.9375, 0.96875), (0.9375, 1), (0.96875, 1), (0.96875, 0.96875), (0.96875, 0.96875), (0.96875, 1), (1, 1), (1, 0.96875)] ( interpolation = "faceVarying" ) uniform token subdivisionScheme = "none" double3 xformOp:rotateXYZ = (0, 0, 90) double3 xformOp:scale = (1, 1, 1) double3 xformOp:translate = (283.18303179896617, -3.410605131648481e-13, -150.8666923630227) uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:rotateXYZ", "xformOp:scale"] } def OmniGraph "DrawLine" { token evaluationMode = "Automatic" token evaluator:type = "push" token fabricCacheBacking = "Shared" int2 fileFormatVersion = (1, 6) custom double3[] graph:variable:Points ( customData = { token scope = "private" } displayName = "Points" ) token pipelineStage = "pipelineStageSimulation" def OmniGraphNode "constant_string" ( prepend apiSchemas = ["NodeGraphNodeAPI"] ) { custom string inputs:value = "/World/Torus_0" token node:type = "omni.graph.nodes.ConstantString" int node:typeVersion = 1 uniform token ui:nodegraph:node:expansionState = "open" uniform float2 ui:nodegraph:node:pos = (-749.49524, 431.37564) } def OmniGraphNode "append_string" ( prepend apiSchemas = ["NodeGraphNodeAPI"] ) { custom token inputs:suffix prepend token inputs:suffix.connect = </World/DrawLine/to_string_01.outputs:converted> custom token inputs:value prepend token inputs:value.connect = </World/DrawLine/constant_string.inputs:value> token node:type = "omni.graph.nodes.AppendString" int node:typeVersion = 1 custom token outputs:value uniform token ui:nodegraph:node:expansionState = "open" uniform float2 ui:nodegraph:node:pos = (-484.1981, 321.56424) } def OmniGraphNode "to_string_01" ( prepend apiSchemas = ["NodeGraphNodeAPI"] ) { custom token inputs:value delete token inputs:value.connect = [ </World/DrawLine/for_loop.outputs:value>, </World/DrawLine/for_each_loop.outputs:element>, ] prepend token inputs:value.connect = </World/DrawLine/for_each_loop.outputs:arrayIndex> token node:type = "omni.graph.nodes.ToString" int node:typeVersion = 1 custom string outputs:converted uniform token ui:nodegraph:node:expansionState = "open" uniform float2 ui:nodegraph:node:pos = (-707.43494, 133.91429) } def OmniGraphNode "to_token" ( prepend apiSchemas = ["NodeGraphNodeAPI"] ) { custom token inputs:value delete token inputs:value.connect = </World/DrawLine/append_string_01.outputs:value> prepend token inputs:value.connect = </World/DrawLine/append_string.outputs:value> token node:type = "omni.graph.nodes.ToToken" int node:typeVersion = 1 custom token outputs:converted uniform token ui:nodegraph:node:expansionState = "open" uniform float2 ui:nodegraph:node:pos = (-232.12628, 346.12128) } def OmniGraphNode "read_prim_attribute" ( prepend apiSchemas = ["NodeGraphNodeAPI"] ) { custom token inputs:name = "" prepend token inputs:name.connect = </World/DrawLine/constant_token.inputs:value> custom rel inputs:prim custom token inputs:primPath prepend token inputs:primPath.connect = </World/DrawLine/to_token.outputs:converted> custom timecode inputs:usdTimecode = -1 custom bool inputs:usePath = 1 token node:type = "omni.graph.nodes.ReadPrimAttribute" int node:typeVersion = 1 custom token outputs:value uniform token ui:nodegraph:node:expansionState = "open" uniform float2 ui:nodegraph:node:pos = (52.101383, 224.98027) } def OmniGraphNode "constant_token" ( prepend apiSchemas = ["NodeGraphNodeAPI"] ) { custom token inputs:value = "xformOp:translate" token node:type = "omni.graph.nodes.ConstantToken" int node:typeVersion = 1 uniform token ui:nodegraph:node:expansionState = "open" uniform float2 ui:nodegraph:node:pos = (-230.3575, 208.44531) } def OmniGraphNode "make_array" ( prepend apiSchemas = ["NodeGraphNodeAPI"] ) { custom int inputs:arraySize = 0 delete int inputs:arraySize.connect = [ </World/DrawLine/constant_int_01.inputs:value>, </World/DrawLine/array_get_size.outputs:size>, </World/DrawLine/increment.outputs:result>, ] prepend int inputs:arraySize.connect = </World/DrawLine/array_get_size.outputs:size> custom token inputs:arrayType = "auto" ( allowedTokens = ["auto", "bool[]", "double[]", "float[]", "half[]", "int[]", "int64[]", "token[]", "uchar[]", "uint[]", "uint64[]", "double[2][]", "double[3][]", "double[4][]", "matrixd[3][]", "matrixd[4][]", "float[2][]", "float[3][]", "float[4][]", "half[2][]", "half[3][]", "half[4][]", "int[2][]", "int[3][]", "int[4][]"] ) custom token inputs:input0 delete token inputs:input0.connect = </World/DrawLine/constant_double3_01.inputs:value> prepend token inputs:input0.connect = </World/DrawLine/constant_double3_01.inputs:value> token node:type = "omni.graph.nodes.ConstructArray" int node:typeVersion = 1 custom token outputs:array uniform token ui:nodegraph:node:expansionState = "open" uniform float2 ui:nodegraph:node:pos = (-1710.1165, -32.794727) } def OmniGraphNode "constant_double3_01" ( prepend apiSchemas = ["NodeGraphNodeAPI"] ) { custom double3 inputs:value = (0, 0, 0) token node:type = "omni.graph.nodes.ConstantDouble3" int node:typeVersion = 1 uniform token ui:nodegraph:node:expansionState = "open" uniform float2 ui:nodegraph:node:pos = (-2046.3431, 143.06891) } def OmniGraphNode "array_set_index" ( prepend apiSchemas = ["NodeGraphNodeAPI"] ) { custom token inputs:array prepend token inputs:array.connect = </World/DrawLine/read_variable.outputs:value> custom int inputs:index = 0 delete int inputs:index.connect = </World/DrawLine/for_loop.outputs:index> prepend int inputs:index.connect = </World/DrawLine/for_each_loop.outputs:arrayIndex> custom bool inputs:resizeToFit = 0 custom token inputs:value prepend token inputs:value.connect = </World/DrawLine/read_prim_attribute.outputs:value> token node:type = "omni.graph.nodes.ArraySetIndex" int node:typeVersion = 1 custom token outputs:array uniform token ui:nodegraph:node:expansionState = "open" uniform float2 ui:nodegraph:node:pos = (403.91748, 27.400564) } def OmniGraphNode "draw_debug_curve" ( prepend apiSchemas = ["NodeGraphNodeAPI"] ) { custom bool inputs:closed = 0 custom color3f inputs:color = (0, 2, 0) custom double3[] inputs:curvepoints = [] delete double3[] inputs:curvepoints.connect = </World/DrawLine/array_set_index.outputs:array> prepend double3[] inputs:curvepoints.connect = </World/DrawLine/write_variable_01.outputs:value> custom uint inputs:execIn delete uint inputs:execIn.connect = </World/DrawLine/for_loop.outputs:finished> prepend uint inputs:execIn.connect = </World/DrawLine/for_each_loop.outputs:finished> token node:type = "omni.graph.ui.DrawDebugCurve" int node:typeVersion = 1 custom uint outputs:execOut ( customData = { bool isExecution = 1 } ) uniform token ui:nodegraph:node:expansionState = "open" uniform float2 ui:nodegraph:node:pos = (1288.2146, -467.21) } def OmniGraphNode "write_variable" ( prepend apiSchemas = ["NodeGraphNodeAPI"] ) { custom uint inputs:execIn custom rel inputs:graph = </World/DrawLine> custom token inputs:targetPath custom token inputs:value prepend token inputs:value.connect = </World/DrawLine/make_array.outputs:array> custom token inputs:variableName = "Points" token node:type = "omni.graph.core.WriteVariable" int node:typeVersion = 1 custom uint outputs:execOut ( customData = { bool isExecution = 1 } ) custom token outputs:value uniform token ui:nodegraph:node:expansionState = "open" uniform float2 ui:nodegraph:node:pos = (-1337.3154, -30.424747) } def OmniGraphNode "read_variable" ( prepend apiSchemas = ["NodeGraphNodeAPI"] ) { custom rel inputs:graph = </World/DrawLine> custom token inputs:targetPath custom token inputs:variableName = "Points" token node:type = "omni.graph.core.ReadVariable" int node:typeVersion = 1 custom token outputs:value uniform token ui:nodegraph:node:expansionState = "open" uniform float2 ui:nodegraph:node:pos = (224.72557, 39.418552) } def OmniGraphNode "write_variable_01" ( prepend apiSchemas = ["NodeGraphNodeAPI"] ) { custom uint inputs:execIn custom rel inputs:graph = </World/DrawLine> custom token inputs:targetPath custom token inputs:value prepend token inputs:value.connect = </World/DrawLine/array_set_index.outputs:array> custom token inputs:variableName = "Points" token node:type = "omni.graph.core.WriteVariable" int node:typeVersion = 1 custom uint outputs:execOut ( customData = { bool isExecution = 1 } ) custom token outputs:value uniform token ui:nodegraph:node:expansionState = "open" uniform float2 ui:nodegraph:node:pos = (857.17346, -94.751595) } def OmniGraphNode "find_prims" ( prepend apiSchemas = ["NodeGraphNodeAPI"] ) { custom bool inputs:ignoreSystemPrims = 1 custom token inputs:namePrefix = "Torus_" custom token inputs:pathPattern = "*" custom bool inputs:recursive = 1 custom string inputs:requiredAttributes = "" custom token inputs:requiredRelationship custom string inputs:requiredRelationshipTarget = "" custom token inputs:rootPrimPath = "" custom token inputs:type = "*" token node:type = "omni.graph.nodes.FindPrims" int node:typeVersion = 2 custom token[] outputs:primPaths = [] uniform token ui:nodegraph:node:expansionState = "open" uniform float2 ui:nodegraph:node:pos = (-2518.9133, -209.15837) } def OmniGraphNode "array_get_size" ( prepend apiSchemas = ["NodeGraphNodeAPI"] ) { custom token inputs:array prepend token inputs:array.connect = </World/DrawLine/find_prims.outputs:primPaths> token node:type = "omni.graph.nodes.ArrayGetSize" int node:typeVersion = 1 custom int outputs:size uniform token ui:nodegraph:node:expansionState = "open" uniform float2 ui:nodegraph:node:pos = (-2111.258, -51.810326) } def OmniGraphNode "for_each_loop" ( prepend apiSchemas = ["NodeGraphNodeAPI"] ) { custom token inputs:arrayIn prepend token inputs:arrayIn.connect = </World/DrawLine/write_variable.outputs:value> custom uint inputs:execIn prepend uint inputs:execIn.connect = </World/DrawLine/write_variable.outputs:execOut> token node:type = "omni.graph.action.ForEach" int node:typeVersion = 1 custom int outputs:arrayIndex custom token outputs:element custom uint outputs:finished ( customData = { bool isExecution = 1 } ) custom uint outputs:loopBody ( customData = { bool isExecution = 1 } ) uniform token ui:nodegraph:node:expansionState = "open" uniform float2 ui:nodegraph:node:pos = (-981.15796, -64.55268) } } } def Xform "Environment" { double3 xformOp:rotateXYZ = (0, 0, 0) double3 xformOp:scale = (1, 1, 1) double3 xformOp:translate = (0, 0, 0) uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:rotateXYZ", "xformOp:scale"] def DistantLight "defaultLight" ( prepend apiSchemas = ["ShapingAPI"] ) { float angle = 1 float intensity = 3000 float shaping:cone:angle = 180 float shaping:cone:softness float shaping:focus color3f shaping:focusTint asset shaping:ies:file double3 xformOp:rotateXYZ = (315, 0, 0) double3 xformOp:scale = (1, 1, 1) double3 xformOp:translate = (0, 0, 0) uniform token[] xformOpOrder = ["xformOp:translate", "xformOp:rotateXYZ", "xformOp:scale"] } }
omniverse-code/kit/exts/omni.graph.examples.cpp/docs/CHANGELOG.md
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [1.4.2] - 2022-12-19 ### Fixed - Avoid null pointer dereferences in compute for various nodes ## [1.4.1] - 2022-08-09 ### Fixed - Applied formatting to all of the Python files ## [1.4.0] - 2022-07-07 ### Added - Test for public API consistency ## [1.3.0] - 2022-06-28 ### Changed - Modified the Python code to create a more definitive API surface ## [1.2.0] - 2022-06-23 ### Changed - Modified the Python code to create a more definitive API surface ## [1.1.0] - 2022-04-29 ### Removed - Obsolete settings test ## [1.0.1] - 2022-03-14 ### Changed - Added categories to node OGN ## [1.0.0] - 2021-03-01 ### Initial Version - Started changelog with initial released version of the OmniGraph core