Constructor
new LocalXYHalfSpaceShape(isom)
Constructor.
Parameters:
Name | Type | Description |
---|---|---|
isom |
Isometry | the location of the half space The half space is the image by isom of the half space {x < 0} In particular the half space {y < 0} can be obtained by applying a flip |
Classes
Members
origin :Point
The origin on the boundary of the half space
Type:
testX :Vector4
An auxiliary vector to compute the SDF
Type:
testZ :Vector4
An auxiliary vector to compute the SDF
Type:
uDir :Vector
U-direction (for UV coordinates)
Type:
vDir :Vector
V-direction (for UV coordinates)