All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.livae.util.shape.d3.Sphere Maven / Gradle / Ivy

package com.livae.util.shape.d3;

import com.livae.util.math.Vector3f;

public interface Sphere {

	public float getRadius();

	public Vector3f getCentre();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy