Function let_engine::resources::data::tvert

source ·
pub const fn tvert(x: f32, y: f32, tx: f32, ty: f32) -> Vertex
Expand description

Creates a vertex with given x and y coordinates for position and given tx and ty coordinates for the UV texture mapping for those points.