Documentation of 'georegression.struct.plane.PlaneNormal3D_F64' Java class
PlaneNormal3D_F64
georegression.struct.plane

Class PlaneNormal3D_F64

  • All Implemented Interfaces:
    java.io.Serializable


    public class PlaneNormal3D_F64
    extends java.lang.Object
    implements java.io.Serializable
    Defines a plane using a point on the plane and the plane's normal. N*(x-p0) = 0, where N is the plane's normal, p0 is a point on the plane, and 'x' is another point on the plane.
    See Also:
    Serialized Form
    • Constructor Detail

      • PlaneNormal3D_F64

        public PlaneNormal3D_F64(double px,
                                 double py,
                                 double pz,
                                 double nx,
                                 double ny,
                                 double nz)
      • PlaneNormal3D_F64

        public PlaneNormal3D_F64()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.