Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: PointD operator*(PointD, double)

  • Declared in: RT.Util.Geometry.PointD

Declaration

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

Summary

Scales a vector by a scalar.