pub type RayFunction = GenericRayFunction<Angle, Position>;Expand description
The computed value of ray() function.
Aliased Type§
#[repr(C)]pub struct RayFunction {
    pub angle: Angle,
    pub size: RaySize,
    pub contain: bool,
    pub position: GenericPositionOrAuto<GenericPosition<LengthPercentage, LengthPercentage>>,
}Fields§
§angle: AngleThe bearing angle with 0deg pointing up and positive angles
representing clockwise rotation.
size: RaySizeDecide the path length used when offset-distance is expressed
as a percentage.
contain: boolClamp offset-distance so that the box is entirely contained
within the path.
position: GenericPositionOrAuto<GenericPosition<LengthPercentage, LengthPercentage>>The “at