类 WindArrow3D

  • 所有已实现的接口:
    Cloneable

    public class WindArrow3D
    extends PointZShape
    作者:
    Yaqiang Wang
    • 字段详细资料

      • u

        public double u
      • v

        public double v
      • w

        public double w
      • scale

        public float scale
    • 构造器详细资料

      • WindArrow3D

        public WindArrow3D()
        Constructor
    • 方法详细资料

      • getHeadWidth

        public float getHeadWidth()
        Get head width
        返回:
        Head width
      • setHeadWidth

        public void setHeadWidth​(float value)
        Set head width
        参数:
        value - Head width
      • getHeadLength

        public float getHeadLength()
        Get head length
        返回:
        Head length
      • setHeadLength

        public void setHeadLength​(float value)
        Set head length
        参数:
        value - Head length
      • getEndPoint

        public PointZ getEndPoint()
        Get arrow end point
        返回:
        End point
      • intersection

        public Shape intersection​(Shape b)
        Get intersection shape
        覆盖:
        intersection 在类中 Shape
        参数:
        b - Other shape
        返回:
        Intersection shape