Click or drag to resize

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)
Syntax
public Joint(
	Nullable<double>[] c
)

Parameters

c
Type: SystemNullableDouble
Array of spring stiffnesses.
See Also