You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line 155 of the list of generators, the comment reads "cylindrical" rather than "spherical."
<ksgen_value_radius_cylindrical name="value_radius_cylindrical" radius_min="5." radius_max="10."/>
<!--
description:
generates a single random value drawn from a distribution suitable for randomly distributing radii in cylindrical coordinates.
parameters:
name:
the name of this value.
value_min:
the minimum radius in meters to return. must be positive and less than radius_max.
value_max:
the maximum radius in meters to return. must be positive and greater than radius_min.
-->
<ksgen_value_radius_spherical name="value_radius_spherical" radius_min="5." radius_max="10."/>
<!--
description:
generates a single random value drawn from a distribution suitable for randomly distributing radii in **cylindrical** coordinates.
parameters:
name:
the name of this value.
value_min:
the minimum radius in meters to return. must be positive and less than radius_max.
value_max:
the maximum radius in meters to return. must be positive and greater than radius_min.
-->
The text was updated successfully, but these errors were encountered:
On line 155 of the list of generators, the comment reads "cylindrical" rather than "spherical."
The text was updated successfully, but these errors were encountered: