NeuroM
1.4.2
NeuroM Quick-Start
Applications
NeuroM morphology definitions
Code Documentation
Public API
Developer API
neurom.morphmath
neurom.morphmath.angle_3points
neurom.morphmath.average_points_dist
neurom.morphmath.dist_point_line
neurom.morphmath.interpolate_radius
neurom.morphmath.linear_interpolate
neurom.morphmath.path_distance
neurom.morphmath.path_fraction_point
neurom.morphmath.pca
neurom.morphmath.point_dist
neurom.morphmath.point_dist2
neurom.morphmath.polygon_diameter
neurom.morphmath.principal_direction_extent
neurom.morphmath.scalar_projection
neurom.morphmath.section_length
neurom.morphmath.segment_area
neurom.morphmath.segment_length
neurom.morphmath.segment_length2
neurom.morphmath.segment_radial_dist
neurom.morphmath.segment_radius
neurom.morphmath.segment_taper_rate
neurom.morphmath.segment_volume
neurom.morphmath.segment_x_coordinate
neurom.morphmath.segment_y_coordinate
neurom.morphmath.segment_z_coordinate
neurom.morphmath.sphere_area
neurom.morphmath.taper_rate
neurom.morphmath.vector
neurom.morphmath.vector_projection
neurom.fst
neurom.fst.sectionfunc
neurom.check.morphtree
neurom.check.structural_checks
neurom.check.neuron_checks
neurom.core.types
neurom.core.tree
neurom.core._neuron
neurom.core._soma
neurom.core.point
neurom.core.dataformat
neurom.io.utils
neurom.io.swc
neurom.io.hdf5
neurom.view
neurom.view.common
neurom.view.view
Supported file formats
Installation
Examples
Reporting issues
Developer Documentation
Dependencies
License
NeuroM
Docs
»
Code Documentation
»
neurom.morphmath
»
neurom.morphmath.linear_interpolate
View page source
neurom.morphmath.linear_interpolate
¶
neurom.morphmath.
linear_interpolate
(
p1
,
p2
,
fraction
)
[source]
¶
Returns the point p satisfying: p1 + fraction * (p2 - p1)