class FeSimdSpringIntegrator_t
{
public:
    uint16 nNode[4][2];
    fltx4 flSpringRestLength;
    fltx4 flSpringConstant;
    fltx4 flSpringDamping;
    fltx4 flNodeWeight0;
};

KV3 Class Defaults

{
    nNode = 
    [
        [ 0, 0, 0, 0 ],
        [ 0, 0, 0, 0 ],
    ]
    flSpringRestLength = [ 0.0, 0.0, 0.0, 0.0 ]
    flSpringConstant = [ 0.0, 0.0, 0.0, 0.0 ]
    flSpringDamping = [ 0.0, 0.0, 0.0, 0.0 ]
    flNodeWeight0 = [ 0.0, 0.0, 0.0, 0.0 ]
}