normal property
normal property
The normal of the split plane, the plane is defined as N * P + D = 0 where N is Normal and P is any point on the plane.
Definition:
@property
def normal(self):
...
@normal.setter
def normal(self, value):
...
See Also
- module
aspose.threed.entities - class
HalfSpace - class
Vector3