truncate
Creates a 3D vector from the
x
,y
andz
elements ofself
, discardingw
. Truncation to [UVec3
] may also be performed by using [self.xyz()
][crate::swizzles::Vec4Swizzles::xyz()].
Arguments
- _self :
UVec4
- No Documentation 🚧
Returns
- arg0 :
UVec3
- No Documentation 🚧