nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Imaging / Transformation

Transformation

Full name Microsoft.VisualBasic.Imaging.Drawing3D.Math3D.Transformation Assembly Microsoft.VisualBasic.Imaging Members 8

01 Syntax

Microsoft.VisualBasic.Imaging.Drawing3D.Math3D.Transformation

02 Methods

NameOverloadsSummary
Centroid 1 Gets the centroid location of the target model which is consist with a set of surface
RotateX 1 Rotate about origin on the X axis
RotateY 1 Rotate about origin on the Y axis
RotateZ 1 Rotate about origin on the Y axis
Translate 1 Translate a point from a given dx, dy, and dz
Scale 1 Scale a point about a given origin
Distance 1 Distance between two points

03 Properties

NameOverloadsSummary
ORIGIN 1 三维坐标系的原点(0, 0, 0)

04 Members

method Centroid #
Centroid(IEnumerable(Of Surface))

Gets the centroid location of the target model which is consist with a set of surface

Parameters
NameTypeDescription
surfacesIEnumerable(Of Surface)

-

method RotateX #
RotateX(Point3D, Point3D, Double)

Rotate about origin on the X axis

method RotateY #
RotateY(Point3D, Point3D, Double)

Rotate about origin on the Y axis

method RotateZ #
RotateZ(Point3D, Point3D, Double)

Rotate about origin on the Y axis

method Translate #
Translate(Point3D, Double, Double, Double)

Translate a point from a given dx, dy, and dz

method Scale #
Scale(Point3D, Point3D, Double, Double, Double)

Scale a point about a given origin

method Distance #
Distance(Point3D, Point3D)

Distance between two points

property ORIGIN #
ORIGIN

三维坐标系的原点(0, 0, 0)