IStateNodeRotatedVector Method
Rotate a vector according to a node state.
Namespace: Karamba.Elements.StatesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
Vector3 RotatedVector(
Vector3 dir,
out int selectionInd,
double scalingFactor = 1
)
Function RotatedVector (
dir As Vector3,
<OutAttribute> ByRef selectionInd As Integer,
Optional scalingFactor As Double = 1
) As Vector3
Vector3 RotatedVector(
Vector3 dir,
[OutAttribute] int% selectionInd,
double scalingFactor = 1
)
abstract RotatedVector :
dir : Vector3 *
selectionInd : int byref *
?scalingFactor : float
(* Defaults:
let _scalingFactor = defaultArg scalingFactor 1
*)
-> Vector3
- dir Vector3
- Vector to be rotated.
- selectionInd Int32
- Index of the load case within the given load cases from which the result originates.
- scalingFactor Double (Optional)
- Scaling factor for the rotation.
Vector3Rotated Vector.