StaticstepStaticwithStaticabsStaticaddStaticsubtractStaticmultiplyStaticequalsStaticscaleStaticnormalStaticmagStaticmagStaticdistanceStaticdotStaticcrossStaticlerpStaticfloorStaticrotateStaticroundStaticminStaticmaxStaticcenterStatictoStaticconvertStaticfromStaticfromStaticisStaticrandomStaticgetStaticgetStaticgetStaticasStaticfromStaticvolumeStaticsplatStaticflatCreates a new Vec3 with the horizontal components set to the input value, and the vertical component to 0.
Equivalent to new Vec3(v, 0, v)
StaticxStaticyStaticz
Creates a Vec3 with all components set to the input value.
Equivalent to
new Vec3(v, v, v)