|
PlanarShadowMeshCreatorSetPlane(Point3D, Vector3D, Vector3D, Size) Method |
SetPlane method sets the plane for the shadow mesh from the specified plane information.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public void SetPlane(
Point3D planeCenter,
Vector3D planeNormal,
Vector3D planeHeightVector,
Size planeSize
)
Parameters
- planeCenter Point3D
- Point3D that specifies the center of the plane
- planeNormal Vector3D
- Vector3D that specifies the plane's normal
- planeHeightVector Vector3D
- Vector3D that specifies the plane's height direction
- planeSize Size
- Size that specifies the size of the plane
See Also