Class DirectionVectorBean

Object
AnchorBean<DirectionVectorBean>
DirectionVectorBean
Direct Known Subclasses:
AxisAlignedUnitVector, SpecifyVector

public abstract class DirectionVectorBean extends AnchorBean<DirectionVectorBean>
A bean that creates a DirectionVector.
Author:
Owen Feehan
  • Constructor Details

    • DirectionVectorBean

      public DirectionVectorBean()
  • Method Details

    • createVector

      public abstract DirectionVector createVector() throws CreateException
      Creates a vector in a particular direction.
      Returns:
      the created vector.
      Throws:
      CreateException - if the vector cannot be successfully created.