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