Class UpVector
java.lang.Object
com.independentsoft.office.drawing.UpVector
The Class UpVector.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the distance x.Gets the distance y.Gets the distance z.voidsetDistanceX(Unit distanceX)Sets the distance x.voidsetDistanceY(Unit distanceY)Sets the distance y.voidsetDistanceZ(Unit distanceZ)Sets the distance z.toString()
-
Constructor Details
-
UpVector
public UpVector()Instantiates a new up vector.
-
-
Method Details
-
clone
-
toString
-
getDistanceX
Gets the distance x.- Returns:
- the distance x
-
setDistanceX
Sets the distance x.- Parameters:
distanceX- the new distance x
-
getDistanceY
Gets the distance y.- Returns:
- the distance y
-
setDistanceY
Sets the distance y.- Parameters:
distanceY- the new distance y
-
getDistanceZ
Gets the distance z.- Returns:
- the distance z
-
setDistanceZ
Sets the distance z.- Parameters:
distanceZ- the new distance z
-