Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Geom.html
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ <h3 class="signature " id="fit_plane_to_points-class_method">
<a style="float: right;" href="#header" title="Return to Top">&uarr;</a>


<span class="overload">.<strong>fit_plane_to_points</strong>(point1, point2, point3, ...) &#x21d2; <tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span>&lt;Float, Float, Float, Float&gt;</tt> </span>
<span class="overload">.<strong>fit_plane_to_points</strong>(point1, point2, point3, ...) &#x21d2; <tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span>(Float, Float, Float, Float)</tt> </span>

<span class="overload">.<strong>fit_plane_to_points</strong>(points) &#x21d2; <tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span>(Float, Float, Float, Float)</tt> </span>

Expand Down Expand Up @@ -605,7 +605,7 @@ <h4 class="tag_title">Examples:</h4>


<li class="overload_item">
<span class="signature">.<strong>fit_plane_to_points</strong>(point1, point2, point3, ...) &#x21d2; <tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span>&lt;Float, Float, Float, Float&gt;</tt> </span>
<span class="signature">.<strong>fit_plane_to_points</strong>(point1, point2, point3, ...) &#x21d2; <tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span>(Float, Float, Float, Float)</tt> </span>
<div class="docstring">
<div class="discussion">

Expand Down Expand Up @@ -659,7 +659,7 @@ <h4 class="tag_title">Examples:</h4>
<li>


<span class='type'>(<tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span>&lt;Float, Float, Float, Float&gt;</tt>)</span>
<span class='type'>(<tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span>(Float, Float, Float, Float)</tt>)</span>



