from method
Implementation
@override
VestaIsoPoint from({
required VestaFq x,
required VestaFq y,
required VestaFq z,
}) {
return VestaIsoPoint(x: x, y: y, z: z);
}
@override
VestaIsoPoint from({
required VestaFq x,
required VestaFq y,
required VestaFq z,
}) {
return VestaIsoPoint(x: x, y: y, z: z);
}