Computes a reflection of the triangle.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Triangle ReflectIn( Plane plane ) |
Visual Basic (Declaration) |
---|
Public Function ReflectIn ( _ plane As Plane _ ) As Triangle |
Visual C++ |
---|
public: Triangle^ ReflectIn( Plane^ plane ) |
Parameters
- plane
- Type: ceometric.VectorGeometry..::.Plane
A plane the triangle is reflected in.