GS::Utils::Vec3
Lightweight 3D vector
Constructors
zero
SourceInstance methods
+(other : Vec3) : Vec3
Source-(other : Vec3) : Vec3
Sourcecross(other : Vec3) : Vec3
Sourcedup
Returns a shallow copy of this object.
Because Value is a value type, this method returns self,
which already involves a shallow copy of this object because
value types are passed by value.
length
Sourcemagnitude
Sourcemagnitude_squared
Sourcenormalize
Sourceto_a
Source