IMathUtility Interface Members Send Feedback
See Also  Methods 

The following tables list the members exposed by IMathUtility.

Public Methods

 NameDescription
 MethodCreateCircArcCreates a mathematical circular Arc.  
 MethodCreateCircArcBy3PointsCreates a mathematical circular Arc through the specified start, through, and end points.  
 MethodCreateCircleCreates a mathematical circular Arc defining a Circle with the specified center, normal, and radius.  
 MethodCreateCircleBy3PointsCreates a mathematical circular Arc defining a Circle using the specified three points.  
 MethodCreateEllipArcCreates a mathematical elliptical Arc using the specified parameters.  
 MethodCreateEllipseCreates a mathematical elliptical Arc defining an Ellipse using the specified parameters.  
 MethodCreateLineCreates a mathematical line of the specified type passing through the specified points.  
 MethodCreateLineByPointAndDirectionCreates a mathematical line of the specified type passing through the specified starting point in the specified direction.  
 MethodCreatePlaneByNormalCreates an infinite mathematical plane as defined by the specified origin and normal.  
 MethodCreatePlaneByUVCreates an infinite mathematical plane as defined by the specified origin and the two specified non-collinear vectors.  
 MethodCreatePointCreates a mathematical point using the specified coordinates.  
 MethodCreateTransformCreates a mathematical transformation matrix using the specified data array.  
 MethodCreateTransformMirroringAboutLineCreates a mathematical transformation matrix that mirrors about the specified line.  
 MethodCreateTransformMirroringAboutPlaneCreates a mathematical transformation matrix that mirrors about the specified plane.  
 MethodCreateTransformMirroringAboutPointCreates a mathematical transformation matrix that mirrors about the specified point.  
 MethodCreateTransformProjectionCreates a mathematical transformation matrix that projects onto the specified plane in the specified direction.  
 MethodCreateTransformRotationCreates a mathematical transformation matrix that represents the rotation by the specified angle about the specified axis vector whose center is the specified point.  
 MethodCreateTransformScalingCreates a mathematical transformation matrix that scales about the specified center point using the specified scaling factor.  
 MethodCreateTransformTranslationCreates a mathematical transformation matrix that translates along the specified vector.  
 MethodCreateVectorCreates a unit vector with the specified coordinates.  
 MethodCreateXYPlaneCreates an infinite mathematical xy plane.  
 MethodCreateYZPlaneCreates an infinite mathematical yz plane.  
 MethodCreateZXPlaneCreates an infinite mathematical zx plane.  
 MethodDistanceGets the distance between the specified mathematical objects. Also gets the points used to measure the distance.  
Top

See Also