struct LA::Vector3
- LA::Vector3
- LA::AVector3
- Struct
- Value
- Object
Defined in:
linalg/vector.crInstance methods inherited from struct LA::AVector3
*(other : Float64)
*,
+(other : self)
+,
-(other : self)- -, /(other : Float64) /, cross(other : self) cross, dot(other : self) dot, length length, normalize normalize, squared_length squared_length, x : Float64 x, x=(x : Float64) x=, y : Float64 y, y=(y : Float64) y=, z : Float64 z, z=(z : Float64) z=
Constructor methods inherited from struct LA::AVector3
new(x : Float64, y : Float64, z : Float64)new(default : Float64 = 0.0) new