public Vector3 RotatedVector(
Vector3 dir,
out int selectionInd,
double scalingFactor = 1
)
Public Function RotatedVector (
dir As Vector3,
<OutAttribute> ByRef selectionInd As Integer,
Optional scalingFactor As Double = 1
) As Vector3
public:
virtual Vector3 RotatedVector(
Vector3 dir,
[OutAttribute] int% selectionInd,
double scalingFactor = 1
) sealed
abstract RotatedVector :
dir : Vector3 *
selectionInd : int byref *
?scalingFactor : float
(* Defaults:
let _scalingFactor = defaultArg scalingFactor 1
*)
-> Vector3
override RotatedVector :
dir : Vector3 *
selectionInd : int byref *
?scalingFactor : float
(* Defaults:
let _scalingFactor = defaultArg scalingFactor 1
*)
-> Vector3
[Missing <param name="dir"/> documentation for "M:Karamba.Elements.States.StateNode.RotatedVector(Karamba.Geometry.Vector3,System.Int32@,System.Double)"]
[Missing <param name="selectionInd"/> documentation for "M:Karamba.Elements.States.StateNode.RotatedVector(Karamba.Geometry.Vector3,System.Int32@,System.Double)"]
[Missing <param name="scalingFactor"/> documentation for "M:Karamba.Elements.States.StateNode.RotatedVector(Karamba.Geometry.Vector3,System.Int32@,System.Double)"]
[Missing <returns> documentation for "M:Karamba.Elements.States.StateNode.RotatedVector(Karamba.Geometry.Vector3,System.Int32@,System.Double)"]