Trait nalgebra::structs::vec::Vec4Cast
pub trait Vec4Cast<N> { fn to(Self) -> Vec4<N>; }
Required Methods
fn to(Self) -> Vec4<N>
Implementors
Vec4<Nin>
pub trait Vec4Cast<N> { fn to(Self) -> Vec4<N>; }
fn to(Self) -> Vec4<N>
Vec4<Nin>
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).