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

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

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