qimpy.transport.geometry.BicubicPatch
- class BicubicPatch(boundary)
Bases:
objectTransformation based on cubic spline edges.
- Parameters:
boundary (torch.Tensor)
- __init__(boundary)
Initialize from 12 x 2 coordinates of control points on perimeter.
- Parameters:
boundary (Tensor)
Methods
Initialize from 12 x 2 coordinates of control points on perimeter.
Attributes
Control point coordinates (4 x 4 x 2)
- control_points: Tensor
Control point coordinates (4 x 4 x 2)