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