Transformation
01 Syntax
Microsoft.VisualBasic.Imaging.Drawing3D.Math3D.Transformation
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| 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
| Name | Overloads | Summary |
|---|---|---|
| ORIGIN | 1 | 三维坐标系的原点(0, 0, 0) |
04 Members
Centroid(
IEnumerable(Of Surface))Gets the centroid location of the target model which is consist with a set of surface
Parameters
| Name | Type | Description |
|---|---|---|
surfaces | IEnumerable(Of Surface) | - |
Rotate about origin on the X axis
Rotate about origin on the Y axis
Rotate about origin on the Y axis
Translate a point from a given dx, dy, and dz
Scale a point about a given origin
Distance between two points
ORIGIN
三维坐标系的原点(0, 0, 0)