qimpy.transport.geometry.BicubicPatch

class BicubicPatch(boundary)

Bases: object

Transformation 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

__init__

Initialize from 12 x 2 coordinates of control points on perimeter.

Attributes

control_points

Control point coordinates (4 x 4 x 2)

control_points: Tensor

Control point coordinates (4 x 4 x 2)