CADability dotNET

Overload List

  NameDescription
Public operatorStatic memberMultiply(ModOp, GeoPoint)
Modifies the given point by this modification.
Public operatorStatic memberMultiply(ModOp, GeoPoint2D)
Modifies the given 2d point by this modification. The point is assumed in the x/y plane
Public operatorStatic memberMultiply(ModOp, GeoVector)
Modifies the given vector by this modification
Public operatorStatic memberMultiply(ModOp, GeoVector2D)
Modifies the given 2d vector by this modification, The vector is assumed in the x/y plane
Public operatorStatic memberMultiply(ModOp, ModOp)
Combines two modification into one modification. If two modifications have to be applied to several GeoPoints or GeoVectors or to [!:IGeoObject]s it is faster to use the combination.
Public operatorStatic memberMultiply(ModOp, Double)
Multiplies the double value by the scaling factor of this modification

See Also