Class Point3D

java.lang.Object
org.episteme.natural.biology.loaders.neuroml.Point3D

public class Point3D extends Object
3D point with diameter for morphology.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • Point3D

      public Point3D(double x, double y, double z, double diameter)
  • Method Details

    • getX

      public double getX()
    • getY

      public double getY()
    • getZ

      public double getZ()
    • getDiameter

      public double getDiameter()
    • distanceTo

      public double distanceTo(Point3D other)
    • toString

      public String toString()
      Overrides:
      toString in class Object