Bexel Manager API Documentation
Bexel.Api.Triangle3D Struct Reference

Represents a triangle in 3-dimensional space. More...

Properties

Vector3D A [get]
 Returns the first point of the triangle. More...
 
Vector3D B [get]
 Returns the second point of the triangle. More...
 
Vector3D C [get]
 Returns the third point of the triangle. More...
 
Vector3D N [get]
 Returns the normal of the triangle. More...
 

Detailed Description

Represents a triangle in 3-dimensional space.

Property Documentation

◆ A

Vector3D Bexel.Api.Triangle3D.A
get

Returns the first point of the triangle.

◆ B

Vector3D Bexel.Api.Triangle3D.B
get

Returns the second point of the triangle.

◆ C

Vector3D Bexel.Api.Triangle3D.C
get

Returns the third point of the triangle.

◆ N

Vector3D Bexel.Api.Triangle3D.N
get

Returns the normal of the triangle.