factory float3D.float3( num v0, num v1, num v2, ) => .new( v: [ v0.toDouble(), v1.toDouble(), v2.toDouble(), ], );