[][src]Type Definition elliptic_curve::point::AffinePoint

type AffinePoint<C> = <<C as ProjectiveArithmetic>::ProjectivePoint as Curve>::AffineRepr;
This is supported on crate feature arithmetic only.

Affine point type for a given curve with a ProjectiveArithmetic implementation.