class FeSimdTri_ t
{
public:
uint32 nNode[4][3];
fltx4 w1;
fltx4 w2;
fltx4 v1x;
FourVectors2D v2;
};KV3 Class Defaults
{
nNode =
[
[ 0, 0, 0, 0 ],
[ 0, 0, 0, 0 ],
[ 0, 0, 0, 0 ],
]
w1 = [ 0.0, 0.0, 0.0, 0.0 ]
w2 = [ 0.0, 0.0, 0.0, 0.0 ]
v1x = [ 0.0, 0.0, 0.0, 0.0 ]
v2 =
{
x = [ 0.0, 0.0, 0.0, 0.0 ]
y = [ 0.0, 0.0, 0.0, 0.0 ]
}
}