GeometryLocation (struct)¶
The GeometryLocation struct represents the description of a location on the surface of a geometry such as a PolygonMesh. Members’ usage is Geometry type specific: see ジオメトリロケーション構造 .
Members¶
| Size | index | Usage is Geometry type specific: see ジオメトリロケーション構造 . |
| Size | subIndex | Usage is Geometry type specific: see ジオメトリロケーション構造 . |
| Vec3 | barycentric | Usage is Geometry type specific: see ジオメトリロケーション構造 . |
Methods¶
| GeometryLocation ( in GeometryLocation other ) | |
| GeometryLocation () | |
| GeometryLocation | clone ? () |
| Boolean | isValid ? () |
Methods in detail¶
GeometryLocation ( in GeometryLocation other )
copy constructor
GeometryLocation GeometryLocation.clone? ()
clone method
Boolean GeometryLocation.isValid? ()
Returns true if the location data was initialized. However, this is not verifying that the values are valid for a given geometry.