Uses of Record Class
simpa.core.api.TangentVector3D
Packages that use TangentVector3D
Package
Description
This package contains all the interfaces and classes related to the creation and setting up of components
to construct accelerators.
This package contains all utils that can be used to set up the SIMPA Core library.
-
Uses of TangentVector3D in simpa.acc.api.create
Methods in simpa.acc.api.create that return TangentVector3DModifier and TypeMethodDescriptionReferenceOrbit.getTangentVectorAt
(double longiPos) Gets the tangent vector (position and direction vectors) on the orbit which is at a given longitudinal position.ReferenceOrbit.getTangentVectorAt
(int index) Gets the tangent vector (position and direction vectors) on the orbit which is at the given index of the point on the orbit. -
Uses of TangentVector3D in simpa.core.api.utils
Methods in simpa.core.api.utils that return TangentVector3DModifier and TypeMethodDescriptionstatic TangentVector3D
PathUtils.getTangentVector
(List<org.apache.commons.math3.geometry.euclidean.threed.Vector3D> path, boolean closed, int index) This method takes a list of Vector3D points which form a 3D path and calculates the normalized tangent vector along the path at the given index.