Point3DdMultiply Operator

CVB.Net Documentation
Overload List

  NameDescription
Public operatorStatic memberMultiply(Double, Point3Dd)
Multiplication operator.
Public operatorStatic memberMultiply(AffineMatrix3D, Point3Dd)
Transform a point using an affine matrix (= coordinate system).
Public operatorStatic memberMultiply(Matrix3D, Point3Dd)
Multiply a Matrix with a PointD rhs.
Public operatorStatic memberMultiply(Point3Dd, Point3Dd)
Multiplication operator. Gets the inner product of the given lhs and rhs.
Public operatorStatic memberMultiply(Point3Dd, Double)
Multiplication operator.
Top
See Also

Reference