Uses of Record Class
dk.jonaslindstrom.ruffini.elliptic.elements.ProjectivePoint
Packages that use ProjectivePoint
Package
Description
- 
Uses of ProjectivePoint in dk.jonaslindstrom.ruffini.elliptic.elementsMethods in dk.jonaslindstrom.ruffini.elliptic.elements that return ProjectivePointModifier and TypeMethodDescriptionstatic <F> ProjectivePoint<F>ProjectivePoint.pointAtInfinity(Field<F> field) AffinePoint.toProjectivePoint(Field<E> field) 
- 
Uses of ProjectivePoint in dk.jonaslindstrom.ruffini.elliptic.structuresMethods in dk.jonaslindstrom.ruffini.elliptic.structures that return ProjectivePointModifier and TypeMethodDescriptionShortWeierstrassCurveProjective.add(ProjectivePoint<E> p, ProjectivePoint<E> q) ShortWeierstrassCurveProjective.doubling(ProjectivePoint<E> p) ShortWeierstrassCurveProjective.negate(ProjectivePoint<E> p) ShortWeierstrassCurveProjective.zero()Methods in dk.jonaslindstrom.ruffini.elliptic.structures with parameters of type ProjectivePointModifier and TypeMethodDescriptionShortWeierstrassCurveProjective.add(ProjectivePoint<E> p, ProjectivePoint<E> q) ShortWeierstrassCurveProjective.doubling(ProjectivePoint<E> p) booleanShortWeierstrassCurveProjective.equals(ProjectivePoint<E> p, ProjectivePoint<E> q) ShortWeierstrassCurveProjective.negate(ProjectivePoint<E> p) ShortWeierstrassCurveProjective.toString(ProjectivePoint<E> p)