INNER CODE UNIT · Python

create_point

fury-gl/fury · fury/actor/core.py:249

def create_point(geometry, material):
    """
    Create a point object.

    Parameters
    ----------
    geometry : Geometry
        The geometry object.
    material : Material
        The material object. Must be either PointsMaterial, PointsGaussianBlobMaterial,
        or PointsMarkerMaterial.

    Returns
    -------
    Points
        The point object.

    Raises

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…