bezier
0.9.0
Python Package
C ABI (
libbezier
)
Algorithms
Development
Releases
bezier
Docs
»
Index
Edit on GitHub
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
J
|
L
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
_
__version__ (in module bezier)
_get_curvature() (in module bezier._curve_helpers)
_jacobian_det() (in module bezier._surface_helpers)
_newton_refine() (in module bezier._curve_helpers)
(in module bezier._intersection_helpers)
(in module bezier._surface_intersection)
A
ALGEBRAIC (bezier.curve.IntersectionStrategy attribute)
area (bezier.curved_polygon.CurvedPolygon attribute)
(bezier.surface.Surface attribute)
B
BAD_INTERIOR (C variable)
BAD_MULTIPLICITY (C variable)
bbox (C function)
bbox_intersect (C function)
bezier (module)
bezier.curve (module)
bezier.curved_polygon (module)
bezier.surface (module)
bezier_roots() (in module bezier._algebraic_intersection)
bezier_value_check() (in module bezier._algebraic_intersection)
BoxIntersectionType (C type)
C
classify_intersection() (in module bezier._surface_helpers)
COINCIDENT (bezier._intersection_helpers.IntersectionClassification attribute)
COINCIDENT_UNUSED (bezier._intersection_helpers.IntersectionClassification attribute)
compute_area (C function)
compute_edge_nodes (C function)
compute_length (C function)
contains_nd (C function)
cross_product (C function)
curve (bezier._geometric_intersection.Linearization attribute)
Curve (class in bezier.curve)
curve_intersections (C function)
CurvedPolygon (class in bezier.curved_polygon)
CurvedPolygonSegment (C type)
D
de_casteljau_one_round (C function)
degree (bezier.curve.Curve attribute)
(bezier.UnsupportedDegree attribute)
(bezier.surface.Surface attribute)
dimension (bezier.curve.Curve attribute)
(bezier.surface.Surface attribute)
DISJOINT (C variable)
E
EDGE_END (C variable)
edge_index (C type)
edges (bezier.surface.Surface attribute)
elevate() (bezier.curve.Curve method)
(bezier.surface.Surface method)
elevate_nodes_curve (C function)
end (C type)
end_node (bezier._geometric_intersection.Linearization attribute)
error (bezier._geometric_intersection.Linearization attribute)
evaluate() (bezier.curve.Curve method)
evaluate_barycentric (C function)
evaluate_barycentric() (bezier.surface.Surface method)
evaluate_barycentric_multi (C function)
evaluate_barycentric_multi() (bezier.surface.Surface method)
evaluate_cartesian() (bezier.surface.Surface method)
evaluate_cartesian_multi (C function)
evaluate_cartesian_multi() (bezier.surface.Surface method)
evaluate_curve_barycentric (C function)
evaluate_hodograph (C function)
evaluate_multi (C function)
evaluate_multi() (bezier.curve.Curve method)
F
FIRST (bezier._intersection_helpers.IntersectionClassification attribute)
(C variable)
free_curve_intersections_workspace (C function)
free_surface_intersections_workspace (C function)
from_nodes() (bezier.curve.Curve class method)
(bezier.surface.Surface class method)
from_shape() (bezier._geometric_intersection.Linearization class method)
full_reduce (C function)
G
GEOMETRIC (bezier.curve.IntersectionStrategy attribute)
get_curvature (C function)
get_dll() (in module bezier)
get_include() (in module bezier)
get_lib() (in module bezier)
I
IGNORED_CORNER (bezier._intersection_helpers.IntersectionClassification attribute)
in_interval (C function)
index_first (bezier._intersection_helpers.Intersection attribute)
index_second (bezier._intersection_helpers.Intersection attribute)
INSUFFICIENT_SPACE (C variable)
interior_curve (bezier._intersection_helpers.Intersection attribute)
intersect() (bezier.curve.Curve method)
(bezier.surface.Surface method)
INTERSECTION (C variable)
Intersection (class in bezier._intersection_helpers)
IntersectionClassification (class in bezier._intersection_helpers)
IntersectionStrategy (class in bezier.curve)
is_valid (bezier.surface.Surface attribute)
J
jacobian_both (C function)
jacobian_det (C function)
L
length (bezier.curve.Curve attribute)
Linearization (class in bezier._geometric_intersection)
linearization_error() (in module bezier._geometric_intersection)
locate() (bezier.curve.Curve method)
(bezier.surface.Surface method)
locate_point_curve (C function)
locate_point_surface (C function)
lu_companion() (in module bezier._algebraic_intersection)
N
NEITHER (C variable)
newton_refine_curve (C function)
newton_refine_curve_intersect (C function)
newton_refine_surface (C function)
NO_CONVERGE (C variable)
nodes (bezier.curve.Curve attribute)
(bezier.surface.Surface attribute)
num_sides (bezier.curved_polygon.CurvedPolygon attribute)
O
OPPOSED (bezier._intersection_helpers.IntersectionClassification attribute)
P
parallel_lines_parameters() (in module bezier._geometric_intersection)
plot() (bezier.curve.Curve method)
(bezier.curved_polygon.CurvedPolygon method)
(bezier.surface.Surface method)
polygon_collide (C function)
R
reduce_() (bezier.curve.Curve method)
reduce_pseudo_inverse (C function)
S
s (bezier._intersection_helpers.Intersection attribute)
SAME_CURVATURE (C variable)
SECOND (bezier._intersection_helpers.IntersectionClassification attribute)
(C variable)
segment_intersection() (in module bezier._geometric_intersection)
simple_convex_hull (C function)
SINGULAR (C variable)
specialize() (bezier.curve.Curve method)
specialize_curve (C function)
specialize_surface (C function)
start (C type)
start_node (bezier._geometric_intersection.Linearization attribute)
Status (C type)
subdivide() (bezier._geometric_intersection.Linearization method)
(bezier._geometric_intersection.SubdividedCurve method)
(bezier.curve.Curve method)
(bezier.surface.Surface method)
subdivide_nodes_curve (C function)
subdivide_nodes_surface (C function)
SubdividedCurve (class in bezier._geometric_intersection)
SUCCESS (C variable)
supported (bezier.UnsupportedDegree attribute)
Surface (class in bezier.surface)
surface_intersections (C function)
SurfaceContained (C type)
T
t (bezier._intersection_helpers.Intersection attribute)
TANGENT (C variable)
TANGENT_BOTH (bezier._intersection_helpers.IntersectionClassification attribute)
TANGENT_FIRST (bezier._intersection_helpers.IntersectionClassification attribute)
TANGENT_SECOND (bezier._intersection_helpers.IntersectionClassification attribute)
U
UNKNOWN (C variable)
UnsupportedDegree (class in bezier)
V
vector_close (C function)
W
wiggle_interval (C function)