Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: PointD operator*(double, PointD)

  • Declared in: RT.Util.Geometry.PointD

Declaration

public static PointD operator*(
    double scalar,
    PointD vector
)

Summary

Scales a vector by a scalar.