Rotates the edge towards a target vector making sure the ends do not travel beyond a max distance
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic void InterPerp(
bool orientation,
double maxTravel,
double lAdjCoef = 1
)
Public Sub InterPerp (
orientation As Boolean,
maxTravel As Double,
Optional lAdjCoef As Double = 1
)
public:
void InterPerp(
bool orientation,
double maxTravel,
double lAdjCoef = 1
)
member InterPerp :
orientation : bool *
maxTravel : float *
?lAdjCoef : float
(* Defaults:
let _lAdjCoef = defaultArg lAdjCoef 1
*)
-> unit
Parameters
- orientation
- Type: SystemBoolean
[Missing <param name="orientation"/> documentation for "M:PolyFramework.PFEdge.InterPerp(System.Boolean,System.Double,System.Double)"]
- maxTravel
- Type: SystemDouble
[Missing <param name="maxTravel"/> documentation for "M:PolyFramework.PFEdge.InterPerp(System.Boolean,System.Double,System.Double)"]
- lAdjCoef (Optional)
- Type: SystemDouble
[Missing <param name="lAdjCoef"/> documentation for "M:PolyFramework.PFEdge.InterPerp(System.Boolean,System.Double,System.Double)"]
See Also