Expand Down
2 changes: 1 addition & 1 deletion Geom/BoundingBox.html
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ <h4 class="tag_title">Examples:</h4>
<span class='id identifier rubyid_boundingbox'>boundingbox</span><span class='period'>.</span><span class='id identifier rubyid_add'>add</span><span class='lparen'>(</span><span class='lbracket'>[</span><span class='int'>100</span><span class='comma'>,</span> <span class='int'>200</span><span class='comma'>,</span> <span class='op'>-</span><span class='int'>400</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='lbracket'>[</span><span class='int'>200</span><span class='comma'>,</span> <span class='int'>400</span><span class='comma'>,</span> <span class='int'>100</span><span class='rbracket'>]</span><span class='rparen'>)</span>
<span class='comment'># This will return Point3d(100, 200, -400).
</span><span class='id identifier rubyid_boundingbox'>boundingbox</span><span class='period'>.</span><span class='id identifier rubyid_corner'>corner</span><span class='lparen'>(</span><span class='int'>0</span><span class='rparen'>)</span>
<span class='comment'># This will return Point3d(100, 200, -400).
<span class='comment'># This will return Point3d(100, 400, 100).
</span><span class='id identifier rubyid_boundingbox'>boundingbox</span><span class='period'>.</span><span class='id identifier rubyid_corner'>corner</span><span class='lparen'>(</span><span class='int'>6</span><span class='rparen'>)</span></code></pre>

</div>
Expand Down
47 changes: 28 additions & 19 deletions Geom/Bounds2d.html

Large diffs are not rendered by default.

53 changes: 19 additions & 34 deletions Geom/LatLong.html

Large diffs are not rendered by default.

165 changes: 121 additions & 44 deletions Geom/Point2d.html

Large diffs are not rendered by default.

357 changes: 242 additions & 115 deletions Geom/Point3d.html

Large diffs are not rendered by default.

108 changes: 67 additions & 41 deletions Geom/PolygonMesh.html

Large diffs are not rendered by default.

158 changes: 111 additions & 47 deletions Geom/Transformation.html

Large diffs are not rendered by default.

68 changes: 36 additions & 32 deletions Geom/Transformation2d.html

Large diffs are not rendered by default.

38 changes: 15 additions & 23 deletions Geom/UTM.html

Large diffs are not rendered by default.

325 changes: 180 additions & 145 deletions Geom/Vector2d.html

Large diffs are not rendered by default.

882 changes: 326 additions & 556 deletions Geom/Vector3d.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h4 class="tag_title">Examples:</h4>



<strong class="classes">Classes:</strong> <span class='object_link'><a href="Layout/AngularDimension.html" title="Layout::AngularDimension (class)">AngularDimension</a></span>, <span class='object_link'><a href="Layout/AutoTextDefinition.html" title="Layout::AutoTextDefinition (class)">AutoTextDefinition</a></span>, <span class='object_link'><a href="Layout/AutoTextDefinitions.html" title="Layout::AutoTextDefinitions (class)">AutoTextDefinitions</a></span>, <span class='object_link'><a href="Layout/ConnectionPoint.html" title="Layout::ConnectionPoint (class)">ConnectionPoint</a></span>, <span class='object_link'><a href="Layout/Document.html" title="Layout::Document (class)">Document</a></span>, <span class='object_link'><a href="Layout/Ellipse.html" title="Layout::Ellipse (class)">Ellipse</a></span>, <span class='object_link'><a href="Layout/Entities.html" title="Layout::Entities (class)">Entities</a></span>, <span class='object_link'><a href="Layout/Entity.html" title="Layout::Entity (class)">Entity</a></span>, <span class='object_link'><a href="Layout/FormattedText.html" title="Layout::FormattedText (class)">FormattedText</a></span>, <span class='object_link'><a href="Layout/Grid.html" title="Layout::Grid (class)">Grid</a></span>, <span class='object_link'><a href="Layout/Group.html" title="Layout::Group (class)">Group</a></span>, <span class='object_link'><a href="Layout/Image.html" title="Layout::Image (class)">Image</a></span>, <span class='object_link'><a href="Layout/Label.html" title="Layout::Label (class)">Label</a></span>, <span class='object_link'><a href="Layout/Layer.html" title="Layout::Layer (class)">Layer</a></span>, <span class='object_link'><a href="Layout/LayerInstance.html" title="Layout::LayerInstance (class)">LayerInstance</a></span>, <span class='object_link'><a href="Layout/Layers.html" title="Layout::Layers (class)">Layers</a></span>, <span class='object_link'><a href="Layout/LinearDimension.html" title="Layout::LinearDimension (class)">LinearDimension</a></span>, <span class='object_link'><a href="Layout/LockedEntityError.html" title="Layout::LockedEntityError (class)">LockedEntityError</a></span>, <span class='object_link'><a href="Layout/LockedLayerError.html" title="Layout::LockedLayerError (class)">LockedLayerError</a></span>, <span class='object_link'><a href="Layout/Page.html" title="Layout::Page (class)">Page</a></span>, <span class='object_link'><a href="Layout/PageInfo.html" title="Layout::PageInfo (class)">PageInfo</a></span>, <span class='object_link'><a href="Layout/Pages.html" title="Layout::Pages (class)">Pages</a></span>, <span class='object_link'><a href="Layout/Path.html" title="Layout::Path (class)">Path</a></span>, <span class='object_link'><a href="Layout/Rectangle.html" title="Layout::Rectangle (class)">Rectangle</a></span>, <span class='object_link'><a href="Layout/ReferenceEntity.html" title="Layout::ReferenceEntity (class)">ReferenceEntity</a></span>, <span class='object_link'><a href="Layout/SketchUpModel.html" title="Layout::SketchUpModel (class)">SketchUpModel</a></span>, <span class='object_link'><a href="Layout/Style.html" title="Layout::Style (class)">Style</a></span>, <span class='object_link'><a href="Layout/Table.html" title="Layout::Table (class)">Table</a></span>, <span class='object_link'><a href="Layout/TableCell.html" title="Layout::TableCell (class)">TableCell</a></span>, <span class='object_link'><a href="Layout/TableColumn.html" title="Layout::TableColumn (class)">TableColumn</a></span>, <span class='object_link'><a href="Layout/TableRow.html" title="Layout::TableRow (class)">TableRow</a></span>
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Layout/AngularDimension.html" title="Layout::AngularDimension (class)">AngularDimension</a></span>, <span class='object_link'><a href="Layout/AutoTextDefinition.html" title="Layout::AutoTextDefinition (class)">AutoTextDefinition</a></span>, <span class='object_link'><a href="Layout/AutoTextDefinitions.html" title="Layout::AutoTextDefinitions (class)">AutoTextDefinitions</a></span>, <span class='object_link'><a href="Layout/ConnectionPoint.html" title="Layout::ConnectionPoint (class)">ConnectionPoint</a></span>, <span class='object_link'><a href="Layout/Dictionary.html" title="Layout::Dictionary (class)">Dictionary</a></span>, <span class='object_link'><a href="Layout/Document.html" title="Layout::Document (class)">Document</a></span>, <span class='object_link'><a href="Layout/Ellipse.html" title="Layout::Ellipse (class)">Ellipse</a></span>, <span class='object_link'><a href="Layout/Entities.html" title="Layout::Entities (class)">Entities</a></span>, <span class='object_link'><a href="Layout/Entity.html" title="Layout::Entity (class)">Entity</a></span>, <span class='object_link'><a href="Layout/FormattedText.html" title="Layout::FormattedText (class)">FormattedText</a></span>, <span class='object_link'><a href="Layout/Grid.html" title="Layout::Grid (class)">Grid</a></span>, <span class='object_link'><a href="Layout/Group.html" title="Layout::Group (class)">Group</a></span>, <span class='object_link'><a href="Layout/Image.html" title="Layout::Image (class)">Image</a></span>, <span class='object_link'><a href="Layout/Label.html" title="Layout::Label (class)">Label</a></span>, <span class='object_link'><a href="Layout/Layer.html" title="Layout::Layer (class)">Layer</a></span>, <span class='object_link'><a href="Layout/LayerInstance.html" title="Layout::LayerInstance (class)">LayerInstance</a></span>, <span class='object_link'><a href="Layout/Layers.html" title="Layout::Layers (class)">Layers</a></span>, <span class='object_link'><a href="Layout/LinearDimension.html" title="Layout::LinearDimension (class)">LinearDimension</a></span>, <span class='object_link'><a href="Layout/LockedEntityError.html" title="Layout::LockedEntityError (class)">LockedEntityError</a></span>, <span class='object_link'><a href="Layout/LockedLayerError.html" title="Layout::LockedLayerError (class)">LockedLayerError</a></span>, <span class='object_link'><a href="Layout/Page.html" title="Layout::Page (class)">Page</a></span>, <span class='object_link'><a href="Layout/PageInfo.html" title="Layout::PageInfo (class)">PageInfo</a></span>, <span class='object_link'><a href="Layout/Pages.html" title="Layout::Pages (class)">Pages</a></span>, <span class='object_link'><a href="Layout/Path.html" title="Layout::Path (class)">Path</a></span>, <span class='object_link'><a href="Layout/Rectangle.html" title="Layout::Rectangle (class)">Rectangle</a></span>, <span class='object_link'><a href="Layout/ReferenceEntity.html" title="Layout::ReferenceEntity (class)">ReferenceEntity</a></span>, <span class='object_link'><a href="Layout/SketchUpModel.html" title="Layout::SketchUpModel (class)">SketchUpModel</a></span>, <span class='object_link'><a href="Layout/Style.html" title="Layout::Style (class)">Style</a></span>, <span class='object_link'><a href="Layout/Table.html" title="Layout::Table (class)">Table</a></span>, <span class='object_link'><a href="Layout/TableCell.html" title="Layout::TableCell (class)">TableCell</a></span>, <span class='object_link'><a href="Layout/TableColumn.html" title="Layout::TableColumn (class)">TableColumn</a></span>, <span class='object_link'><a href="Layout/TableRow.html" title="Layout::TableRow (class)">TableRow</a></span>


</p>
Expand Down
2 changes: 1 addition & 1 deletion Layout/AngularDimension.html
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ <h2>


<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Entity.html" title="Layout::Entity (class)">Entity</a></span></h3>
<p class="inherited"><span class='object_link'><a href="Entity.html#==-instance_method" title="Layout::Entity#== (method)">#==</a></span>, <span class='object_link'><a href="Entity.html#bounds-instance_method" title="Layout::Entity#bounds (method)">#bounds</a></span>, <span class='object_link'><a href="Entity.html#document-instance_method" title="Layout::Entity#document (method)">#document</a></span>, <span class='object_link'><a href="Entity.html#drawing_bounds-instance_method" title="Layout::Entity#drawing_bounds (method)">#drawing_bounds</a></span>, <span class='object_link'><a href="Entity.html#group-instance_method" title="Layout::Entity#group (method)">#group</a></span>, <span class='object_link'><a href="Entity.html#layer_instance-instance_method" title="Layout::Entity#layer_instance (method)">#layer_instance</a></span>, <span class='object_link'><a href="Entity.html#locked=-instance_method" title="Layout::Entity#locked= (method)">#locked=</a></span>, <span class='object_link'><a href="Entity.html#locked%3F-instance_method" title="Layout::Entity#locked? (method)">#locked?</a></span>, <span class='object_link'><a href="Entity.html#move_to_group-instance_method" title="Layout::Entity#move_to_group (method)">#move_to_group</a></span>, <span class='object_link'><a href="Entity.html#move_to_layer-instance_method" title="Layout::Entity#move_to_layer (method)">#move_to_layer</a></span>, <span class='object_link'><a href="Entity.html#on_shared_layer%3F-instance_method" title="Layout::Entity#on_shared_layer? (method)">#on_shared_layer?</a></span>, <span class='object_link'><a href="Entity.html#page-instance_method" title="Layout::Entity#page (method)">#page</a></span>, <span class='object_link'><a href="Entity.html#style-instance_method" title="Layout::Entity#style (method)">#style</a></span>, <span class='object_link'><a href="Entity.html#style=-instance_method" title="Layout::Entity#style= (method)">#style=</a></span>, <span class='object_link'><a href="Entity.html#transform!-instance_method" title="Layout::Entity#transform! (method)">#transform!</a></span>, <span class='object_link'><a href="Entity.html#transformation-instance_method" title="Layout::Entity#transformation (method)">#transformation</a></span>, <span class='object_link'><a href="Entity.html#untransformed_bounds-instance_method" title="Layout::Entity#untransformed_bounds (method)">#untransformed_bounds</a></span>, <span class='object_link'><a href="Entity.html#untransformed_bounds=-instance_method" title="Layout::Entity#untransformed_bounds= (method)">#untransformed_bounds=</a></span></p>
<p class="inherited"><span class='object_link'><a href="Entity.html#==-instance_method" title="Layout::Entity#== (method)">#==</a></span>, <span class='object_link'><a href="Entity.html#attribute_dictionary-instance_method" title="Layout::Entity#attribute_dictionary (method)">#attribute_dictionary</a></span>, <span class='object_link'><a href="Entity.html#bounds-instance_method" title="Layout::Entity#bounds (method)">#bounds</a></span>, <span class='object_link'><a href="Entity.html#delete_attribute-instance_method" title="Layout::Entity#delete_attribute (method)">#delete_attribute</a></span>, <span class='object_link'><a href="Entity.html#document-instance_method" title="Layout::Entity#document (method)">#document</a></span>, <span class='object_link'><a href="Entity.html#drawing_bounds-instance_method" title="Layout::Entity#drawing_bounds (method)">#drawing_bounds</a></span>, <span class='object_link'><a href="Entity.html#get_attribute-instance_method" title="Layout::Entity#get_attribute (method)">#get_attribute</a></span>, <span class='object_link'><a href="Entity.html#group-instance_method" title="Layout::Entity#group (method)">#group</a></span>, <span class='object_link'><a href="Entity.html#layer_instance-instance_method" title="Layout::Entity#layer_instance (method)">#layer_instance</a></span>, <span class='object_link'><a href="Entity.html#locked=-instance_method" title="Layout::Entity#locked= (method)">#locked=</a></span>, <span class='object_link'><a href="Entity.html#locked%3F-instance_method" title="Layout::Entity#locked? (method)">#locked?</a></span>, <span class='object_link'><a href="Entity.html#move_to_group-instance_method" title="Layout::Entity#move_to_group (method)">#move_to_group</a></span>, <span class='object_link'><a href="Entity.html#move_to_layer-instance_method" title="Layout::Entity#move_to_layer (method)">#move_to_layer</a></span>, <span class='object_link'><a href="Entity.html#on_shared_layer%3F-instance_method" title="Layout::Entity#on_shared_layer? (method)">#on_shared_layer?</a></span>, <span class='object_link'><a href="Entity.html#page-instance_method" title="Layout::Entity#page (method)">#page</a></span>, <span class='object_link'><a href="Entity.html#set_attribute-instance_method" title="Layout::Entity#set_attribute (method)">#set_attribute</a></span>, <span class='object_link'><a href="Entity.html#style-instance_method" title="Layout::Entity#style (method)">#style</a></span>, <span class='object_link'><a href="Entity.html#style=-instance_method" title="Layout::Entity#style= (method)">#style=</a></span>, <span class='object_link'><a href="Entity.html#transform!-instance_method" title="Layout::Entity#transform! (method)">#transform!</a></span>, <span class='object_link'><a href="Entity.html#transformation-instance_method" title="Layout::Entity#transformation (method)">#transformation</a></span>, <span class='object_link'><a href="Entity.html#untransformed_bounds-instance_method" title="Layout::Entity#untransformed_bounds (method)">#untransformed_bounds</a></span>, <span class='object_link'><a href="Entity.html#untransformed_bounds=-instance_method" title="Layout::Entity#untransformed_bounds= (method)">#untransformed_bounds=</a></span></p>
<div id="constructor_details" class="method_details_list">
<h2>Constructor Details</h2>

Expand Down
Loading