CADability dotNET

Operators

  NameDescription
Public operatorStatic memberMultiply(ModOp2D, GeoPoint2D)
Modifies the given point by this modification.
Public operatorStatic memberMultiply(ModOp2D, GeoVector2D)
Modifies the given vector by this modification
Public operatorStatic memberMultiply(ModOp2D, ModOp2D)
Combines two modification into one modification. If two modifications have to be applied to several GeoPoint2Ds or GeoVector2Ds it is faster to use the combination.
Public operatorStatic memberMultiply(ModOp2D, Double)
Multiplies the double value by the scaling factor of this modification

See Also