Class DirectionVectorBean
- Direct Known Subclasses:
AxisAlignedUnitVector
,SpecifyVector
A bean that creates a
DirectionVector
.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract DirectionVector
Creates a vector in a particular direction.Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
DirectionVectorBean
public DirectionVectorBean()
-
-
Method Details
-
createVector
Creates a vector in a particular direction.- Returns:
- the created vector.
- Throws:
CreateException
- if the vector cannot be successfully created.
-