pub type G2Projective<P> = Projective<<P as MNT4Config>::G2Config>;Aliased Type§
struct G2Projective<P> {
pub x: <<P as MNT4Config>::G2Config as CurveConfig>::BaseField,
pub y: <<P as MNT4Config>::G2Config as CurveConfig>::BaseField,
pub z: <<P as MNT4Config>::G2Config as CurveConfig>::BaseField,
}Fields§
§x: <<P as MNT4Config>::G2Config as CurveConfig>::BaseFieldX / Z projection of the affine X
y: <<P as MNT4Config>::G2Config as CurveConfig>::BaseFieldY / Z projection of the affine Y
z: <<P as MNT4Config>::G2Config as CurveConfig>::BaseFieldProjective multiplicative inverse. Will be 0 only at infinity.