Uses of Class
org.eclipse.draw2d.geometry.Ray
Packages that use Ray
Package
Description
Types representing or manipulating geometric values, such as Points, Dimensions, etc.
-
Uses of Ray in org.eclipse.draw2d.geometry
Methods in org.eclipse.draw2d.geometry that return RayModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Creates a new Ray which is the sum of this Ray with another.Ray.getAveraged
(Ray r) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new Ray which represents the average of this Ray with another.Ray.getScaled
(int s) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new Ray which represents this Ray scaled by the amount provided.Methods in org.eclipse.draw2d.geometry with parameters of type RayModifier and TypeMethodDescriptionint
Ray.assimilarity
(Ray r) Deprecated, for removal: This API element is subject to removal in a future version.Calculates the magnitude of the cross product of this Ray with another.int
Ray.dotProduct
(Ray r) Deprecated, for removal: This API element is subject to removal in a future version.Calculates the dot product of this Ray with another.Deprecated, for removal: This API element is subject to removal in a future version.Creates a new Ray which is the sum of this Ray with another.Ray.getAveraged
(Ray r) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new Ray which represents the average of this Ray with another.int
Ray.similarity
(Ray r) Deprecated, for removal: This API element is subject to removal in a future version.Calculates the similarity of this Ray with another.Constructors in org.eclipse.draw2d.geometry with parameters of type Ray