Uses of Interface
org.apache.commons.geometry.core.internal.DoubleFunction2N
Packages that use DoubleFunction2N
Package
Description
This package contains utilities intended for internal use only.
This package provides basic 2D geometry components.
-
Uses of DoubleFunction2N in org.apache.commons.geometry.core.internal
Methods in org.apache.commons.geometry.core.internal with parameters of type DoubleFunction2NModifier and TypeMethodDescription<T> T
SimpleTupleFormat.parse
(String str, DoubleFunction2N<T> fn) Parse the given string as a 2-tuple and passes the tuple values to the given function. -
Uses of DoubleFunction2N in org.apache.commons.geometry.euclidean.twod
Methods in org.apache.commons.geometry.euclidean.twod with parameters of type DoubleFunction2NModifier and TypeMethodDescriptionprivate <T> T
AffineTransformMatrix2D.applyVector
(Vector2D vec, DoubleFunction2N<T> factory) Multiplies the given vector by the 2x2 linear transformation matrix contained in the upper-right corner of the affine transformation matrix.private <T extends Vector2D>
TVector2D.getComponent
(Vector2D base, boolean reject, DoubleFunction2N<T> factory) Returns a component of the current instance relative to the given base vector.