Uses of Class
cnuphys.adaptiveSwim.geometry.Vector
Packages that use Vector
- 
Uses of Vector in cnuphys.adaptiveSwim.geometryFields in cnuphys.adaptiveSwim.geometry declared as VectorMethods in cnuphys.adaptiveSwim.geometry that return VectorModifier and TypeMethodDescriptionstatic VectorThe cross product of two vectorsstatic VectorVector.difference(Vector a, Vector b) Get the difference between two vectorsLine.getDelP()Get the p1-po "dP" segmentstatic Vectorproject vector a in the direction of vector bVector.unitVector()Get a unit vector in the same direction as thisMethods in cnuphys.adaptiveSwim.geometry with parameters of type VectorModifier and TypeMethodDescriptionstatic doubleVector.angleBetween(Vector a, Vector b) Compute the angle between two vectors in radiansstatic doubleVector.angleBetweenDeg(Vector a, Vector b) Compute the angle between two vectors in degreesstatic VectorThe cross product of two vectorsstatic voidThe in-place cross product of two vectorsstatic VectorVector.difference(Vector a, Vector b) Get the difference between two vectorsstatic voidVector.difference(Vector a, Vector b, Vector c) Get the in-place difference between two vectorsstatic Vectorproject vector a in the direction of vector bConstructors in cnuphys.adaptiveSwim.geometry with parameters of type Vector