truncate

Creates a 3D vector from the x, y and z elements of self, discarding w. Truncation to [Vec3] may also be performed by using [self.xyz()][crate::swizzles::Vec4Swizzles::xyz()]. To truncate to [Vec3A] use [Vec3A::from()].

Arguments

  • _self : Vec4 - No Documentation 🚧

Returns

  • arg0 : Vec3 - No Documentation 🚧