Class NormalJavaPoint3D

  • All Implemented Interfaces:
    Serializable

    public class NormalJavaPoint3D
    extends JavaPoint3D

    Extension of the JavaPoint3D class containing normal vector information

    Since:
    1.0
    Author:
    Christoph Praschl
    See Also:
    Serialized Form
    • Field Detail

      • nx

        protected double nx
      • ny

        protected double ny
      • nz

        protected double nz
    • Constructor Detail

      • NormalJavaPoint3D

        public NormalJavaPoint3D​(JavaPoint3D p,
                                 double nx,
                                 double ny,
                                 double nz)
      • NormalJavaPoint3D

        public NormalJavaPoint3D​(double x,
                                 double y,
                                 double z,
                                 double nx,
                                 double ny,
                                 double nz)