| Functor (Vector d) => Functor (NonVerticalHyperPlane d) Source # | |
Instance detailsDefined in HGeometry.HyperPlane.NonVertical |
| Foldable (Vector d) => Foldable (NonVerticalHyperPlane d) Source # | |
Instance detailsDefined in HGeometry.HyperPlane.NonVertical |
| Traversable (Vector d) => Traversable (NonVerticalHyperPlane d) Source # | |
Instance detailsDefined in HGeometry.HyperPlane.NonVertical |
| (Eq r, Fractional r) => IsIntersectableWith (Plane r) (Plane r) Source # | |
Instance detailsDefined in HGeometry.HyperPlane.Intersection |
| NFData (Vector d r) => NFData (NonVerticalHyperPlane d r) Source # | |
Instance detailsDefined in HGeometry.HyperPlane.NonVertical |
| (Read r, Has_ Vector_ d r) => Read (NonVerticalHyperPlane d r) Source # | |
Instance detailsDefined in HGeometry.HyperPlane.NonVertical |
| Read r => Read (NonVerticalHyperPlane 3 r) Source # | |
Instance detailsDefined in HGeometry.HyperPlane.NonVertical |
| (Show r, Foldable (Vector d)) => Show (NonVerticalHyperPlane d r) Source # | |
Instance detailsDefined in HGeometry.HyperPlane.NonVertical |
| Show r => Show (NonVerticalHyperPlane 3 r) Source # | |
Instance detailsDefined in HGeometry.HyperPlane.NonVertical |
| Eq (Vector d r) => Eq (NonVerticalHyperPlane d r) Source # | |
Instance detailsDefined in HGeometry.HyperPlane.NonVertical |
| Ord (Vector d r) => Ord (NonVerticalHyperPlane d r) Source # | |
Instance detailsDefined in HGeometry.HyperPlane.NonVertical |
| (MkHyperPlaneConstraints d r, Has_ Additive_ (d - 1) r, Fractional r, Eq r, 2 <= d, (d - 1) <= d, 1 <= d, (1 + (d - 1)) ~ d, 0 <= ((d + 1) - 1), KnownNat (d - 1), ((d - 1) + 1) ~ d) => ConstructableHyperPlane_ (NonVerticalHyperPlane d r) d r Source # | |
Instance detailsDefined in HGeometry.HyperPlane.NonVertical |
| (MkHyperPlaneConstraints d r, Has_ Additive_ (d - 1) r, 2 <= d, (d - 1) <= d, 1 <= d, (1 + (d - 1)) ~ d, ((d - 1) + 1) ~ d) => HyperPlane_ (NonVerticalHyperPlane d r) d r Source # | |
Instance detailsDefined in HGeometry.HyperPlane.NonVertical |
| (MkHyperPlaneConstraints d r, (1 + (d - 1)) ~ d, Has_ Additive_ (d - 1) r, Num r, 2 <= d, (d - 1) <= d, 1 <= d, (1 + (d - 1)) ~ d, ((d - 1) + 1) ~ d) => NonVerticalHyperPlane_ (NonVerticalHyperPlane d r) d r Source # | |
Instance detailsDefined in HGeometry.HyperPlane.NonVertical |
| (Has_ Metric_ d r, Num r, Eq r, 2 <= d, d < (d + 1), Has_ Metric_ (1 + d) r, Has_ Additive_ (d - 1) r, Eq (Vector d r), 1 <= d, Has_ Metric_ (d + 1) r, (1 + (d - 1)) ~ d, d <= (d + 1), (d - 1) <= d, ((d - 1) + 1) ~ d) => HasIntersectionWith (NonVerticalHyperPlane d r) (NonVerticalHyperPlane d r) Source # | |
Instance detailsDefined in HGeometry.HyperPlane.Intersection |
| type Intersection (Plane r) (Plane r) Source # | |
Instance detailsDefined in HGeometry.HyperPlane.Intersection |
| type Dimension (NonVerticalHyperPlane d r) Source # | |
Instance detailsDefined in HGeometry.HyperPlane.NonVertical |
| type NumType (NonVerticalHyperPlane d r) Source # | |
Instance detailsDefined in HGeometry.HyperPlane.NonVertical |
| type HyperPlaneFromEquationConstraint (NonVerticalHyperPlane d r) d r Source # | |
Instance detailsDefined in HGeometry.HyperPlane.NonVertical |