moviemaker2.rasterisers

moviemaker2.rasterisers.angle

class moviemaker2.rasterisers.angle.Angle(mesh=None)[source]

Transforms a mesh into the angle of the mesh to the x axis.

__init__(mesh=None)[source]

mesh is the mesh Function.

__call__(ps)[source]

Returns the arctan2.

moviemaker2.rasterisers.distance

class moviemaker2.rasterisers.distance.Distance(mesh=None)[source]

Calculates the distance in a mesh from the origin.

__init__(mesh=None)[source]

mesh is the mesh generator.

__call__(ps)[source]

Returns the distance of the points of the mesh from the origin.

moviemaker2.rasterisers.scalarproduct

class moviemaker2.rasterisers.scalarproduct.ScalarProduct(vector, mesh=None)[source]

Calculates the scalar product of the mesh points with a given vector Function. Useful for plane wave calculations.

__init__(vector, mesh=None)[source]

mesh is the mesh Function, vector the vector Function.

__call__(ps)[source]

Calculates the dot product of each mesh vector and the .vector().

Table Of Contents

Previous topic

moviemaker2.branch

Next topic

moviemaker2.stacks

This Page