| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| double | GetMaxCurvature
()
Get method for attribute "MaxCurvature" The maximum curvature |
| Vector3D | GetMaxDir
()
Get method for attribute "MaxDir" The vector that specifies the maximum direction |
| double | GetMinCurvature
()
Get method for attribute "MinCurvature" The minimum curvature |
| Vector3D | GetMinDir
()
Get method for attribute "MinDir" The vector that specifies the minimum direction |
| void | SetMaxCurvature
(double value)
Set method for attribute "MaxCurvature" The maximum curvature |
| void | SetMaxDir
(Vector3D value)
Set method for attribute "MaxDir" The vector that specifies the maximum direction |
| void | SetMinCurvature
(double value)
Set method for attribute "MinCurvature" The minimum curvature |
| void | SetMinDir
(Vector3D value)
Set method for attribute "MinDir" The vector that specifies the minimum direction |
| Method Detail |
|---|
| GetMaxCurvature/SetMaxCurvature |
|---|
| double | GetMaxCurvature | () |
| void | SetMaxCurvature | (double value) |
| The maximum curvature |
| GetMinCurvature/SetMinCurvature |
|---|
| double | GetMinCurvature | () |
| void | SetMinCurvature | (double value) |
| The minimum curvature |
| GetMinDir/SetMinDir |
|---|
| Vector3D | GetMinDir | () |
| void | SetMinDir | (Vector3D value) |
| The vector that specifies the minimum direction |
| GetMaxDir/SetMaxDir |
|---|
| Vector3D | GetMaxDir | () |
| void | SetMaxDir | (Vector3D value) |
| The vector that specifies the maximum direction |