public Vector3 GetMomentAtBasePoint(
Vector3 eccentricity,
out int selectionInd
)
Public Function GetMomentAtBasePoint (
eccentricity As Vector3,
<OutAttribute> ByRef selectionInd As Integer
) As Vector3
public:
virtual Vector3 GetMomentAtBasePoint(
Vector3 eccentricity,
[OutAttribute] int% selectionInd
) sealed
abstract GetMomentAtBasePoint :
eccentricity : Vector3 *
selectionInd : int byref -> Vector3
override GetMomentAtBasePoint :
eccentricity : Vector3 *
selectionInd : int byref -> Vector3
[Missing <param name="eccentricity"/> documentation for "M:Karamba.Elements.States.StateElement1D.GetMomentAtBasePoint(Karamba.Geometry.Vector3,System.Int32@)"]
[Missing <param name="selectionInd"/> documentation for "M:Karamba.Elements.States.StateElement1D.GetMomentAtBasePoint(Karamba.Geometry.Vector3,System.Int32@)"]
[Missing <returns> documentation for "M:Karamba.Elements.States.StateElement1D.GetMomentAtBasePoint(Karamba.Geometry.Vector3,System.Int32@)"]