Struct nannou::draw::primitive::path::PathOptions[][src]

pub struct PathOptions<T> { /* fields omitted */ }
Expand description

A path drawing context ready to specify tessellation options.

Implementations

Initialise the PathOptions builder.

Maximum allowed distance to the path when building an approximation.

This method is shorthand for the fill_tolerance method.

Specify the rule used to determine what is inside and what is outside of the shape.

Currently, only the EvenOdd rule is implemented.

This method is shorthand for the fill_rule method.

Short-hand for the stroke_weight method.

Short-hand for the stroke_tolerance method.

Consumes an iterator of points and converts them to an iterator yielding path events.

Consumes an iterator of points and converts them to an iterator yielding path events.

Closes the start and end points.

Submit path events as a polyline of colored points.

Submit path events as a polyline of colored points.

Submit path events as a polyline of textured points.

Submit path events as a polyline of textured points.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Performs the conversion.

Performs the conversion.

Provide a mutable reference to the RGBA field which can be used for setting colors.

Specify a color. Read more

Specify the color via red, green and blue channels.

Specify the color via red, green and blue channels as bytes

Specify the color via red, green, blue and alpha channels.

Specify the color via red, green, blue and alpha channels as bytes

Specify the color via hue, saturation and luminance. Read more

Specify the color via hue, saturation, luminance and an alpha channel. Read more

Specify the color via hue, saturation and value (brightness). Read more

Specify the color via hue, saturation, value (brightness) and an alpha channel. Read more

Specify the color as gray scale Read more

Provide a mutable reference to the orientation::Properties for updating.

Describe orientation via the vector that points to the given target.

Specify the orientation around the x axis as an absolute value in radians.

Specify the orientation around the y axis as an absolute value in radians.

Specify the orientation around the z axis as an absolute value in radians.

Specify the orientation around the x axis as an absolute value in degrees.

Specify the orientation around the y axis as an absolute value in degrees.

Specify the orientation around the z axis as an absolute value in degrees.

Specify the orientation around the x axis as a number of turns around the axis.

Specify the orientation around the y axis as a number of turns around the axis.

Specify the orientation around the z axis as a number of turns around the axis.

Specify the orientation along each axis with the given Vector of radians. Read more

Specify the orientation along each axis with the given Vector of degrees. Read more

Specify the orientation along each axis with the given Vector of “turns”. Read more

Specify the orientation with the given euler orientation in radians.

Specify the orientation with the given Quaternion.

Specify the “pitch” of the orientation in radians. Read more

Specify the “yaw” of the orientation in radians. Read more

Specify the “roll” of the orientation in radians. Read more

Assuming we’re looking at a 2D plane, positive values cause a clockwise rotation where the given value is specified in radians. Read more

Provide a mutable reference to the position::Properties for updating.

Build with the given Absolute Position along the x axis.

Build with the given Absolute Position along the y axis.

Build with the given Absolute Position along the z axis.

Set the Position with some two-dimensional point.

Set the Position with some three-dimensional point.

Set the Position with x y coordinates.

Set the Position with x y z coordinates.

Auto Trait Implementations

Blanket Implementations

Convert the source color to the destination color using the specified method Read more

Convert the source color to the destination color using the bradford method by default Read more

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Convert into T with values clamped to the color defined bounds Read more

Convert into T. The resulting color might be invalid in its color space Read more

Convert into T, returning ok if the color is inside of its defined range, otherwise an OutOfBounds error is returned which contains the unclamped color. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.