Skip to content

Commit

Permalink
Fix formula of A constant (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
evandroAlfieri authored May 16, 2024
1 parent d294bd4 commit 176d1f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ The curvature _κ_ and radius of the curvature _ρ_, at any point of the curve,

$$\kappa=\frac{As}{|A^3|}, \rho=\frac{1}{\kappa}$$

The constant A, known as _flatness_ or _homothetic parameter_ of the clothoid, is specified as:

$$ A=\sqrt{LR}$$

where, L is the length measured from the inflection point; and R is the radius of the clothoid.

{ .extDef}
> NOTE Formulae adapted from **clothoid** defined in ISO 10303-42
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Clothoid Transition Segment
===========================

A clothoid segment is based on the IfcClothoid where the value for the clothoid constant is specified as √L and L is the length measured from the inflection point.
A clothoid segment is based on the IfcClothoid where the value for the clothoid constant _A_, known as _flatness_ or _homothetic parameter_ of the clothoid, is specified as:

$$ A=\sqrt{LR}$$

where, L is the length measured from the inflection point; and R is the radius of the clothoid.

```
concept {
Expand Down

0 comments on commit 176d1f9

Please sign in to comment.