from method

  1. @override
VestaPoint from({
  1. required VestaFq x,
  2. required VestaFq y,
  3. required VestaFq z,
})
override

Implementation

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