Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Struct: RT.Modeling.VertexInfoSummaryEncapsulates information about a vertex in a 3D model. Constructors | Constructor. | VertexInfo(Pt location, Pt? normal, double? textureU, double? textureV) |
Instance methodsstring | | Refer to the documentation for object.ToString. | VertexInfo | | Returns a vertex with the specified texture coordinates (UV mapping). | VertexInfo | |
OperatorsInstance propertiesPt | | The position of the vertex in 3D space. | Pt? | | A normal vector associated with this vertex. | PointD? | | A set of texture coordinates for UV mapping. |
|