class FeSimdRodConstraintAnim_t
{
public:
    uint16 nNode[4][2];
    fltx4 f4Weight0;
    fltx4 f4RelaxationFactor;
};

KV3 Class Defaults

{
    nNode = 
    [
        [ 0, 0, 0, 0 ],
        [ 0, 0, 0, 0 ],
    ]
    f4Weight0 = [ 0.0, 0.0, 0.0, 0.0 ]
    f4RelaxationFactor = [ 0.0, 0.0, 0.0, 0.0 ]
}