public Vector3 GetTranslation(
out int selectionInd,
double scalingFactor = 1,
Vec3dProjector projector = null
)
Public Function GetTranslation (
<OutAttribute> ByRef selectionInd As Integer,
Optional scalingFactor As Double = 1,
Optional projector As Vec3dProjector = Nothing
) As Vector3
public:
virtual Vector3 GetTranslation(
[OutAttribute] int% selectionInd,
double scalingFactor = 1,
Vec3dProjector^ projector = nullptr
) sealed
abstract GetTranslation :
selectionInd : int byref *
?scalingFactor : float *
?projector : Vec3dProjector
(* Defaults:
let _scalingFactor = defaultArg scalingFactor 1
let _projector = defaultArg projector null
*)
-> Vector3
override GetTranslation :
selectionInd : int byref *
?scalingFactor : float *
?projector : Vec3dProjector
(* Defaults:
let _scalingFactor = defaultArg scalingFactor 1
let _projector = defaultArg projector null
*)
-> Vector3
[Missing <param name="selectionInd"/> documentation for "M:Karamba.Elements.States.StateNodeNone.GetTranslation(System.Int32@,System.Double,feb.Vec3dProjector)"]
[Missing <param name="scalingFactor"/> documentation for "M:Karamba.Elements.States.StateNodeNone.GetTranslation(System.Int32@,System.Double,feb.Vec3dProjector)"]
[Missing <param name="projector"/> documentation for "M:Karamba.Elements.States.StateNodeNone.GetTranslation(System.Int32@,System.Double,feb.Vec3dProjector)"]
[Missing <returns> documentation for "M:Karamba.Elements.States.StateNodeNone.GetTranslation(System.Int32@,System.Double,feb.Vec3dProjector)"]