Type Definition building_blocks_core::Point2f[][src]

pub type Point2f = PointN<[f32; 2]>;
Expand description

A 2-dimensional point with scalar type f32.

Implementations

Returns the coordinates of the pixel containing self.

Trait Implementations

The resulting type after applying the / operator.

Performs the / operation. Read more

The resulting type after applying the / operator.

Performs the / operation. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Component-wise maximum.

Component-wise minimum.

The resulting type after applying the * operator.

Performs the * operation. Read more

The resulting type after applying the * operator.

Performs the * operation. Read more