Vector.Zaxis
- classmethod Vector.Zaxis()
Construct a unit vector along the Z axis.
- Returns
compas.geometry.Vector
– A vector with componentsx = 0.0, y = 0.0, z = 1.0
.
Examples
>>> Vector.Zaxis() Vector(0.000, 0.000, 1.000)
Construct a unit vector along the Z axis.
compas.geometry.Vector
– A vector with components x = 0.0, y = 0.0, z = 1.0
.
Examples
>>> Vector.Zaxis()
Vector(0.000, 0.000, 1.000)
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev