-
Notifications
You must be signed in to change notification settings - Fork 0
CurvatureMode
pygranite.CurvatureMode.Off
No curvature is computed at all.
pygranite.CurvatureMode.TotalCurvature
TotalCurvature is computed in the standard fashion using the second derivative.
Each individual curvature value is given by:
Leading to the following summation:
pygranite.CurvatureMode.FastTotalCurvature
Total curvature is computed using the angle and method.
The total curvature is approximated using the angle between two consecutive trajectory points:
This version is in theory faster than the other one.
pygranite.CurvatureMode.IndividualAndTotalCurvature
Total curvature and curvature values for each trajectory point are computed. (See TotalCurvature
for an explaination of the math)
- Space
- Integrator
- BorderMode
- CurvatureMode
- AbortReason
- AbortMode
- UpLiftMode
- WindfieldMode
- ConstantsMode
- AdditionalVolumeMode
- pgt.py : pygranite toolkit
- 2D : Visualization
- 3D : Visualization
- 3D : Reverse Computation
- 3D : Topography Test
- 3D : Total Curvature
- 3D : Individual Curvature
- 3D : Length
- 3D : Lift
- 3D : GPU Custom Computations