Documentation of 'math.geom3d.plane.Plane3D' Java class
Plane3D
math.geom3d.plane

Class Plane3D

  • All Implemented Interfaces:
    Shape3D


    public class Plane3D
    extends java.lang.Object
    implements Shape3D
    • Method Detail

      • createXYPlane

        public static final Plane3D createXYPlane()
      • createXZPlane

        public static final Plane3D createXZPlane()
      • createYZPlane

        public static final Plane3D createYZPlane()
      • normal

        public Vector3D normal()
        Returns a normal vector that points towards the outside part of the plane.
        Returns:
        the outer normal vector.
      • point

        public Point3D point(double u,
                             double v)
      • distance

        public double distance(Point3D point)
        Description copied from interface: Shape3D
        Gets the distance of the shape to the given point, or the distance of point to the frontier of the shape in the case of a plain shape.
        Specified by:
        distance in interface Shape3D
      • isBounded

        public boolean isBounded()
        Description copied from interface: Shape3D
        Returns true if the shape is bounded, that is if we can draw a finite rectangle enclosing the shape. For example, a straight line or a parabola are not bounded.
        Specified by:
        isBounded in interface Shape3D
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface Shape3D
      • equals

        public boolean equals(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.