Struct nannou::draw::primitive::texture::Texture[][src]

pub struct Texture { /* fields omitted */ }
Expand description

Properties related to drawing a Rect.

Implementations

Specify the area of the texture to draw.

The bounds of the rectangle should represent the desired area as texture coordinates of the underlying texture.

Texture coordinates range from (0.0, 0.0) in the bottom left of the texture, to (1.0, 1.0) in the top right of the texture.

By default, the area represents the full extent of the texture.

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

Performs the conversion.

Render self into the given mesh.

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

Set the absolute width for the primitive.

Set the absolute height for the primitive.

Set the absolute depth for the primitive.

Short-hand for the width method.

Short-hand for the height method.

Short-hand for the depth method.

Set the x and y dimensions for the primitive.

Set the x, y and z dimensions for the primitive.

Set the width and height for the primitive.

Set the width and height for the primitive.

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.