|
Joint Constructor (NullableDouble)
|
Initializes a new instance of the
Joint class.
create joint with properties given in array c.
Namespace:
Karamba.Joints
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Joint(
Nullable<double>[] c
)
Public Sub New (
c As Nullable(Of Double)()
)
public:
Joint(
array<Nullable<double>>^ c
)
new :
c : Nullable<float>[] -> JointParameters
- c
- Type: SystemNullableDouble
Array of spring stiffnesses.
See Also